html {
	scroll-behavior: smooth;
}

body {
	background: #d9d3c8;
	color: #6c757d !important;
	font-family: "Poppins", sans-serif;
	font-size: 16px;
	line-height: 26px;
	font-smoothing: antialiased;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	height: min-content !important;
}



/*.scroll-container {

    width: 100%;

    height: 100%;

    overflow: auto;

}

*/

h1, h2, h3, h4, h5, h6, strong {
	color: #000;
}



/*header start here*/

.hero-banner {
	padding-top: 125px;
	height: 100vh;
	padding-bottom: 60px;
	position: relative;
	min-height: 650px;
}

.header-row {
	display: flex;
	justify-content: space-between;
	width: 100%;
	align-items: center;
	border-bottom: 1.6px solid #000;
	padding: 35px 0px 35px 0px;
}

.logo-col {
	width: 20%;
	display: flex;
	align-items: center;
}

.header-btn {
	width: 20%;
	text-align: right;
}

.header-nav-col {
	width: 60%;
	text-align: center;
}

.header-logo .logo-text {
	color: #000;
	text-transform: uppercase;
	font-weight: 800;
	font-size: 26px;
}

.header-logo a {
	text-decoration: none;
	display: flex;
	align-items: center;
}

.container {
	max-width: 1200px !important;
}

.header-btn a {
	background-color: #000;
	box-shadow: 2.5px 4.33px 15px 0px rgba(0, 0, 0, 0.15);
	color: #FFF;
	padding: 12px 22px 13px 22px;
	border-radius: 30px;
	text-transform: uppercase;
	text-decoration: none;
	transition: .3s;
	font-size: 14.5px;
}

.header-btn a i {
	margin-left: 8px;
	transition: .2s;
	font-size: 13px;
}

.header-btn a:hover {
	background: white;
	color: #000;
}

.header-btn a:hover i {
	transform: translateX(3px);
}

.header-nav-col .navbar {
	padding: 0px !important;
	justify-content: center;
}

.header-nav-col .nav-link {
	color: #000 !important;
	text-transform: uppercase;
	font-weight: 500;
	font-size: 15px;
	padding: 0px !important;
	position: relative;
	margin: 0px 17px;
}

.header-logo {
	display: flex;
	align-items: center;
}

.header-nav-col .nav-link:before {
	content: "";
	width: 0px;
	height: 1.5px;
	background: #000;
	position: absolute;
	bottom: 0px;
	left: 50%;
	transform: translateX(-50%);
	transition: .4s;
}

.header-nav-col .nav-link:hover:before {
	width: 100%;
}

.header-nav-col .nav-link.active:before {
	width: 100%;
}

.header-nav-col .nav-link.active {
	background: transparent;
}

.site-header {
	position: absolute;
	width: 100%;
	top: 0px;
	z-index: 9;
}

.she-header {
	z-index: 9999;
	background: #d9d3c8;
	-webkit-animation: 1000ms ease-in-out 0s normal none 1 running fadeInDown;
	animation: 900ms ease-in-out 0s normal none 1 running fadeInDown;
	z-index: 9;
	position: fixed !important;
	top: 0px !important;
	width: 100%;
	padding-top: 0px !important;
	padding-bottom: 0px !important;
	box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
}

.admin-bar .she-header {
	top: 32px !important;
}

@-webkit-keyframes fadeInDown {

	from {
		opacity: 0;
		-webkit-transform: translatey(-10px);
		-moz-transform: translatey(-10px);
		-o-transform: translatey(-10px);
		transform: translatey(-10px);
	}

	to {
		opacity: 1;
		-webkit-transform: translatey(0);
		-moz-transform: translatey(0);
		-o-transform: translatey(0);
		transform: translatey(0);
	}
}

@-moz-keyframes fadeInDown {

	from {
		opacity: 0;
		-webkit-transform: translatey(-10px);
		-moz-transform: translatey(-10px);
		-o-transform: translatey(-10px);
		transform: translatey(-10px);
	}

	to {
		opacity: 1;
		-webkit-transform: translatey(0);
		-moz-transform: translatey(0);
		-o-transform: translatey(0);
		transform: translatey(0);
	}
}

