/*!
Theme Name: Cyberpoint
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6 
Text Domain: cyberpoint
 
 
 
/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Elements
--------------------------------------------- */

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

img {
	height: auto;
	max-width: 100%;
}
 

@media screen and (min-width: 37.5em) {

	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex;
	}
}

.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}
li, ol {
	list-style: none;
}

body { 
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
	font-size: 18px;
	line-height: 1.8; 
	color: #20322A;  
}
.container {
	max-width: 1034px;
	padding: 0px 15px;
	margin: 0 auto;
}

* {
	margin: 0;
	padding: 0;
}

/* Start Custom Css */

/* Header Css */
.header {
	position: relative;	
}
.header__wrapper {
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-bottom: 1px solid #E2EEE9;
	padding: 40px 0px 21px;
	gap: 20px;
}

.header__menu ul {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 37px;
}

.header__menu li a {
	font-size: 14px;
	text-decoration: none;
	list-style: none;
	font-weight: 400;
	line-height: 1.2;
	color: #20322A;
	position: relative;
}
.header__menu li a:after {
	position: absolute;
	bottom: -39px;
	left: 50%;
	width: 0%;
	height: 6px;
	content: "";
	transition: all 0.3s;
}
.header__menu li a:hover:after {
	position: absolute;
	left: 0;
	width: 100%;
	height: 6px;
	content: "";
	background: #29CE83;
	border-radius: 40px;
}
.current_page_item a {
	position: relative;
}
.current_page_item a:after {
	position: absolute !important;
	left: 0 !important;
	width: 100% !important;
	height: 6px;
	content: "";
	background: #29CE83;
	border-radius: 40px;
}

.header__btn a {
	background: #29CE83;
	border-radius: 50px;
	color: #fff;
	text-decoration: none;
	font-weight: 700;
	font-size: 14px;
	line-height: 21px;
	padding: 14px 22px 14px 28px;
	transition: all 0.5s;
}
.header__btn a:hover {
	background: #20322A;
}

/* Home page css start*/

.hero__wrapper {
    display: grid;
    grid-template-columns: 434px 1fr;
    justify-content: space-between;
    gap: 15px;
}
.hero__content {
    padding-top: 20px;
}
.hero__left img {
    max-width: 515px;
}

.hero__section {
	padding: 70px 0px 180px;
}

