.about-us-header {
	background-image: url("../imgs/latest-img.png");
	background-size: cover;
	height: 550px;
	padding-top: 100px
}
.about-header-title {
	font-size: 50px;
	margin-bottom: 5px
}
.about-header-text {
	color: #999999;
	font-weight: bold;
	font-size: 13px;
	margin-bottom: 30px;
}
.meet-team-btn {
	display: inline-block
}
.whoweare {
	padding-top: 40px;
	padding-bottom: 50px;
	margin-bottom: 50px;
	position: relative
}
.whoweare:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 30%;
	height: 1px;
	background-color: #e9e9e9
}
.dots-box {
	display: flex;
	justify-content: center;
	padding-bottom: 30px
}
.dots-box .dot {
	display: inline-block;
	width: 13px;
	height: 13px;
	border-radius: 50%;
	background-color: #59dac3;
	position: relative
}
.dots-box .dot.sec-dot {
	margin: 0 25px
}
.dots-box .dot.first-dot:after {
	border-top: 1px dashed #59dac3;
    content: "";
    width: 25px;
    height: 25px;
    display: inline-block;
    position: absolute;
    top: 6px;
    left: 6px;
}
.dots-box .dot.sec-dot:after {
	border: 1px dashed #59dac3;
    content: "";
    width: 25px;
    height: 25px;
    display: inline-block;
    position: absolute;
    top: -6px;
    left: -6px;
	border-radius: 50%
}
.dots-box .dot.third-dot:after {
	border-top: 1px dashed #59dac3;
    content: "";
    width: 25px;
    height: 25px;
    display: inline-block;
    position: absolute;
    top: 6px;
    left: -20px;
}
.about-heading {
	font-weight: bold;
	font-size: 23px;
	margin-bottom: 15px
}
.about-text {
	color: #8c8b8ba6;
	font-size: 13px;
	line-height: 2
}
.whatwedo .about-heading {
	display: flex;
	justify-content: flex-end
}
.whatwedo .dots-box {
	padding-top: 10px;
    padding-left: 15px;
}

.whatwedo .about-text {
	padding-right: 90px;
	text-align: right
}
.whatwedo-img img {
	width: 100%;
	height: 400px
}
.why-choose {
	background-color: #edf8f6;
	padding: 50px 0;
}
.whychoose-flex {
	display: flex;
	padding-top: 30px
}
.whychoose-flex .dots-box {
	padding-top: 10px;
    margin-right: 25px;
}
.whychoose-text-phrases {
	padding-left: 100px
}
.correct-phrases {
    color: #8c8b8b9e;
    font-size: 13px;
    margin-bottom: 40px;
	font-weight: bold
}
.cor-phrase {
	margin-bottom: 15px;
    padding-left: 50px;
    position: relative;
}
.cor-phrase:before {
    content: "\f00c";
    font-family: "FontAwesome";
    position: absolute;
    color: #55ceb8;
    top: -4px;
    left: 0;
    font-size: 20px;
}
.whychoose-text-phrases .about-text {
	margin-bottom: 20px
}
.whychoose-box img {
	height: 400px;
	width: 100%
}
.our-team {
	padding-top: 40px;
	padding-bottom: 150px;
}
.our-team .about-text {
	width: 500px;
	margin: auto;
	margin-bottom: 100px
}
.team-img {
  -webkit-clip-path: polygon(50% 0, 95% 25%, 95% 75%, 50% 100.8%, 5% 75%, 5% 25%);
	background-color: #999;
	border-radius: 123px;
	overflow: hidden;
	width: 210px;
	height: 210px;
	position: relative;
	margin: auto
}
.polygon-overlay {
	background-color: #59dac3;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	padding: 0 10px;
	-webkit-clip-path: polygon(50% 0, 95% 25%, 95% 75%, 50% 100.8%, 5% 75%, 5% 25%);
	transition: all 0.2s ease-in-out;
	transform: scale(0)
}

.centerbox {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	padding: 0 20px
}
.team-name {
	color: #FFF;
	font-weight: bold;
	font-size: 25px;
	letter-spacing: 1px
}
.team-job {
	color: #ffffffb8;
	font-size: 17px
}
.team-dots {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
.t-dot {
	width: 10px;
	height: 10px;
	background-color: #999;
	display: inline-block;
	border-radius: 50%;
	position: absolute
}
.t-dot.t-first {
	top: -30px;
	left: 50%;
	transform: translateX(-50%)
}
.t-dot:after {
	content: "";
	position: absolute;
	width: 30px;
	height: 25px;
	border-bottom: 1px dashed #999
}
.t-dot.t-first:after {
	transform: rotateZ(90deg);
	top: 2px;
    left: 2px;
}
.t-dot.t-sec {
	right: 15px;
	top: 50%;
	transform: translateY(-50%)
}
.t-dot.t-sec:after {
	top: -19px;
    left: -24px;
}
.t-dot.t-third {
	bottom: -32px;
	left: 50%;
	transform: translateX(-50%)
}
.t-dot.t-third:after {
	transform: rotateZ(90deg);
	bottom: 6px;
    left: 2px;
}
.t-dot.t-fourth {
	left: 15px;
	top: 50%;
	transform: translateY(-50%)
}
.t-dot.t-fourth:after {
	top: -19px;
    right: -24px;
}
.team-box {
	cursor: pointer
}
.team-box:hover .polygon-overlay {
	transform: scale(1);
}

.team-box:hover .t-dot:after {
	border-bottom: 1px dashed #59dac3
}
.team-box:hover .t-dot {
	background-color: #59dac3
}

.question-container {
	padding: 60px 0;
	background-color: #CCC
}
.question-container .about-heading {
	font-size: 30px;
	margin-bottom: 5px
}
.question-container .about-text {
	margin-bottom: 30px
}
/** Extra small devices (portrait phones, less than 576px) **/
@media (max-width: 575.98px) {
	
	.about-us-header {
		height: 350px
	}
	
	.about-header-title {
		font-size: 30px
	}
	.meet-team-btn {
		padding: 10px 23px;
		font-size: 12px;
	}
	.our-team .about-text {
		width: 100%
	}
	.team-box {
		margin-bottom: 80px
	}
	.t-dot.t-first:after {
		top: 5px
	}
	.team-dots {
		display: none
	}
	.question-container .about-heading {
		font-size: 21px
	}
	.team-name {
		font-size: 20px
	}
	.team-job {
		font-size: 14px
	}
}

/** Small devices (landscape phones, 576px and up) **/
@media (min-width: 576px) and (max-width: 767.98px) {
	
	.about-us-header {
		height: 350px
	}
	
	.about-header-title {
		font-size: 30px
	}
	.meet-team-btn {
		padding: 10px 23px;
		font-size: 12px;
	}
	.our-team .about-text {
		width: 100%
	}
	.team-box {
		margin-bottom: 80px
	}
	.t-dot.t-first:after {
		top: 5px
	}
	.team-dots {
		display: none
	}
	.question-container .about-heading {
		font-size: 21px
	}
	.team-name {
		font-size: 20px
	}
	.team-job {
		font-size: 14px
	}
	
}

/** Medium devices (tablets, 768px and up) **/
@media (min-width: 768px) and (max-width: 991.98px) {
	
	.our-team {
		padding-bottom: 40px
	}
	.team-box {
		margin-bottom: 80px
	}
	.team-dots {
		display: none
	}
	
}

/** Large devices (desktops, 992px and up) **/
@media (min-width: 992px) and (max-width: 1199.98px) {
	
	
	
}

/** Extra large devices (large desktops, 1200px and up) **/
@media (min-width: 1200px) {}