@keyframes fadeInDown {

	from {
		opacity: 0;
		-webkit-transform: translatey(-10px);
		-moz-transform: translatey(-10px);
		-o-transform: translatey(-10px);
		transform: translatey(-10px);
	}

	to {
		opacity: 1;
		-webkit-transform: translatey(0);
		-moz-transform: translatey(0);
		-o-transform: translatey(0);
		transform: translatey(0);
	}
}

.in-down {
	-webkit-animation-name: fadeInDown;
	-moz-animation-name: fadeInDown;
	-o-animation-name: fadeInDown;
	animation-name: fadeInDown;
	-webkit-animation-fill-mode: both;
	-moz-animation-fill-mode: both;
	-o-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-duration: 1s;
	-moz-animation-duration: 1s;
	-o-animation-duration: 1s;
	animation-duration: 1s;
}

.she-header .header-row {
	border-bottom: none !important;
	padding: 25px 0px;
}

/*header close here*/



/*home page start here*/

.banner-sub-text {
	color: #000;
	text-transform: uppercase;
	font-size: 35px;
	font-weight: 300;
	margin-bottom: 28px;
}

.wrapper {
	width: auto;
	display: flex;
	align-items: center;
	height: 78px;
	margin-bottom: 22px;
}

.effect-wrapper {
	text-align: left;
	font-weight: 800;
	display: flex;
	align-items: center;
	margin-top: 10px;
}

#typed {
	font-weight: bold;
	color: #000;
	text-transform: uppercase;
	font-size: 55px;
}

.cursor {
	display: inline-block;
	background-color: #000;
	animation: blinker 800ms infinite;
	width: 9px;
	margin-left: 7px;
}

.cursor.typing-true {
	animation: none;
}

@keyframes blinker {

	0% {
		background-color: #000;
	}

	50% {
		background-color: transparent;
	}

	100% {
		background-color: #000;
	}
}

.hero-text {
	color: #000;
	font-size: 19px;
}

.hero-btn-group {
	margin-top: 45px;
	margin-bottom: 30px;
}

.hero-btn-group a {
	display: inline-block;
	margin-right: 20px;
	color: #000;
	text-decoration: none;
}

.hero-btn-group .btn-dark {
	background-color: #000;
	box-shadow: 2.5px 4.33px 15px 0px rgba(0, 0, 0, 0.15);
	color: #fff;
	padding: 12px 27px 12px 27px;
	border-radius: 30px;
	text-transform: uppercase;
	text-decoration: none;
	transition: .3s;
	font-size: 16px;
}

.hero-btn-group .btn-dark:hover {
	background: #fff;
	color: #000;
}

.hero-btn-group .text-btn i {
	margin-left: 3px;
	display: inline-block;
	font-size: 18px;
	position: relative;
	top: 2px;
}

.hero-btn-group .text-btn span {
	text-transform: uppercase;
	font-size: 16px;
	font-weight: 400;
	border-bottom: 1px solid;
}

.banner-img img {
	display: block;
	margin-left: auto;
	margin-right: auto;
	box-shadow: 0 1rem 3rem rgba(0,0,0,.175)!important;
	border-radius: 100%;
	width: 440px;
	height: 440px;
	object-fit: cover;
	object-position: center;
	border: 10px solid #f7bc3e;
}

.hero-banner .row {
	align-items: center;
	height: 100%;
}

.hero-banner .container {
	height: 100%;
}

.scroll-down-arrow {
	position: absolute;
	z-index: 3;
	bottom: 60px;
	left: 50%;
	margin-left: -16px;
	width: 32px;
	height: 32px;
	line-height: 32px;
	font-size: 20px;
	text-align: center;
	color: #fff;
}

.scroll-down-arrow .animated {
	position: relative;
	animation: fadeInDown 1.5s infinite;
	-webkit-animation: fadeInDown 1.5s infinite;
	-moz-animation: fadeInDown 1.5s infinite;
	-o-animation: fadeInDown 1.5s infinite;
}

@keyframes fadeInDown {

	0% {
		top: -25px;
		opacity: 0;
	}

	100% {
		top: 10px;
		opacity: 1;
	}
}

.head-info {
	text-align: center;
	margin-bottom: 40px;
}

.sub-heading {
	background: #000000;
	width: max-content;
	margin-left: auto;
	margin-right: auto;
	font-size: 15px;
	font-weight: 400;
	padding: 5px 15px 6px 15px;
	border-radius: 100px;
	color: white;
	margin-bottom: 15px;
}

.title-heading {
	font-weight: 600;
	font-size: 42px;
}