.hero__content h1 {
	font-weight: 700;
	font-size: 60px;
	line-height: 1.2;
	color: #36D18B;
	padding-bottom: 33px;
}
.counter__section {
	padding: 100px 0px 150px;
	background: linear-gradient(264.7deg, #7ED948 -4.51%, #03B8CB 92.38%);
}
.counter__wrapper {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 20px;
	align-items: center;
}

.counter__item h2 {
    font-weight: 700;
    font-size: 24px;
    line-height: 1.2;
    color: #FFFFFF;
}

.counter__item {
    text-align: center;
}

.counter__item:nth-child(2) {
    border-right: 1px solid #fff;
    border-left: 1px solid #fff;
}
.home__about__wrapper {
	background: #FFFFFF;
	box-shadow: 0px 0px 90px 20px rgba(32, 50, 42, 0.12);
	border-radius: 15px;
	padding: 58px 91px;
	text-align: center;
	margin-top: -105px;
}

.sec-title {
	font-weight: 700;
	font-size: 50px;
	line-height: 1.2;
	text-align: center;
	color: #20322A;
	padding-bottom: 8px;
}

.home__about__wrapper img {
	padding-bottom: 20px;
}

.home__about__wrapper p {
	font-size: 16px;
	line-height: 1.6;
	color: #424F49;
	padding-bottom: 25px;
	padding-left: 5px;
	padding-right: 5px;
}

.home__about__wrapper a {
	background: #202580;
	border-radius: 50px;
	font-weight: 600;
	font-size: 16px;
	color: #fff;
	text-decoration: none;
	padding: 13px 27px;
	transition: all 0.5s;
	margin-top: 10px;
	display: inline-block;
}

.home__about__wrapper a:hover {
	background: linear-gradient(264.7deg, #7ED948 -4.51%, #03B8CB 92.38%);
}


.review__section {
	padding: 130px 0px 40px;
}

.review__content-wrapper {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 40px 70px;
	max-width: 884px;
	margin: 0 auto;
	padding-bottom: 20px;
}

.review__title-wrapper p {
	text-align: center;
	padding: 0 92px 52px;
}

.review__content-item {
	display: grid;
	grid-template-columns: auto 1fr;
	gap: 30px;
}

.review__content-item h3 {
	font-weight: 600;
	font-size: 20px;
	line-height: 1.2;
	color: #20322A;
	padding-bottom: 7px;
}

.review__content-item p {
	font-size: 12px;
	line-height: 1.8;
}

.review__content-right {
	padding-bottom: 30px;
	border-bottom: 0.5px solid #707070;
}
.review__bottom-text {
	text-align: center;
	max-width: 826px;
	margin: 0 auto;
	font-size: 16px;
}
.review__content-item:nth-last-child(-n+2) .review__content-right {
	border-bottom: 0;
}
.featured__section {
	padding: 80px 0px;
	background: linear-gradient(259.72deg, #7ED948 -14.64%, #03B8CB 95.29%);
}
.featured-sectitle {
	padding-top: 130px;
}

.featured__wrapper {
	display: flex;
	align-items: center;
	gap: 32px;
	flex-wrap: wrap;
	justify-content: space-between;
}

.featured__client-logo {
	border: 1.5px solid #FFFFFF;
	border-radius: 15px;
	height: 105px;
	padding: 0 37px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.featured__client-logo img { 
	transition: all 0.3s;
}
.featured__client-logo:hover img {
	transform: scale(1.3);
}
.sell__section {
	padding: 130px 0px 120px;
}
.sell__section h2 {
	font-size: 45px;

}

.sell__content-wrapper {
	display: grid;
	grid-template-columns: 500px 1fr;
	align-items: center;
	gap: 30px;
}

.sell__content-left h2 {
	text-align: left;
}

.advertise__content_wrapper {
	display: grid;
	grid-template-columns: 480px 1fr;
	align-items: center;
	gap: 55px;
}

.advertise__content-right h2 {
	text-align: left;
	padding-right: 200px;
}

.contact__wrapper {
	background: #FFFFFF;
	box-shadow: 0px 0px 30px 10px rgba(32, 50, 42, 0.12);
	border-radius: 15px;
	padding: 60px 90px 80px 93px;
	margin-bottom: -140px;
	z-index: 9;
	position: relative;
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 70px;
}
.advertise__section {
	padding-bottom: 160px;
}

.advertise__section h2 {
	font-size: 45px;
}


.contact__left h2 {
	font-weight: 600;
	font-size: 45px;
	line-height: 1.3;
	color: #29CE83;
}

.contact__left p {
	font-size: 16px;
	padding-bottom: 20px;
}
.contact__right {
	display: flex;
	flex-direction: column;
}

.contact__info-right {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 37px;
	padding-top: 60px;
}

.contact__info-social ul {
	background: #202580;
	border-radius: 0px 0px 30px 0px;
	width: 45px;
	height: 134px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	transition: all 0.3s;
}

.contact__info-social {
	display: flex;
	justify-content: right;
}

.contact__info-address li span {
	border: 2px solid #202580;
	border-radius: 100%;
	width: 28px;
	height: 28px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.contact__info-address ul li {
	display: flex;
	align-items: center;
	gap: 17px;
	padding-bottom: 5px;
}
.contact__info-address ul li:last-child {
	padding-bottom: 0;
}
.contact__info-address {
	display: flex;
	align-items: end;
}

.contact__info-address li a {
	font-size: 16px;
	line-height: 40px;
	color: #20322A;
	text-decoration: none;
	transition: all 0.5s;
}
.contact__info-address li a:hover {
	color: #29CE83;
}
.contact__info-address li a:hover {
	color: #29CE83;
}

.single-input input {
	border: 0;
	outline: 0;
	background: #EFF9F4;
	border-radius: 4px;
	padding: 18px 13px;
	width: 93%;
}

.single-input {
	margin-bottom: 20px;
}

.single-input input::placeholder {
	color: #B1C2BA;
	font-size: 14px;
	font-weight: 400;
}

.single-input textarea {
	border: 0;
	outline: 0;
	background: #EFF9F4;
	border-radius: 4px;
	padding: 13px;
	width: 93%;
	height: 71px;
}

.single-input textarea::placeholder {
	color: #B1C2BA;
	font-size: 14px;
	font-weight: 400;
}

#submit-btn {
	background: #202580;
	border-radius: 4px;
	font-weight: 500;
	font-size: 16px;
	color: #fff;
	padding: 16px 30px;
	cursor: pointer;
	transition: all 0.5s;
	width: 100%;
}

#submit-btn:hover {
	background: #29CE83;
}
.contact__left {
	padding-top: 20px;
}
.wpcf7-spinner {
	display: none;
}
.home__about__wrapper img {
    max-width: 420px;
}
.home__about__wrapper h2 {
    padding-bottom: 20px;
}
.contact__info-social li a img:hover { 
    transform: scale(1.2);
}
.contact__info-social li a img {
    transition: all 0.5s;
}

/* Home page css end */

/* About us page css end */
.about__hero {
	padding: 80px 0px 140px;
	text-align: center;
}


.about__content-wrapper p {
	padding: 0px 120px 120px;
}
.hero-sectitle {
	font-weight: 700;
	font-size: 50px;
	line-height: 1.3;   
	color: #29CE83; 			

	}
	.service__wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    text-align: center;
    gap: 75px;
}

.service__item p {
    font-weight: 500;
    font-size: 14px;
    line-height: 1.6;
    color: #424F49;
}

.service__item:nth-child(2) {
    position: relative;
}	
.service__item h2 {
    font-weight: 500;
    font-size: 24px;
    line-height: 1.3;
    padding-bottom: 10px;
    padding-top: 10px;
}

.service__item:nth-child(2):before {
    position: absolute;
    top: 52%;
    left: -36px;
    width: 0.5px;
    height: 107px;
    background: #707070;
    content: "";
}

.service__item:nth-child(2):after {
    position: absolute;
    top: 52%;
    right: -35px;
    width: 0.5px;
    height: 107px;
    background: #707070;
    content: "";
}

.community__wrapper {
    background: #FFFFFF;
    box-shadow: 0px 0px 60px 10px rgba(32, 50, 42, 0.12);
    border-radius: 15px;
    padding: 60px 90px 75px;
    margin-bottom: -144px;
    position: relative;
    z-index: 9;
}

.community__wrapper h2 {
	padding-bottom: 30px;
}
.community__wrapper p:last-child {
	padding-bottom: 0;
	font-weight: 600;
}
.community__wrapper p {
	text-align: center;
	padding-bottom: 36px;
}
.about__team h2 {
	font-size: 50px;
}
.about__team p {
	font-weight: 500;
	font-size: 15px;
}
.mission__section p {
	font-weight: 500;
	font-size: 15px;
}
.mission__section h2 {
	font-size: 50px;
}
.mission__section .advertise__content_wrapper {
	display: grid;
	grid-template-columns: 1fr 515px;
	align-items: center;
	gap: 30px;
}

/* About us page css end */

/* Team page css start */
.hero__team {
	background-color: #f9fffc;
	margin-top: -115px;
	padding: 200px 0px 70px;
}

.header {
	position: relative;
}

.hero__team-wrapper {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 20px;
}

.hero__team-right {
	text-align: right;
}

.hero__team-wrapper p {
	font-size: 16px;
	padding-bottom: 60px;
	padding-right: 30px;
}

.hero__team-wrapper a {
	background: #29CE83;
	border-radius: 50px;
	color: #fff;
	font-weight: 600;
	font-size: 16px;
	text-decoration: none;
	padding: 17px 27px;
	transition: all 0.5s;
}
.hero__team-wrapper a:hover {
	background: #20322A;
}

.team__section {
	padding: 135px 0px 200px;
}

.team__wrapper-list {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	text-align: center;
	grid-gap: 60px 80px;
}	

.team__member-item h2 {
	font-weight: 600;
	font-size: 30px;
	line-height: 1.2;
	padding: 15px 0px 5px;
}

.team__member-item h3 {
	font-size: 18px;
	font-weight: 600;
	line-height: 1.2;
}

.team__member-item p {
	font-size: 13px;
	font-weight: 600;
}
.team__top-wrapper {
	display: grid;
	grid-template-columns: 1fr 1fr;
	max-width: 680px;
	margin: 0 auto;
	gap: 80px;
	align-items: center;
	text-align: center;
	margin-bottom: 57px;
}

.team__top-wrapper .team__member-item:nth-child(3n+2):after {
	width: 0;
}
.team__member-item:nth-child(3n+2) {position: relative;}

.team__member-item:nth-child(3n+2):before {
	position: absolute;
	top: 72%;
	left: -40px;
	width: 0.5px;
	height: 70px;
	background: #707070;
	content: "";
}

.team__member-item:nth-child(3n+2):after {
	position: absolute;
	top: 72%;
	right: -40px;
	width: 0.5px;
	height: 70px;
	background: #707070;
	content: "";
}
.page-template-our-team .footer {
	padding-top: 118px;
}
/* team page css start */

/* Career page css start */
.career__hero {	
	background-color: #f9fffc;
	margin-top: -115px;
	padding: 200px 0px 70px;
}

.career__hero-wrapper {
	display: grid;
	grid-template-columns: 515px 1fr;
}

.career__hero-wrapper p {
	font-size: 16px;
	padding-bottom: 60px;
	padding-right: 30px;
}
.career__hero-left h1 {
	padding-bottom: 20px;
}
.jobdetails__section {
	padding: 100px 0px;
}

.jobdetails__wrapper {
	display: grid;
	grid-template-columns: 1fr 1fr;
	max-width: 850px;
	margin: 0 auto;
	grid-gap: 30px 151px;
	position: relative;
}

.jobdetails__wrapper:before {
	position: absolute;
	top: 0;
	left: 50%;
	height: 100%;
	width: 0.5px;
	background: #707070;
	content: "";
}

.jobdetails__item p {
	font-size: 13px;
	line-height: 1.6;
}

.jobdetails__item h2 a {
	font-weight: 600;
	font-size: 30px;
	color: #20322A;
	text-decoration: none;
	line-height: 1.2;
	margin-bottom: 3px;
	display: block;
}

.jobdetails__bottom-wrapper {
	display: grid;
	grid-template-columns: 1fr 1fr;
	align-items: center;
	max-width: 850px;
	margin: 0 auto;
	gap: 30px;
	padding-top: 70px;
}

.jobdetails__bottom-right {
	text-align: center;
}

.jobdetails__bottom-left p {
	font-weight: 500;
	font-size: 15px;
}
.career__hero-left {
	padding-top: 45px;
}
.team__member-wrapper {
	display: grid;
	grid-template-columns: 1fr 160px 1fr;
	gap: 25px;
	align-items: center;
	position: relative;
	padding-top: 100px;
}

.team__member-singlebox img {
	border: 1.5px solid #C1F1D9;
	border-radius: 100%;
	padding: 12px;
}

.team__member-singlebox p {
	font-weight: 500;
	font-size: 13px;
	padding: 10px 0px;
}

.team__member-singlebox:nth-child(1) {
	text-align: right;
	border-top: 1.5px solid #C1F1D9;			
	border-bottom: 1.5px solid #C1F1D9;
}

.team__member-singlebox:nth-child(3) {
	border-top: 1.5px solid  #C1F1D9;
	border-bottom: 1.5px solid  #C1F1D9;
}

.team__member-singlebox h2 {
	font-weight: 600;
	font-size: 30px;
	line-height: 1.2;
	padding: 10px 0px 5px;
}

.team__member-singlebox h3 {
	font-size: 18px;
	font-weight: 600;
	line-height: 1.2;
	padding-bottom: 15px;
}
.team__member-img {
    width: 131px;
    height: 131px;
    background-color: #e0e6f5;
    border-radius: 100%;
    margin: 0 auto;
}
.team__member-img img {
    width: auto;
    height: 100%;
}
.team__member-btm-img {
    width: 174px;
    height: 174px;
    border: 1px solid #C1F1D9;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.team__member-singlebox img {
    border-radius: 100%;
    padding: 1px;
    background: #C1F1D9;
    max-width: 147px;
    max-height: 147px;
}
.jobdetails__bottom-right img {
    max-width: 302px;
}
.team__member-singlebox:nth-child(2) {
    margin-left: -7px;
}

/* Career page css end */

/* Footer Css */	
.footer {
	padding: 245px 0px 72px;
	background: #C1F1D9;
}

.footer__wrapper {
	display: grid;
	grid-template-columns: 318px 1fr 1fr 1fr;	
	justify-content: space-between;
	gap: 43px;
	align-items: center;
}

.footer__item p {
	font-weight: 500;
	font-size: 12px;
	color: #000000;
	line-height: 2;
}

.footer__item h2 {
	font-weight: 700;
	font-size: 20px;
	color: #000;
	padding-bottom: 2px;
	margin-top: -23px;
}
.foooter__logo img {
	margin-top: -15px;
}

.footer__copyright {
	font-weight: 500;
	font-size: 10px; 
	text-align: center;	
	color: #000000;
	padding-top: 80px;
}
.footer__item:nth-last-child(-n + 2) {
	padding-top: 8px;
}

/* Mobile menu css */
.mobile__wrapper {
	display: none;
}
.mobile__menu-inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	position: relative;
	z-index: 99;
	background-color: #fff;
	top: 0;
	padding-top: 20px;
}

.menu-open {
	max-width: 20px;
}

.mobile__menu {
	position: absolute;
	top: -100%;
	left: 0%;
	width: 100%;
	height: auto;
	background: #fff;
	transition: all 0.5s;
	opacity: 0;
	padding-bottom: 25px;
}

.mobile__menu ul li a {
	color: #20322A;
	font-size: 16px;
	text-decoration: none;
	padding: 10px 13px 4px 0px;
	display: inline-block;
}

.menu-close {
	font-size: 30px;
	position: absolute;
	top: -6px;
	left: -6px;
	border: 1px solid #20322A;
	width: 35px;
	height: 35px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 100%;
	opacity: 0;
	visibility: hidden;
}

.mobile__menu-icon {
	position: relative;
}

.mobile__wrapper {
	position: relative;
}
.contact__btn a {
	background: #29CE83;
	border-radius: 50px;
	color: #fff !important;
	text-decoration: none;
	font-weight: 700;
	font-size: 14px;
	line-height: 21px;
	padding: 14px 22px 14px 28px !important;
	transition: all 0.5s;
	display: inline-block;
	margin-top: 15px;
}
.mobile__menu .current_page_item a:after {
	position: absolute !important;
	left: 0 !important;
	width: 100% !important;
	height: 4px;
	content: "";
	background: #29CE83;
	border-radius: 40px;
	bottom: 0;
}
.hero__team-right img {
    max-width: 400px;
}


/* Resonsive css */
@media screen and (max-width: 767px) {
	.header__wrapper {
    display: none; 
	}
	.hero__team-right img {
    max-width: 100%
	}
	.jobdetails__bottom-right img {
		max-width: 100%;
	}
	.hero__left img {
    max-width: 100%;
	}
.home__about__wrapper img {
    max-width: 100%;
    margin-top: 20px;
}
.home__about__wrapper a { 
    font-size: 15px; 
    padding: 9px 24px; 
    margin-top: 10px; 
    margin-bottom: 20px;
}
.hero__content {
    padding-top: 20px;
    text-align: center;
}
.counter__item img {
    width: 60px;
}
.review__content-item {
    display: block;
    text-align: center;
}
.review__content-item p {
    font-size: 14px;
    line-height: 1.6em;
}
.counter__item h2 br {
    display: none;
}

	.mobile__wrapper {
		display: block;
	}
	.team__member-btm-img {
     
    margin: 0 auto;
	}
	.hero__section {
    padding: 40px 0px 50px;
	} 
	.hero__wrapper { 
    grid-template-columns: 1fr; 
	}
.hero__content h1 {
    font-size: 32px;
    padding-bottom: 20px;
}	
.hero__content p {
    font-size: 16px;
    margin-bottom: 20px;
}
	.counter__section {
    padding: 50px 0px 140px; 
	}
    .counter__item h2 { 
        font-size: 20px; 
        margin-bottom: 15px;
        margin-top: 8px;
    }
	.counter__wrapper { 
    grid-template-columns: 1fr; 
	}
	.counter__item:nth-child(2) {
    border-right: 0;
    border-left: 0;
	}
.home__about__wrapper {
    padding: 15px;
}
	.sec-title { 
    font-size: 32px;
	}
	.review__section {
    padding: 40px 0px 40px;
	}
	.review__title-wrapper p { 
    padding: 0 0px 30px;
    font-size: 16px;
	}
	.review__content-wrapper {
    grid-template-columns: 1fr;
    grid-gap: 21px 70px;
    padding-bottom: 0px;
	}
	.review__content-item h3 { 
    font-size: 18px; 
    padding-bottom: 7px;
	}
	.featured-sectitle {
        padding-top: 30px;
        padding-left: 5px;
        padding-right: 5px;
	}
	.br-none {
    border-bottom: 1px solid #707070;
	}
.featured__client-logo {
    width: 110px;
    height: 75px;
    padding: 7px 20px;
    gap: 0;
}
.featured__client-logo img {
    transition: all 0.3s;
    max-width: 75px;
}
.review__bottom-text {
    font-size: 14px;
    padding-top: 20px;
    padding-left: 15px;
    padding-right: 15px;
}
	.featured__section {
    padding: 70px 0px; 
	}
.featured__wrapper {
    justify-content: center;
    gap: 15px;
}
.sell__section {
    padding: 70px 0px;
    text-align: center;
}
.sell__content-left h2 {
    text-align: center;
}
.sell__content-right img {
    width: 80%;
}
.advertise__content-left img {
    width: 80%;
    margin-left: 10%;
}
.advertise__content-right {
    text-align: center;
}
.advertise__content-right h2 {
    text-align: center;
}
#submit-btn { 
    font-size: 15px; 
    padding: 12px 30px; 
}
.contact__info-social ul { 
    width: 150px;
    height: 52px;
    display: flex;
    align-items: center;
    justify-content: space-around;
    flex-direction: row; 
    margin-bottom: 20px;
}
.foooter__logo img {
    margin-top: 0;
}
.footer__item p {
    font-weight: 500;
    font-size: 14px;
    color: #000000;
    line-height: 1.6em;
}
.footer__copyright { 
    font-size: 12px; 
}
.about__content-wrapper {
    padding-bottom: 20px;
}
	.sell__content-wrapper { 
    grid-template-columns: 1fr; 
	}
	.sell__section h2 {
    font-size: 32px;
	}
	.sell__content-left p {
    font-size: 16px;
	}
	.advertise__content_wrapper { 
    grid-template-columns: 1fr; 
	}
	.advertise__section h2 {
    font-size: 32px;
		padding-right: 0;
	}
	.advertise__content-right p {
    font-size: 16px;
	}
	.advertise__section {
    padding-bottom: 50px;
	}
	.contact__wrapper {  
    padding: 20px; 
    	grid-template-columns: 1fr;
    	gap: 20px;
		overflow: hidden;
	}
	.contact__left h2 { 
    font-size: 32px; 
	}
	.contact__info-right {  
    gap: 15px;
    padding-top: 30px;
	grid-template-columns: 1fr;
	}
	.contact__info-social { 
    justify-content: left;
	}
	.footer {
    padding: 180px 0px 50px; 
	}
	.footer__wrapper { 
    grid-template-columns: 1fr; 
    gap: 15px; 
    text-align: center;
	}
	.footer__copyright { 
    padding-top: 30px;
	}
	.footer__item p br {
    display: none;
	}
	.footer__item h2 { 
    font-size: 20px; 
    margin-top: 0;
	}
	.about__hero {
    padding: 40px 0px 40px; 
	}
	.hero-sectitle { 
    font-size: 32px; 
    padding-bottom: 10px;
	}
	.about__content-wrapper p {
    padding: 0px 30px 40px;
    font-size: 16px;
	}
	.service__wrapper { 
    grid-template-columns: 1fr; 
    gap: 25px;
	}
	.service__item:nth-child(2):before {
    position: unset; 
	}
	.service__item:nth-child(2):after {
    position: unset; 
	}
	.mission__section .advertise__content_wrapper { 
    grid-template-columns: 1fr; 
	}
	.community__wrapper p { 
    padding-bottom: 20px;
    font-size: 16px;
	}
.community__wrapper {
    padding: 45px 15px;
}
.career__hero-left {
    padding-top: 35px;
    text-align: center;
}
.career__hero-right {
    text-align: center;
}
.career__hero-right img {
    max-width: 80%;
}
.jobdetails__item {
    padding-bottom: 15px;
}
.hero__team {
    padding: 150px 0px 50px;
    text-align: center;
}
	.hero__team-wrapper { 
    grid-template-columns: 1fr;
		gap: 40px
	}
	.hero__team-wrapper p { 
    padding-bottom: 45px;
    padding-right: 0;
	}
	.team__section {
    padding: 30px 0px 60px;
    overflow:hidden;
	}
.footer__item p strong {
    display: block;
}
	.team__top-wrapper { 
    grid-template-columns: 1fr; 
    gap: 40px; 
    text-align: center;
    margin-bottom: 30px;
	}
.team__wrapper-list {
    grid-template-columns: 1fr;
    text-align: center;
    grid-gap: 40px 20px;
}
	.team__member-item h2 { 
    font-size: 25px; 
    padding: 15px 0px 5px;
	}
	.team__member-item h3 {
    font-size: 15px;
    font-weight: 600;
    line-height: 1.2;
    padding-bottom:5px;
	}
	.team__member-wrapper {
    grid-template-columns: 1fr;
    gap: 15px;
    padding-top: 40px;
    text-align: center;
	}
	.team__member-singlebox:nth-child(1) {
    text-align: center; 
	}
	.team__member-singlebox h2 { 
    font-size: 25px; 
	}
	.team__member-singlebox h3 {
    font-size: 15px;  
	}
	.page-template-our-team .footer {
    padding-top: 50px;
	}
	
	.jobdetails__section {
    padding: 40px 0px;
	}
	.jobdetails__wrapper { 
    grid-template-columns: 1fr; 
    grid-gap: 20px 126px; 
	}
	.jobdetails__wrapper:before {
    position: unset; 
	}
	.jobdetails__item h2 a { 
    font-size: 20px; 
	}
	.jobdetails__bottom-wrapper { 
    grid-template-columns: 1fr; 
    padding-top: 30px;
	}
	.career__hero { 
    padding: 115px 0px 50px;
	}
	.career__hero-wrapper { 
    grid-template-columns: 1fr;
    gap: 30px;
	}
	.career__hero-wrapper p { 
    padding-bottom: 0;
    padding-right: 0;
	} 

}


