.d-title-3 {
	text-align: center;
	width: 90%;
	padding: 5px 25px;
	margin: 0 auto;
}
.d-title-3 h1 {
	color: #17cd6d;
	font-size: 30px;
}
.d-title-3 h1::before {
	content: "";
	background: #17cd6d;
	display: block;
	width: 20%;
	height: 2px;
	margin: 11px auto;
}
.d-title-3 p {
	color: #3d4c5a;
	font-size: 15px;
}
.d-about-3 {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0px;
	margin: 0 auto !important;
}
.text-about-3 {
	display: flex;
	align-items: center;
	padding: 0;
}
.text-about-3 .content-text-about-3 {
	border-right: 3px solid #17cd6d;
	padding: 0;
	padding-right: 19px;
}
.content-text-about-3 h1 {
	color: #17cd6d;
	font-size: 30px;
}
.content-text-about-3 p {
	margin: 24px 0;
	color: #4f6b95;
	font-size: 15px;
}
.btn-about-3 {
	background-color: #17cd6d;
	color: #fff;
	padding: 10px 17px;
	border-radius: 14px;
	text-align: center;
	box-shadow: 0 10px 25px #18cd6f5d;
	transition: 0.3s;
	border: 1px solid transparent;
}
.btn-about-3:hover {
	border-color: #17cd6d;
	background-color: transparent;
	color: #17cd6d;
}
.btn-about-3:hover svg path {
	fill: #17cd6d;
}
.btn-about-3 svg {
	width: 25px;
	height: 25px;
}
.btn-about-3 svg path {
	fill: #fff;
}
.d-about-3 .img-about-3 {
	text-align: center;
	padding: 0;
}
.d-about-3 .img-about-3 img {
	max-width: 100%;
}
.services-3 {
}
.d-services-3 {
	max-width: 100%;
	justify-content: center;
	margin: 0 auto !important;
}
.card-ser3 {
	background-color: #ffffff;
	padding: 11px;
	display: flex;
	box-shadow: 0 2px 33px #5d80b51a;
	border-radius: 22px;
	flex-direction: column;
	justify-content: center;
	transition: 0.3s;
}
.card-ser3 .image-d {
	text-align: center;
	padding: 17px;
}
.card-ser3 .image-d img {
	max-width: 100%;
	width: 109px;
}
.card-ser3 .content-ser3 {
	padding: 18px;
}
.card-ser3 .title-card-ser3 {
	text-align: center;
	font-size: 21px;
	width: 100%;
	color: #17cd6d;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-direction: row-reverse;
}
.card-ser3 .title-card-ser3::before {
	content: "";
	display: inline-block;
	width: 50px;
	left: -11px;
	position: relative;
	height: 10px;
	background: #17cd6d;
	border-radius: 0 100px 100px 0;
}
.card-ser3 .des-card-ser3 {
	color: #3d4c5a;
	font-size: 15px;
}
.blog-3 {
}
.blog-3 .d-blog-3 {
	margin: 0 auto !important;
	display: flex;
	justify-content: center;
}
.card-blog-3 {
	background-color: #ffffff;
	margin: 16px;
	padding: 13px 25px;
	box-shadow: 0 2px 33px #5d80b51a;
	border-radius: 22px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.card-blog-3 .image-d-card-blog-3 {
	text-align: center;
}
.card-blog-3 .image-d-card-blog-3 img {
	max-width: 100%;
	height: 183px;
	width: 100%;
	object-fit: cover;
	border-radius: 22px;
}
.card-blog-3 .content-blog-3 {
	margin: 17px 0;
}
.content-blog-3 .title-card-blog-3 {
	color: #4ece76;
}
.content-blog-3 .des-card-blog-3 {
	color: #40638d;
}
.card-blog-3 .footer-card-blog-3 {
	display: flex;
	padding: 6px;
	align-items: center;
	justify-content: space-between;
}
.footer-card-blog-3 .item-footer-card-blog-3 {
	color: #919ca9;
}
.item-footer-card-blog-3 svg {
	width: 25px;
	height: 25px;
}
.item-footer-card-blog-3 svg path {
	fill: #919ca9;
}
.card-blog-3 hr {
}
.card-blog-3 .btn-card-blog-3 {
	color: #4ece81;
	font-weight: 600;
	display: block;
	border-radius: 15px;
	text-align: center;
	transition: 0.3s;
	padding: 9px;
	margin: 4px 0;
}
.card-blog-3 .btn-card-blog-3:hover {
	background: #4ece8130;
}
.card-blog-3 .btn-card-blog-3 svg {
	width: 25px;
	height: 25px;
}
.card-blog-3 .btn-card-blog-3 svg path {
	fill: #4ece81;
}
.btn-blog-3-div {
	text-align: center;
	margin: 30px;
}
.btn-blog-3 {
	background-color: #17cd6d;
	color: #fff;
	padding: 10px 17px;
	border-radius: 14px;
	text-align: center;
	box-shadow: 0 10px 25px #18cd6f5d;
	transition: 0.3s;
	border: 1px solid transparent;
}
.btn-blog-3:hover {
	border-color: #17cd6d;
	background-color: transparent;
	color: #17cd6d;
}
.btn-blog-3:hover svg path {
	fill: #17cd6d;
}
.btn-blog-3 svg {
	width: 25px;
	height: 25px;
}
.btn-blog-3 svg path {
	fill: #fff;
}
.certificates-2 {
}
.certificates-2 .d-certificates-2 {
	margin: 0 auto;
	justify-content: center;
}
.d-certificates-2 .card-certificates-2 {
	background-color: #ffffff;
	padding: 13px 25px;
	box-shadow: 0 2px 33px #5d80b51a;
	border-radius: 17px;
	display: flex;
	align-items: center;
}
.card-certificates-2 .img-spn-card-certificates-2 {
	background: #17cd6d45;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 7px;
	border-radius: 14px;
}
.card-certificates-2 .img-spn-card-certificates-2 img {
	width: 67px;
	border-radius: 15px;
}
.card-certificates-2 .title-certificates-2 {
	font-size: 21px;
	color: #17cd6d;
}
.card-certificates-2 .des-certificates-2 {
}
.d-content-text-certificates-2 {
	padding: 11px;
}
.card-or-cert-2 {
}
.comments-3 {
	margin: 0 auto;
}
.d-comments-3 {/* background: #000; */}
.wrapper-comments-3 {
	/* padding: 0 11px; */
}
.wrapper-comments-3 .swiper-slide {
	padding: 0 16px;
}
.wrapper-comments-3 {
}
.item-slide-comments-3 {
	display: flex !important;
	background: #fff;
	padding: 10px 20px;
	justify-content: center;
	align-items: center;
	border-radius: 22px;
	transition: 0.3s;
	background-image: url("img/sd-shape-3.png");
	background-position: center;
	background-size: cover;
}
.item-slide-comments-3:hover .image-and-work-box .work-title {
	color: #fff;
}
.item-slide-comments-3:hover .image-and-work-box {
	transform: scale(1.02);
	background: #17cd6d;
}
.item-slide-comments-3::after {
	content: "";
	display: block;
	width: 7px;
	height: 70%;
	background: #18cd6e;
	position: absolute;
	left: 25px;
	border-radius: 5px;
	box-shadow: 14px 0 40px #17cd6d;
}
.image-and-work-box {
	text-align: center;
	margin-bottom: 16px;
	border-radius: 22px;
	padding: 20px;
	background: #eceef1;
	transition: 0.3s;
}
.image-and-work-box img {
	margin-bottom: 14px;
	width: 50px;
	height: 50px;
	border-radius: 200px;
	box-shadow: 0 10px 35px #6a7b9573;
}
.box-text-image-box {
}
.title-name-comments-3 {
	color: #314260;
	font-size: 18px;
}
.work-title {
	color: #17cd6d;
	font-size: 15px;
}
.text-box-comments-3 {
	padding: 20px;
}
.text-box-comments-3 p {
	color: #314260;
	padding: 12px;
	margin: 0;
	font-size: 14px;
	border-radius: 12px;
}
.swiper-pagination-bullet {
}
.swiper-pagination-bullet-active {
	background: #17cd6d !important;
}
.pricing-3 {
}
.d-pricing-3 {
	margin: 0 auto !important;
	justify-content: center;
	padding: 0;
}
.plane-pricing-3 {
	/* margin: 22px; */
	padding: 15px 0;
	border-radius: 22px;
	text-align: center;
	background-color: #ffffff;
	box-shadow: 0 2px 33px #5d80b51a;
	transition: 0.3s;
	padding-bottom: 10px;
}
.bd-plane-pricing-3 {
	background-color: #17cd6d;
	padding: 5px 7px;
	color: #fff;
	display: inline-flex;
	transform: translate(0px,-15px);
	border-radius: 0 0 15px 15px;
}
.head-plane-pricing-3 {
	padding: 15px;
}
.price-plane-pricing-3 {
	color: #17cd6d;
	font-weight: bold;
	font-size: 41px;
	text-align: center;
}
.price-plane-pricing-3 b {
	color: #40638d;
	font-weight: 400;
	font-size: 16px;
}
.col12 small {
	font-weight: 300;
	color: #17cd6d;
	text-align: center;
}
.col12 {
	text-align: center;
	padding: 15px;
}
.option-plane-pricing-3 {
	padding: 15px;
}
.option-plane-pricing-3 .ul-plane-pricing-3 {
	padding-left: 0 !important;
	width: 100%;
	position: relative;
	display: block;
}
.option-plane-pricing-3 .li-plane-pricing-3 {
	display: block;
	margin: 14px 0;
	color: #406390;
	text-align: right;
	font-size: 15px;
}
.option-plane-pricing-3 .li-plane-pricing-3::before {
	content: "";
	display: inline-block;
	width: 14px;
	height: 14px;
	border-radius: 5px;
	margin-left: 4px;
	background-color: #17cd6d;
}
.li-plane-pricing-3.none {
	text-decoration: line-through;
	opacity: 0.5;
}
.btn-plane-pricing-3 {
	color: #17cd6d;
	font-weight: 600;
	display: block;
	transition: 0.3s;
	padding: 5px;
	border-radius: 10px;
	margin-top: 8px;
	font-size: 16px;
}
.btn-plane-pricing-3:hover {
	color: #878090;
}
.portfolio-3 {
}
.d-portfolio-3 {
	justify-content: center;
	margin: 0 auto !important;
}
.card-portfolio-3 {
	margin: 22px;
	padding: 15px;
	border-radius: 22px;
	text-align: center;
	background-color: #ffffff;
	box-shadow: 0 2px 33px #5d80b51a;
}
.card-portfolio-3::after {
	content: "";
	display: block;
	margin: 0 auto;
	width: 80%;
	background: #17cd6d;
	height: 11px;
	transform: translate(0px,26px);
	position: relative;
	z-index: 1;
	border-radius: 0 0 9px 9px;
}
.image-card-portfolio-3 {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 10px;
	flex-wrap: wrap;
}
.image-card-portfolio-3 img {
	width: 43%;
	height: 127px;
	object-fit: cover;
	display: inline-block;
	border-radius: 22px;
	margin: 12px;
}
.content-card-portfolio-3 {
}
.title-card-portfolio-3 {
	color: #17cd6d;
}
.des-card-portfolio-3 {
	color: #40638d;
}
.div-label-portfolio-3 {
	display: flex;
	justify-content: center;
}
.label-portfolio-3 {
	background: #17cd6d1f;
	padding: 5px 7px;
	color: #17cd6d;
	margin: 10px;
	border-radius: 15px;
	border: 1px solid #17cd6d;
}
.social-media-3 {
}
.d-social-media-3 {
	margin: 0 auto !important;
	justify-content: center;
}
.card-social-media-3 {
	display: flex;
	background: #fff;
	border-radius: 15px;
	padding: 20px 11px;
	transition: 0.3s;
	box-shadow: 0 2px 33px #5d80b51a;
	align-items: center;
	justify-content: space-between;
}
.card-social-media-3:hover .icon-card-social-media-3 {
	box-shadow: none;
	color: #fff;
	background-color: #2c93eb;
	transition: 0.3s;
}
.icon-card-social-media-3 {
	font-size: 48px;
	background: #f0f2f5;
	border-radius: 20px;
	margin: 14px;
	width: 79px !important;
	height: 79px !important;
	padding: 10px;
	color: #2c93eb;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: 0.3s;
}
.icon-card-social-media-3 i {
}
.text-link-card-social-media-3 {
	width: 62%;
}
.title-card-social-media-3 {
	color: #2c93eb;
	font-size: 21px;
}
.des-card-social-media-3 {
	color: #46709f;
	font-size: 15px;
}
.timeline-3 {
}
.d-timeline-3 {
	margin: 0 auto !important;
	justify-content: center;
	display: flex;
	align-items: center;
	padding: 0;
}
.buttons-timeline-3 {
	display: flex;
	overflow-y: auto;
	align-items: center;
	height: 300px;
	padding: 0;
	/* justify-content: center; */
}
.buttons-timeline-3::-webkit-scrollbar {
	width: 5px;
}
.buttons-timeline-3::-webkit-scrollbar-track {
	border-radius: 10px;
	background-color: #fff;
}
.buttons-timeline-3::-webkit-scrollbar-thumb {
	background: #18cd6e;
	border-radius: 10px;
}
.buttons-timeline-3::-webkit-scrollbar-thumb:hover {
	background: #18cd6e;
}
.ul-buttons-timeline-3 {
	display: flex;
	flex-direction: column;
	max-height: 100%;
}
.li-buttons-timeline-3 {
	width: 100%;
	margin: 5px 0;
	padding: 11px;
}
.button-timeline-3 {
	width: 100%;
	text-align: right;
	border: none;
	font-weight: 600;
	font-size: 16px;
	color: #6e88a5;
	display: flex;
	align-items: center;
	background: transparent;
	transition: 0.3s;
	padding: 5px;
}
.button-timeline-3::before {
	content: "";
	display: inline-block;
	width: 17px;
	height: 17px;
	margin-left: 6px;
	border-radius: 5px;
	background-color: #6e88a57d;
}
.button-timeline-3.active {
	color: #18cd6e;
}
.button-timeline-3.active::before {
	content: "";
	background-color: #18cd6e;
}

.div-item-timeline-3 {
	max-width: 90%;
	background: #fff;
	padding: 18px 21px;
	box-shadow: 0 2px 33px #5d80b51a;
	border-radius: 22px;
	display: none;
	z-index: 33333;
	float: left;
}
.div-item-timeline-3::after {
}
.div-item-timeline-3.show-box {
	display: block;
}
.div-item-timeline-3::before {
	content: "";
	display: block;
	width: 94%;
	margin: 0 auto;
	height: 30px;
	background: #18cd6e;
	z-index: -1;
	transform: translate(0,-31px);
	position: relative;
	border-radius: 29px;
}
.div-item-timeline-3::after {
	content: "";
	display: block;
	width: 94%;
	margin: 0 auto;
	height: 30px;
	background: #18cd6e;
	z-index: -1;
	transform: translate(0,31px);
	position: relative;
	border-radius: 29px;
}
.title-item-timeline-3 {
	margin: 23px 0;
	color: #18cd6e;
	font-size: 27px;
}
.des-item-timeline-3 {
	color: #46709f;
	font-size: 15px;
}
.hero-3-a {
	background-image: url("./img/bg-hero-3-a.png");
	background-size: cover;
	background-repeat: no-repeat;
	padding: 40px 28px;
}
.d-hero-3-a {
	max-width: 100%;
	margin: 0 auto !important;
}
.d-text-hero-3-a {
	display: flex;
	align-items: center;
}
.content-hero-3-a {
}
.title-hero-3-a {
	color: #7ca1aa;
	font-weight: bolder;
}
.title-hero-3-a::before {
	content: "";
	display: inline-block;
	width: 26px;
	height: 10px;
	box-shadow: 0 5px 25px #17cd6d;
	border-radius: 4px;
	background: #17cd6d;
}
.title-hero-3-a b {
	color: #17cd6d;
}
.des-hero-3-a {
	color: #86aac3;
	margin: 23px 0;
}
.div-btn-hero-3-a {
	padding: 14px 0;
}
.btn-hero-3-a {
	background: #17cd6d;
	padding: 8px 22px;
	border-radius: 17px;
	color: #fff;
	border: 1px solid transparent;
	transition: 0.3s;
	box-shadow: 0 16px 30px #17cd6d94;
}
.btn-hero-3-a:hover {
	color: #17cd6d;
	background: transparent;
	border-color: #17cd6d;
}
.btn2-hero-3-a {
	background: #ffffff;
	padding: 8px 22px;
	margin: 23px;
	border: 1px solid #7ca1aa;
	border-radius: 17px;
	color: #7ca1aa;
	transition: 0.3s;
	box-shadow: 0 16px 30px #7ca1aa91;
}
.btn2-hero-3-a:hover {
	background: #7ca1aa;
	color: #fff;
}
.d-img-hero-3-a {
	text-align: center;
}
.d-img-hero-3-a img {
	max-width: 100%;
}
.hero-3-b {
	background-image: url("./img/bg-hero-3-b.svg");
	background-repeat: no-repeat;
	background-size: cover;
	height: 100vh;
	display: flex;
	background-position: center;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}
.d-hero-3-b {
	width: 90%;
	margin: 0 auto;
	padding: 20px;
	text-align: center;
	z-index: 0;
	height: 90%;
	display: flex;
	align-items: center;
	margin-top: 98px;
	justify-content: center;
}
.title-hero-3-b {
	color: #7ca1aa;
	font-weight: bolder;
	margin: 20px 0 58px 0;
}
.title-hero-3-b b {
	color: #17cd6d;
}
.d-btn-hero-3-b {display: flex;flex-wrap: wrap;justify-content: center;align-items: center;}
.d-links-hero-3-b {
	width: 90%;
	padding: 24px;
	z-index: 0;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.link-hero-3-b {
	margin: 10px;
	background: #ffffff;
	font-size: 26px;
	text-shadow: 0 5px 17px #17cd6dab;
	padding: 5px;
	display: inline-flex;
	width: 46px;
	height: 46px;
	border-radius: 100px;
	border: 1px solid #17cc6c;
	justify-content: center;
	align-items: center;
	color: #17cd6d;
	transition: 0.3s;
}
.link-hero-3-b:hover {
	color: #fff;
	background: #17cd6d;
}
.small-text-hero-3-b {
	font-size: 15px;
	color: #7ca1aa;
}
.shape-hero-3-b-right {
	display: block;
	width: 3px;
	position: absolute;
	height: 80%;
	background: #17cd6d;
	right: 17px;
	z-index: 2;
}
.shape-hero-3-b-left {
	display: block;
	width: 3px;
	position: absolute;
	height: 80%;
	background: #17cd6d;
	left: 17px;
	z-index: 2;
}
.content-hero-3-b {
	height: max-content;
}
.title-large-bg {
	position: absolute;
	font-size: 176px;
	font-weight: bolder;
	color: #d4dfe3;
	z-index: 0;
	bottom: 40px;
	right: 1px;
}
.title-large-bg-en {
	position: absolute;
	font-size: 176px;
	font-weight: bolder;
	color: #d4dfe3;
	z-index: 0;
	top: 40px;
	left: 1px;
}
.hero-3-c {
	background-image: url("./img/bg-hero-3-c.png");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	height: 100vh;
	display: flex;
	align-items: center;
}
.d-hero-3-c {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	padding-top: 95px;
}
.d-head-hero-3-c {
	width: 100%;
	display: flex;
	align-items: flex-end;
	flex-direction: row-reverse;
	justify-content: flex-end;
	padding: 5px 31px;
}
.title-large-hero-3-bg {
	font-size: 178px;
	color: #ffffff73;
	z-index: 1;
	transform: translate(0,66px);
}
.d-head-hero-3-c img {
	left: 0;
	width: 108px;
	position: relative;
	border-radius: 500px;
}
.d-title-hero-3-c {
	background: #5cdba6;
	padding: 40px 25px;
	width: 100%;
	z-index: 2;
}
.title-hero-3-c {
	color: #fff;
	text-shadow: 0 13px 20px #4a6f829c;
}
.d-btns-hero-3-c {
	margin: 40px 0;
	display: flex;
	justify-content: center;
	align-items: center;
}
.sect-404 {
	display: flex;
	justify-content: center;
}
.title-large-sect-404 {
	color: #17cd6d;
}
.div-content-sect-404 {
	display: flex;
	justify-content: center;
	align-items: center;
	background: #ffffff6b;
	border-radius: 15px;
	padding: 22px;
}
.image-sect-404 {
}
.box-text-sect-404 {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	padding: 20px;
	border-radius: 15px;
}
.title-sect-404 {
	font-weight: 200;
	color: #6a6c95;
	margin-top: 11px;
	margin-bottom: 28px;
	font-size: 23px;
}
.Partners-1 {
	background: #ffffff;
}
.d-Partners-1 {
	max-width: 100%;
	margin: 0 auto !important;
	padding: 20px;
}
.Partners-div-text {
	display: flex;
	justify-content: center;
	align-items: center;
}
.title-Partners-1 {
	color: #b5d6df;
}
.slider-Partners-1 {
	height: auto !important;
}
.wrapper-Partners-1 {
}
.slide-Partners-1 {
	display: flex !important;
	justify-content: center;
}
.slide-Partners-1 img {
	max-width: 100%;
	filter: grayscale(1);
	transition: 0.3s;
	width: 150px;
}
.slide-Partners-1 img:hover {
	filter: grayscale(0);
}
.slide-Partners-1.active img {
	filter: grayscale(0);
}
.nex-btn-slider-Partners-1, .prev-btn-slider-Partners-1 {
	color: #17cd6d !important;
	display: flex !important;
	justify-content: center;
	align-items: center;
	left: 0 !important;
	transform: translate(0px,-28px);
	width: 30px !important;
	height: 30px !important;
	right: auto;
}

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    background-image: none !important;
}

.swiper-button-prev, .swiper-container-rtl .swiper-button-next, .swiper-button-prev {
    background-image: none !important;
}

.swiper-button-prev, .swiper-container-rtl .swiper-button-prev {
    background-image: none;
}
.prev-btn-slider-Partners-1 {
	margin-left: 12px;
}
.sda svg path {
}
.prev-btn-slider-Partners-1 {
	left: 20px !important;
	right: auto !important;
}
.nex-btn-slider-Partners-1::after, .prev-btn-slider-Partners-1::after {
	content: "";
	display: none;
}
.Partners-1::before {
	content: "";
	display: block;
	width: 82%;
	right: 0;
	height: 30px;
	background: #18cd6e;
	position: absolute;
	z-index: -1;
	transform: translate(0,-10px);
	border-radius: 20px 0 0 0;
}
.Partners-1::after {
	content: "";
	display: block;
	width: 94%;
	left: 0;
	height: 30px;
	background: #18cd6e;
	z-index: -1;
	transform: translate(0,-19px);
	position: absolute;
	border-radius: 20px 0 20px 0;
}
.certificates-2 .d-certificates-2 {
	margin: 0 auto;
	justify-content: center;
	align-items: center;
	padding: 0;
}
.box-text-certificates-2 {
	padding: 20px;
	text-align: center;
}
.box-text-certificates-2 img {
	width: 70%;
}
.title-certificates-2 {
	text-align: center;
	color: #17cd6d;
	font-size: 30px;
}
.col-box-certificates {
	justify-content: center;
	background: #fff;
	overflow-y: auto;
	transform: perspective(1100px) rotateY(15deg) translate(13px, 0);
	height: 403px;
	padding: 27px;
	margin: 0;
	border-radius: 0 22px 22px 0;
	transition: 0.3s;
	box-shadow: 0 0 66px #5979a926;
}
.col-box-certificates:hover {
	transform: none;
}
.card-image-certificates-2 {
	padding: 21px;
}
.card-image-certificates-2 img {
	width: 100%;
	margin: 0 auto;
	border-radius: 14px;
	transition: 0.3s;
}
.col-box-certificates::-webkit-scrollbar {
	width: 5px;
}
.col-box-certificates::-webkit-scrollbar-track {
	border-radius: 2px;
	background-color: #17cd6d;
}
.col-box-certificates::-webkit-scrollbar-thumb {
	background: #273125;
	border-radius: 10px;
	transition: 0.3s;
}
.col-box-certificates::-webkit-scrollbar-thumb:hover {
	background: #131812;
}
.contact-3 {
}
.d-contact-3 {
	margin: 0 !important;
	justify-content: center;
	align-items: center;
	max-width: 100% !important;
}
.d-image-contact-3 {
	text-align: center;
}
.d-image-contact-3 img {
	max-width: 100%;
}
.d-text-contact-3 {
}
.d-text-contact-3 .wpcf7-form {
	display: flex;
	flex-wrap: wrap;
	align-content: center;
	/* max-width: 80%; */
	margin: 0 auto;
}
.d-text-contact-3 .wpcf7-form p {
	display: flex;
	padding: 10px;
	margin: -14px 0;
}
.d-text-contact-3 .wpcf7-form div input, .d-text-contact-3 .wpcf7-form div textarea {
	padding: 14px;
	border: none;
	border-radius: 11px;
	margin-top: 8px;
	transition: 0.3s;
	outline-color: #18cd6e;
	text-align: right;
	width: 100%;
	font-size: 15px;
}
.d-text-contact-3 .wpcf7-form div input:focus, .d-text-contact-3 .wpcf7-form div textarea:focus {
	border: 1px solid #18cd6e;
	outline: none !important;
}
.d-text-contact-3 .wpcf7-form div .wpcf7-form-control-wrap {
	width: 100%;
}
.d-text-contact-3 .wpcf7-submit {
	background-color: #18cd6e;
	color: #fff;
	padding: 7px 30px;
	border-radius: 11px;
	border: 1px solid transparent;
	transition: 0.3s;
	margin: 28px 0px;
}
.contact-3 .wpcf7-form div .wpcf7-form-control-wrap::before {
	content: "";
	display: inline-block;
	width: 10px;
	height: 6px;
	border-radius: 10px 0 0 10px;
	transform: translate(0,45px);
	background-color: #18cd6e;
}
.hero-bg-noise-in {
	padding: 100px 47px;
	padding-top: 124px;
	/* background-position: center; */
	background-repeat: no-repeat;
	background-size: cover;
}
.d-top-hero-bg-noise-in {
	display: flex;
	align-items: center;
	margin: 11px 0;
}
.d-text-large-hero-bg-noise-in {padding: 0;display: flex;width: 100%;justify-content: center;align-items: center;}
.d-text-large-hero-bg-noise-in h1 {
	color: #fff;
	font-weight: bold;
	font-size: 70px;
	text-align: center;
}
.d-text-large-hero-bg-noise-in h1 b {
	color: #17cd6d;
}
.text-small-hero-bg-noise-in {padding: 0 !important;}
.text-small-hero-bg-noise-in p {
	color: #b5cbbf;
	border-right: 1px solid #fff;
	padding-right: 12px;
	margin-top: 18px;
	font-size: 15px;
}
.d-center-hero-bg-noise-in {
	padding: 29px 0;
	margin-top: 28px;
}
.text-center-big {
	color: #a8c3b4;
	font-size: 30px;
	text-align: center;
}
.d-bottom-hero-bg-noise-in {
	display: flex;
	align-items: center;
	margin-top: 36px;
	justify-content: center;
	flex-direction: row-reverse;
}
.d-btn-d-bottm-hero-bg-noise-in {
	display: inline-flex;
	margin: 7px;
}
.btn-d-bottm-hero-bg-noise-in {
	display: inline-flex;
	padding: 14px 25px;
	border-radius: 21px;
	justify-content: space-between;
	align-items: center;
	background-size: cover;
	background-position: center;
	transition: 0.3s;
}
.btn-d-bottm-hero-bg-noise-in svg, .btn-d-bottm-hero-bg-noise-in i {
	margin-right: 5px;
}
.btn-d-bottm-hero-bg-noise-in:hover {
	transform: translate(0,-6px);
}
.btn-d-bottm-hero-bg-noise-in svg {
	width: 26px;
}
.btn-d-bottm-hero-bg-noise-in svg path {
	fill: #fff;
}
.d-link-bottm-hero-bg-noise-in {
	display: inline-flex;
}
.d-link-bottm-hero-bg-noise-in ul {
	display: inline-flex;
	flex-wrap: wrap;
	padding: 0;
	justify-content: flex-end;
}
.d-link-bottm-hero-bg-noise-in ul li {
	list-style: none;
}
.d-link-bottm-hero-bg-noise-in ul li .icon-d-bottm-link-social-hero-noise {
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 7px 12px;
	border: 1px solid #ffffff7d;
	border-radius: 15px;
	padding: 11px;
	transition: 0.3s;
	color: #fff;
}
.d-link-bottm-hero-bg-noise-in ul li .icon-d-bottm-link-social-hero-noise svg {
	width: 25px;
}
.d-link-bottm-hero-bg-noise-in ul li .icon-d-bottm-link-social-hero-noise svg path {
	fill: #17cd6d;
}
.d-link-bottm-hero-bg-noise-in ul li .icon-d-bottm-link-social-hero-noise:hover {
	background: #fff;
	color: #17cd6d;
}
.d-link-bottm-hero-bg-noise-in ul li .icon-d-bottm-link-social-hero-noise:hover svg path {
	fill: #17cd6d;
}

.img-noise-hero-alpha-02{
	width: 100px !important;
    height: 100px !important;
    border-radius: 100px !important;
    object-fit: cover;
    margin-left: 19px;
}