.about-wrapper {
	margin-top: 70px;
}

.about-content h3 {
	font-weight: 400;
	font-size: 32px;
}

.about-content h3 span {
	font-weight: 600;
	border-bottom: 3px solid #f7bc3e;
}

.about-content  p {
	color: #212529;
	font-size: 20px;
	margin-top: 28px;
	line-height: 31px;
	padding-right: 30px;
}

.abt-info-holder {
	margin-top: 30px;
}

.abt-content-holder {
	align-items: center;
}

.experice-box {
	text-align: center;
}

.experice-box h2 {
	margin-bottom: 0px !important;
	color: #000;
	font-size: 110px;
	position: relative;
	z-index: 1;
}

.experice-box h2:before {
	content: "";
	width: 85px;
	height: 85px;
	background: #f7bc3e;
	position: absolute;
	z-index: -1;
	border-radius: 100px;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.experice-box p {
	font-size: 25px;
	color: #000;
	font-weight: 400;
}

.experice-box p span {
	font-weight: 600;
}

.abt-info-title {
	margin-bottom: 2px;
	color: #5c5c5c !important;
	font-weight: 500;
}

.abt-info-text, .abt-info-text a {
	color: #000;
	font-weight: 500;
	font-size: 18px;
}

.abt-list {
	list-style: none;
	padding: 0px;
	margin: 0px;
}

.abt-list img {
	width: 22px;
	margin-right: 12px;
	min-width: 22px;
	margin-top: 4px;
}

.abt-list li {
	color: #212529;
	font-size: 20px;
	line-height: 31px;
	padding-right: 30px;
	display: flex;
	align-items: flex-start;
}

.portfolio-wrapper {
	margin-top: 110px;
}

.portfolio-wrapper .nav-tabs {
	justify-content: center;
	border: none !important;
}

.portfolio-wrapper .nav-tabs .nav-link {
	background: transparent !important;
	border-top: none !important;
	border-left: none !important;
	border-right: none !important;
	border-bottom: 3px solid transparent !important;
	color: #5e5e5e !important;
	font-weight: 500 !important;
	transition: .5s;
	padding: 4px 18px !important;
}

.portfolio-wrapper .nav-tabs .nav-link:hover {
	color: #000 !important;
}

.portfolio-wrapper .nav-tabs .nav-link.active {
	border-bottom-color: #f7bc3e !important;
	color: #000 !important;
}

.project-img-box img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.project-inner {
	height: 390px;
	overflow: hidden;
	position: relative;
}

.project-img-box {
	display: block;
	width: 100%;
	height: 100%;
	cursor: pointer;
}

.project-grid-col {
	margin-bottom: 25px;
}

.project-box-hover {
	position: absolute;
	top: 0px;
	left: 0;
	background: #000000ba;
	color: #ffffffc7;
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	transition: .5s;
	visibility: hidden;
	opacity: 0;
	cursor: pointer;
}

.project-box-hover i {
	color: #f7bc3e;
	font-size: 35px;
	margin-bottom: 15px;
}

.project-box-heading {
	color: white;
	font-weight: 500;
	font-size: 22px;
	text-align: center;
}

.project-box-text {
	margin-bottom: 0px;
	font-weight: 300;
}

.project-inner:hover .project-box-hover {
	visibility: visible;
	opacity: 1;
}

.portfolio-wrapper .tab-content {
	margin-top: 45px;
}

.slick-arrow {
	background-image: url(../img/right-arrow-dark.svg);
}

.slick-arrow:hover {
	background-image: url(../img/right-arrow-light.svg);
}

.project-popup .modal-dialog {
	max-width: 1030px !important;
}

.project-popup .modal-title {
	text-align: center;
	width: 100%;
	font-weight: 600;
	font-size: 25px;
}

.project-body-content {
	padding: 25px !important;
}

.project-img-gallery {
	padding-right: 20px;
}

.slick-arrow {
	position: absolute;
	bottom: 0px;
	top: 50%;
	z-index: 1;
	height: min-content;
	transform: translateY(-50%);
	border: none !important;
	box-shadow: 0 2px 5px 0 rgba(0,0,0,.15);
	font-size: 0px;
	width: 40px;
	height: 40px;
	border-radius: 100px;
	background-color: white;
	transition: .3s;
	background-position: center !important;
	background-size: 9px;
	background-repeat: no-repeat;
	opacity: 0;
}

.slick-prev {
	left: 12px;
	transform: translateY(-50%) rotate(180deg);
}

.slick-next {
	right: 12px;
}

.slick-arrow:hover {
	background-color: #000;
}

.gallery-img-slide img {
	width: 100% !important;
}

.slick-dots {
	margin: 0px;
	list-style: none !important;
	padding: 0px;
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	bottom: 20px;
	width: 100%;
}

.slick-dots li {
	margin: 0px 4px;
}

.slick-dots li button {
	font-size: 0px;
	padding: 0px;
	border: none !important;
	width: 10px;
	height: 10px;
	border-radius: 100px;
	background: #ffffff61;
	color: white;
}

.slick-dots li.slick-active button {
	background: white;
}

.project-all-info h4 {
	font-size: 19px;
	font-weight: 500;
}

.project-all-info h4:not(.project-all-info h4:first-child) {
	margin-top: 25px;
}

.project-all-info p {
	margin-bottom: 12px;
	font-size: 15px;
	color: #212529;
	line-height: 25px;
}

.project-info-list {
	margin: 0px;
	padding: 0px;
	list-style: none;
	font-size: 15px;
	color: #212529;
}

.project-info-list li {
	border-bottom: 1px solid #e1e1e1;
	padding: 7px 0px;
}

.project-img-gallery:hover .slick-arrow {
	opacity: 1;
}

.project-info-list li span {
	font-weight: 600;
}

.project-info-list li:last-child {
	border-bottom: none;
}

.project-info-list li a.website-link-btn {
	background: #f7bc3e;
	color: #000 !important;
	text-decoration: none !important;
	padding: 1px 7px;
	display: inline-block;
	margin-left: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
}

.project-info-list li a.website-link-btn i {
	font-size: 12px;
}

.project-popup .btn-close {
	box-shadow: none !important;
}

.reviews-wrapper {
	margin: 70px 0 90px;
    /*background: #f8f9fa;
    padding: 80px 0 40px;*/;
}

.quote-icon-holder {
	margin-bottom: 20px;
	margin-top: 60px;
	text-align: center;
}

.quote-icon-holder img {
	width: 55px;
}

.reviews-slider:hover .slick-arrow {
	opacity: 1 !important;
}

.reviews-slide-content p {
	color: #212529;
	font-size: 20px;
	margin-top: 28px;
	line-height: 31px;
	text-align: center;
}

.client-info {
	text-align: center;
	margin-top: 30px;
}

.client-info img {
	display: block;
	margin-left: auto;
	margin-right: auto;
	border-radius: 100px;
	width: 70px;
	height: 70px;
	object-fit: cover;
	object-position: center;
}

.client-info h6 {
	margin-top: 15px;
	margin-bottom: 0px !important;
	font-size: 17px !important;
}

.client-info p {
	font-size: 13px !important;
	margin-top: 0px !important;
}

.reviews-slider .slick-dots {
	bottom: -25px;
}

.reviews-slider .slick-dots li button {
	background: white;
}

.reviews-slider .slick-dots li.slick-active button {
	background: #f5bb3e !important;
}

.reviews-slider .slick-prev {
	left: 0px;
}

.reviews-slider .slick-next {
	right: 0px;
}

.reviews-slide-content {
	padding-left: 80px;
	padding-right: 80px;
}

.reviews-slider {
	max-width: 1050px;
	margin-left: auto;
	margin-right: auto;
}

.reviews-slider .slick-arrow {
	top: 25% !important;
}

.con-info-col {
	padding-right: 45px;
}

.con-info-col p, .con-info-col p a {
	margin-bottom: 0px;
	color: #212529;
	font-size: 20px;
	margin-top: 28px;
	line-height: 31px;
	margin-top: 0px;
	text-decoration: none;
}

.contact-wrapper .title-heading {
	margin-bottom: 40px;
}

.follow-me-icons {
	margin-top: 15px;
}

.follow-me-icons a {
	color: #000;
	background: #fff;
	width: 36px;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	text-decoration: none;
	height: 36px;
	border-radius: 100px;
	margin-right: 10px;
	transition: .4s;
	font-size: 17px;
}

.follow-me-icons a:hover {
	background: #000;
	color: #fff;
}

.contact-form-wrapper {
	padding-left: 31px;
}

.form-field input, .form-field textarea {
	display: block;
	width: 100%;
	border: none !important;
	font-size: 15px;
	background: transparent !important;
	outline: none !important;
	border-bottom: 2.5px solid #93939357 !important;
	margin-bottom: 22px;
	transition: .4s;
}

.contact-form-wrapper .col-md-6 {
	margin-bottom: 20px;
}

.form-field textarea {
	height: 60px;
}

.form-submit-col button {
	background-color: #000;
	box-shadow: 2.5px 4.33px 15px 0px rgba(0, 0, 0, 0.15);
	color: #FFF;
	padding: 11px 30px 12px 30px;
	border-radius: 30px;
	text-transform: uppercase;
	text-decoration: none;
	transition: .3s;
	font-size: 15px;
	border: none;
}

.form-submit-col button i {
	margin-left: 8px;
	transition: .2s;
	font-size: 13px;
}

.form-submit-col button:hover {
	background: white;
	color: #000;
}

.form-submit-col button:hover i {
	transform: translateX(4px);
}

.contact-wrapper {
	margin-top: 130px;
	padding-bottom: 130px;
}

.form-field label {
	color: #000;
	font-size: 18px;
	margin-bottom: 10px;
}

.form-field input:hover, .form-field textarea:hover, .form-field input:focus, .form-field textarea:focus {
	border-color: #000 !important;
}

.form-submit-col {
	margin-top: 8px;
}

.contact-wrapper .success {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
    padding: 5px 10px;
    border-radius: 4px;
    margin-top: 20px;
    font-size: 14px;
}
/*home page close here*/





/*footer start here*/

.footer-row {
	margin-left: 0px !important;
	margin-right: 0px !important;
	background: transparent;
	padding: 35px 0px;
	border-top: 1.6px solid #000;
}

.footer-row p {
	margin-bottom: 0px;
}

.footer-row p a {
	display: block;
	margin-left: auto;
	width: max-content;
}

.footer-row p a, .footer-row p {
	color: #000;
	text-decoration: none;
	font-size: 16px;
	font-weight: 400;
}

.footer-row p a i {
	transform: rotate(270deg);
	margin-left: 7px;
}

.footer-row .col-md-6 {
	padding: 0px;
}

/*footer close here*/

.review-grid {
	display: flex;
	column-gap: 45px;
	flex-wrap: wrap;
	margin-bottom: 70px;
}

.review-box {
	width: calc(33.33% - 30px);
}

.review-content {
	position: relative;
	padding: 25px 25px 10px;
	margin-left: 22px;
	margin-top: -22px;
	background-color: #fff9ed;
	border-bottom: 4px solid #f7bc3e;
	border-radius: 0 8px 8px 8px;
	box-shadow: 0 17px 27px rgba(96, 96, 96, 0.13);
	min-height: 200px;
}

.review-content:before {
	content: "";
	position: absolute;
	left: 0;
	top: -27px;
	width: 28px;
	height: 28px;
	background-color: #fff9ed;
	clip-path: polygon(0 0, 0 100%, 100% 100%);
}

.review-content:after {
	content: "";
	background: url('/img/quote-icon.svg');
	width: 25px;
	height: 20px;
	position: absolute;
	left: 8px;
	top: 8px;
	background-size: cover;
	opacity: 0.25;
}

.review-top-part {
	display: flex;
	column-gap: 25px;
	flex-wrap: wrap;
	position: relative;
}

.client-img img {
	width: 100px;
	height: 130px;
	object-fit: cover;
	border-radius: 7px;
}

.review-top-part h4 {
	width: calc(100% - 140px);
	font-size: 20px;
	font-weight: 600;
}

.review-top-part h4 small {
	font-size: 14px;
	display: block;
	font-weight: normal;
	margin: 6px 0 0;
	line-height: 1.3;
	color: #4e4e4e;
}

.review-content p {
	line-height: 1.5;
	color: #333;
}

.upwork-img {
	margin: 0 0 15px;
}

.upwork-img img {
	max-width: 160px;
}

.upwork-sm-img {
	position: absolute;
	bottom: 29px;
	left: 125px;
}

.upwork-sm-img img {
	max-width: 85px;
}

.services {
    padding-top: 110px;
}
.Service-box {
	background: #fafafa;
	border-radius: 7px;
	padding: 30px 25px 25px;
	margin-bottom: 24px;
}

.Service-box h4 {
	font-size: 20px;
	margin: 12px 0 0;
}

.Service-icon {
	display: flex;
	background: #eee;
	width: 45px;
	height: 45px;
	align-items: center;
	justify-content: center;
	border-radius: 45px;
}

.Service-icon svg {
	width: 28px;
	height: 28px;
}

.Service-box img {
	max-width: 46px;
}
















































/*reponsvie css start here*/



@media screen and (max-width: 1025px) {

    /*header start here*/

	.banner-img img {
		max-width: 100% !important;
		width: 300px !important;
		height: 300px !important;
	}

	.header-logo .logo-text {
		font-size: 20px;
	}

	.header-btn a {
		font-size: 13px !important;
		padding: 8px 19px 10px 19px;
	}

	.header-nav-col .nav-link {
		font-size: 14px !important;
		margin: 0px 10px !important;
	}

	.header-row {
		padding: 28px 0px 28px 0px;
	}

	.header-btn a i {
		font-size: 11px;
		margin-left: 4px;
	}

    /*header close here*/



    /* home page start here */

	.hero-banner {
		height: min-content;
		display: flex;
		align-items: center;
	}

	.banner-sub-text {
		font-size: 24px;
		margin-bottom: 20px;
	}

	#typed {
		font-size: 37px;
	}

	.wrapper {
		height: 46px;
		margin-bottom: 18px;
	}

	.sub-heading {
		font-size: 13px;
		padding: 4px 15px 5px 15px;
		margin-bottom: 10px;
	}

	.title-heading {
		font-size: 28px;
	}

	.about-content p {
		padding-right: 0px;
	}

	.abt-list li {
		padding-right: 0px;
		margin-bottom: 3px;
	}

	.about-content p, .about-content .abt-list li {
		font-size: 16px;
		line-height: 24px;
	}

	.abt-list img {
		width: 16px !important;
		min-width: 16px !important;
	}

	.portfolio-wrapper .nav-tabs .nav-link {
		font-size: 14px !important;
		padding: 1px 12px !important;
	}

	.head-info {
		margin-bottom: 30px;
	}

	.project-grid-col {
		padding: 0px 5px !important;
		margin-bottom: 10px !important;
	}

	.portfolio-wrapper .tab-content {
		margin-top: 30px !important;
	}

	.project-inner {
		height: 230px;
	}

	.project-box-hover i {
		font-size: 25px;
		margin-bottom: 8px;
	}

	.project-box-heading {
		font-size: 17px;
		margin-bottom: 3px;
	}

	.project-box-text {
		font-size: 14px;
		line-height: 20px;
	}

	.project-popup .modal-dialog {
		max-width: 97% !important;
	}

	.project-popup .modal-title {
		font-size: 20px;
	}

	.project-popup .col-md-5 {
		padding-left: 0px !important;
	}

	.quote-icon-holder img {
		width: 35px;
	}

	.quote-icon-holder {
		margin-bottom: 0px;
		margin-top: 30px;
	}

	.reviews-slide-content p {
		font-size: 16px;
		line-height: 26px;
	}

	.client-info h6 {
		font-size: 16px !important;
	}

	.reviews-slide-content {
		padding-left: 50px;
		padding-right: 50px;
	}

	.slick-arrow {
		width: 32px;
		height: 32px;
		background-size: 8px;
	}

	.con-info-col {
		padding-right: 0px;
	}

	.con-info-col p, .con-info-col p a {
		font-size: 16px;
		line-height: 25px;
	}

	.contact-form-wrapper {
		padding-left: 0px;
	}

	.form-submit-col button {
		font-size: 15px !important;
		padding: 8px 25px !important;
	}

	.form-field label {
		font-size: 15px;
		margin-bottom: 5px;
	}

	.hero-btn-group .btn-dark {
		font-size: 15px !important;
		padding: 10px 23px 11px 23px;
	}

	.hero-btn-group a {
		font-size: 15px !important;
	}
	.review-grid {
		gap: 15px;
	}
	.review-box {
		width: calc(33.33% - 10px);
	}
	.review-top-part {
		gap: 10px;
	}
	.review-top-part h4 {
		font-size: 17px;
		width: calc(100% - 115px);
	}
	.review-top-part h4 small {
		font-size: 12px;
	}
	.upwork-sm-img img {
		max-width: 70px;
	}
	.upwork-sm-img {
		bottom: 22px;
		left: 109px;
	}
	.review-content p {
		font-size: 14px;
	}
	.Service-box h4 {
		font-size: 16px;
	}
    /* home page close here */;
}