@media only screen and (min-width: 768px) and (max-width: 1023px) {

	.mobile__wrapper {
		display: block;
	}
	.header__wrapper {
    display: none; 
	}
    .featured__client-logo { 
        padding: 0 16px; 
    }
	.hero__section {	
    padding: 70px 0px 60px;
	}
	.hero__content h1 { 
    font-size: 45px; 
	}
	.counter__section {
    padding: 60px 0px 150px; 
	}
	.home__about__wrapper { 
    padding: 58px 30px;
	}
	.sec-title { 
    font-size: 36px; 
	}
	.review__section {
    padding: 60px 0px 40px;
	}
	.review__content-wrapper { 
    grid-gap: 40px 20px; 
	}
	.featured-sectitle {
    padding-top: 35px;
	}
	.featured__wrapper { 
    gap: 10px; 
	}
	.sell__section {
    padding: 60px 0px;
	}
	.sell__section h2 {
    font-size: 36px;
	}
	.sell__content-wrapper { 
    grid-template-columns: 1fr 1fr;  
	}
	.advertise__section {
    padding-bottom: 60px;
	}
	.advertise__section h2 {
    font-size: 36px;
	}
	.advertise__content_wrapper { 
    grid-template-columns: 1fr 1fr; 
	}
	.contact__wrapper { 
    padding: 20px;  
    gap: 30px;
	}
	.contact__left h2 { 
    font-size: 36px; 
	}
	.footer {
    padding: 220px 0px 40px; 
	}
	.footer__wrapper { 
    grid-template-columns: 1fr 1fr; 
    gap: 30px; 
	}
	.footer__item p br {
    display: none;
	}
	.footer__copyright {  
    padding-top: 60px;
	}
	.about__hero {
    padding: 60px 0px 80px; 
	}
	.hero-sectitle { 
    font-size: 36px;
	}
	.about__content-wrapper p {
    padding: 0px 67px 70px;
	}
	.service__wrapper { 
    gap: 70px;
	}
	.mission__section .advertise__content_wrapper { 
    grid-template-columns: 1fr 425px;  
	}
	.community__wrapper {  
    padding: 50px; 
	}
	.about__hero {
    padding: 50px 0px 50px; 
	}
	.hero-sectitle { 
    font-size: 36px; 
	}
	.about__content-wrapper p {
    padding: 0px 60px 30px;
	}
	.hero__team { 
    padding: 175px 0px 50px;
	}
	.hero__team-wrapper p { 
    padding-bottom: 50px;
    padding-right: 0;
	}
	.team__member-item h2 { 
    font-size: 24px; 
	}
	.team__member-singlebox h2 { 
    font-size: 25px; 
	}
	.team__member-singlebox h3 {
    font-size: 15px; 
	}
	.team__section {
    padding: 40px 0px 80px;
	}
	.page-template-our-team .footer {
    padding-top: 70px;
	}
	.career__hero { 
    padding: 160px 0px 20px;
	}
	.career__hero-wrapper { 
    grid-template-columns: 1fr 1fr;
	}
	.jobdetails__section {
    padding: 60px 0px;
	}
	.jobdetails__wrapper { 
    grid-template-columns: 1fr 1fr; 
    grid-gap: 30px 100px; 	
	}
	.jobdetails__item h2 a { 
    font-size: 24px; 
	}
	
}