@media screen and (min-width: 767px) {

	.hide-on-lg {
		display: none !important;
	}
}

@media screen and (max-width: 767px) {

	.hide-on-sm {
		display: none !important;
	}



    /* header start here */

	.header-nav-col {
		position: absolute;
		z-index: 9;
		background: white;
		width: 100%;
		left: 0px;
		top: 0px;
		padding-top: 20px;
		transition: .5s;
		margin-top: -100%;
		opacity: 0;
		visibility: hidden;
	}

	.header-nav-col .nav {
		display: block;
		width: 100%;
	}

	.header-nav-col .nav .nav-link {
		text-align: center;
		color: #000;
	}

	.header-nav-col .nav .nav-link.active {
		background: #d9d3c8;
	}

	.header-nav-col .navbar {
		padding: 17px 15px !important;
	}

	.header-logo .logo-text {
		font-size: 18px;
	}

	.logo-col {
		width: 50%;
	}

	.header-btn {
		width: 35%;
	}

	.menu-toggle-btns {
		width: 15%;
	}

	.header-btn a i {
		display: none;
	}

	.header-btn a {
		text-wrap: nowrap;
		font-size: 12.5px !important;
		padding: 8px 14px 9px 14px;
	}

	.menu-toggle {
		border: none;
		padding: 0px;
		background: transparent;
		text-align: right;
		margin-left: auto;
		display: block;
	}

	.menu-toggle img {
		transition: .3s;
		width: 22px;
	}

	.header-row {
		padding: 15px 0px 17px 0px;
	}

	.she-header .header-row {
		padding: 11px 0px 14px 0px;
	}

	.header-nav-col .mobile-menu-close-btn {
		display: flex;
		margin-left: auto;
		margin-right: auto;
		border: 1px solid #000;
		background: transparent;
		width: 30px;
		height: 30px;
		align-items: center;
		justify-content: center;
		border-radius: 100px;
	}

	.header-nav-col .mobile-menu-close-btn img {
		width: 12px;
	}

	.sm-nav-active {
		margin-top: 0px;
		visibility: visible;
		opacity: 1;
	}

	.header-nav-col .nav-link:before {
		display: none;
	}

	.header-nav-col .nav-link {
		font-size: 16px !important;
		padding: 8px 20px !important;
		margin: 0px !important;
	}

    /* header close here */





    /* home page start here */

	.banner-sub-text {
		font-size: 16px !important;
		margin-bottom: 10px;
	}

	#typed {
		font-size: 27px;
	}

	.wrapper {
		height: 35px;
		margin-bottom: 10px;
	}

	.hero-text {
		font-size: 15px;
	}

	.hero-btn-group {
		margin-top: 25px !important;
	}

	.hero-btn-group .btn-dark {
		padding: 5px 15px 5px 15px;
		font-size: 13px !important;
		margin-right: 10px !important;
	}

	.hero-btn-group .text-btn span {
		font-size: 13px;
	}

	.hero-btn-group .text-btn i {
		font-size: 15px !important;
	}

	.banner-img img {
		width: 250px !important;
		height: 250px !important;
		border-width: 7px !important;
	}

	.banner-img {
		margin-bottom: 60px !important;
		margin-top: 15px;
	}

	.sub-heading {
		font-size: 12px;
		padding: 4px 11px 5px 11px;
		margin-bottom: 8px;
	}

	.title-heading {
		font-size: 22px;
	}

	.about-content h3 {
		font-size: 18px;
		margin-bottom: 0px !important;
	}

	.about-content p {
		margin-top: 20px;
	}

	.about-wrapper {
		margin-top: 20px;
	}

	.about-content p, .about-content .abt-list li {
		font-size: 14px;
		line-height: 22px;
	}

	.abt-list img {
		width: 14px !important;
		min-width: 14px !important;
		margin-right: 10px;
	}

	.experice-box h2 {
		font-size: 80px;
	}

	.experice-box h2:before {
		width: 65px;
		height: 65px;
	}

	.experice-box {
		margin-top: 20px;
	}

	.experice-box p {
		font-size: 20px;
	}

	.portfolio-wrapper .nav-tabs .nav-link {
		font-size: 13px !important;
		padding: 0px 10px !important;
	}

	.head-info {
		margin-bottom: 22px;
	}

	.project-grid-col {
		padding-left: 0px !important;
		padding-right: 0px !important;
		width: 48.5%;
	}

	.portfolio-wrapper .tab-content {
		margin-top: 20px !important;
	}

	.project-inner {
		height: 170px;
	}

	.project-grid-wrapper {
		justify-content: space-between;
	}

	.project-box-hover i {
		font-size: 17px;
	}

	.project-box-heading {
		font-size: 13px;
		margin-bottom: 0px;
	}

	.project-box-text {
		font-size: 10px;
		line-height: 15px;
	}

	.project-popup .modal-title {
		font-size: 17px;
	}

	.project-popup .btn-close {
		font-size: 13px;
	}

	.project-popup .modal-header {
		padding: 9px 12px;
	}

	.project-popup-content .col-md-7, .project-popup-content .col-md-5 {
		padding-left: 0px !important;
		padding-right: 0px !important;
	}

	.project-img-gallery {
		padding-right: 0px !important;
	}

	.project-body-content {
		padding-top: 15px !important;
	}

	.project-all-info {
		margin-top: 25px;
	}

	.project-all-info h4 {
		font-size: 17px;
		margin-bottom: 5px;
	}

	.project-all-info p {
		font-size: 14px;
		line-height: 22px;
	}

	.project-info-list li {
		padding: 4px 0px;
		font-size: 14px;
	}

	.project-info-list li a.website-link-btn {
		font-size: 13px;
		line-height: 18px;
	}

	.project-info-list li a.website-link-btn i {
		font-size: 8px;
	}

	.slick-dots {
		bottom: 10px !important;
	}

	.portfolio-wrapper {
		margin-top: 60px;
	}

	.reviews-wrapper {
		margin-top: 70px;
		margin-bottom: 50px;
	}

	.reviews-slider:hover .slick-arrow {
		opacity: 0 !important;
	}

	.reviews-slide-content {
		padding-left: 0px;
		padding-right: 0px;
	}

	.reviews-slide-content p {
		font-size: 14px;
		line-height: 23px;
		margin-top: 16px;
	}

	.reviews-slider .slick-dots {
		bottom: -23px !important;
	}

	.contact-wrapper .title-heading {
		margin-bottom: 10px;
	}

	.con-info-col p, .con-info-col p a {
		font-size: 14px;
		line-height: 23px;
	}

	.contact-main-row h4 {
		font-size: 17px;
	}

	.contact-form-wrapper {
		margin-top: 50px;
	}

	.form-field label {
		font-size: 14px;
		line-height: 18px;
	}

	.form-submit-col button {
		font-size: 13px !important;
		padding: 5px 20px !important;
	}

	.form-submit-col button i {
		margin-left: 3px !important;
		font-size: 12px !important;
	}

	.con-info-col {
		padding-right: 12px !important;
	}

	.contact-wrapper {
		margin-top: 75px;
		padding-bottom: 80px;
	}

	.sm-mt-3 {
		margin-top: 25px !important;
	}
	.upwork-img img {
		width: 120px;
	}
	.review-box {
		width: 100%;
		margin-bottom: 30px;
	}
	.upwork-sm-img {
		bottom: 27px;
	}
	.client-img img {
		height: 115px;
	}
	.review-grid {
		margin-bottom: 0px;
	}
	.reviews-wrapper .head-info {
		margin-bottom: 35px;
	}
	.sr-col-wrapper {
		padding-left: 5px;
		padding-right: 5px;
	}
	.Service-box {
		margin-bottom: 10px;
	}
	.services {
		padding-left: 8px;
		padding-right: 8px;
	}
	.Service-box h4 {
		font-size: 14px;
	}
	.Service-box img {
		max-width: 40px;
	}
	.Service-box {
		padding: 23px 20px 20px;
	}
	.porfolio-wrapper {
		padding-left: 15px;
		padding-right: 15px;
	}
    /* home page close here */





    /* footer page start here */

	.footer-row p a, .footer-row p {
		font-size: 14px;
		line-height: 20px;
		text-align: center;
	}

	.footer-row p a {
		margin-right: auto;
		margin-top: 12px;
		font-size: 14px;
	}

	.footer-row p a i {
		font-size: 13px;
		margin-left: 3px;
	}

	.footer-row {
		padding: 20px 0px;
	}

    /* footer page close here */;
}