.d-title-home-2-at h1 {
	color: var(--tp-green);
	text-align: center;
}
.d-title-home-2-at h1::after {
	content: "";
	display: inline-table;
	background: var(--tp-green);
	margin-top: 13px;
	width: 70%;
	height: 2px;
}
.d-title-home-2-at p {
	color: #53566a;
	margin-bottom: 34px;
	text-align: center;
}
.d-title-1-bg-at h1 {
	color: transparent;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 2;
	position: relative;
	font-size: 30px;
	color: #205eb5;
	margin-bottom: 48px;
	width: 100%;
}
.title-1-bg-text-help {
	font-weight: 800;
	letter-spacing: 9px;
	opacity: 1;
	color: transparent;
	-webkit-text-stroke: #505d8d38 2px;
	transform: translate(0px,28px);
	z-index: 1;
	position: relative;
	font-size: 30px;
	display: -webkit-box;
	max-width: max-content;
	margin: 0 auto;
}
.hero-3-video {
	display: flex;
	height: 100vh;
	align-items: center;
	justify-content: center;
	padding: 6px 00px;
	max-width: 100%;
	width: 90%;
	margin: 27px auto;
}
.video-background {
	display: flex;
	justify-content: flex-end;
}

.video-background img {
    max-width: 100%;
    width: 100%;
}
.video-background video {
	max-width: 90%;
	width: 83%;
	object-fit: cover;
	border-radius: 17px;
}
.content-hero-3-video {
	padding-bottom: 74px;
	display: flex;
	padding: 25px;
	padding-right: 0;
	align-items: center;
	margin: 0 auto;
}
.title-hero-3-video {
	color: #383d48;
	font-size: 37px;
	margin: 25px 0;
}
.title-hero-3-video b {
	color: #205eb5;
}
.des-hero-3-video {
	color: #464754;
	margin-top: 28px;
	font-size: 15px;
}
.div-btn-hero-3-video {
	display: flex;
	padding: 0;
	margin: 14px 0;
	margin-top: 7px;
}

.btn-hero-3-video {
	padding: 15px 20px;
	background: #205eb5;
	border-radius: 18px;
	border: 1px solid transparent;
	color: #fff;
	margin: 10px;
	transition: 0.3s;
}
.btn-hero-3-video:hover {
	background: transparent;
	color: #205eb5;
	border-color: #205eb5;
}
.btn2-hero-3-video-social {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 50px;
	height: 50px;
	transition: 0.3s;
	border-radius: 14px;
	background: #205eb520;
	margin: 11px;
	color: #205eb5;
}
.btn2-hero-3-video-social:hover {
	color: #fff;
	background: #205eb5;
}

.div-content-services-1 {
	max-width: 100%;
	margin: 0 auto !important;
	justify-content: center;
	align-items: center;
}
.card-services-1 {
	padding: 17px 20px;
	display: flex;
	align-items: center;
	border-radius: 22px;
	border: 2px solid #1a2028;
	transition: 0.3s;
	box-shadow: 5px 4px 0 #1a2028;
}
.icon-card-services-1 {
	font-size: 28px;
	background: #205eb5;
	display: flex;
	width: 52px;
	height: 52px;
	justify-content: center;
	align-items: center;
	box-shadow: -14px 3px 42px #205eb563;
	border-radius: 15px;
	color: #fff;
	transition: 0.3s;
	margin-left: 13px;
}

.text-card-services-1 {
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 9px;
	transition: 0.3s;
	margin-right: 12px;
}
.title-card-services-1 {
	margin: 0;
	color: #c6deff;
	font-size: 1.1rem;
}
.portfolio-1 {
	margin: 40px 0;
}

.content-cards-portfolio-1 {
	max-width: 100%;
	padding: 0;
	justify-content: center;
	margin: 0 auto !important;
}
.card-portfolio-1 {
	padding: 11px !important;
	border-radius: 22px;
	transition: 0.3s;
	height: auto;
	background: transparent;
	border: none;
}

.card-portfolio-1:hover .content-card-portfolio-1 {
	opacity: 1;
}
.card-portfolio-1 .image-card-portfolio-1 {
	width: 100%;
	padding-bottom: 20px;
	border-radius: 22px;
	background-repeat: no-repeat;
	display: flex;
	align-items: center;
	justify-content: center;
	background-size: cover;
	background-position: center;
}
.card-portfolio-1 .image-card-portfolio-1 img {
	width: 100%;
	max-width: 100%;
	height: 218px;
	border-radius: 22px;
	object-fit: cover;
}
.card-portfolio-1 .content-card-portfolio-1 {
	border-radius: 22px;
	transition: 0.3s;
	width: 100%;
}
.content-card-portfolio-1 .span-color-card-portfolio-1 {
	color: #205eb5;
	font-size: 13px;
}
.content-card-portfolio-1 .title-card-portfolio-1 {
	color: #fff;
	margin: 11px 0;
	font-size: 18px;
}
.content-card-portfolio-1 .des-card-portfolio-1 {
	color: #7a87b2;
}
.content-card-portfolio-1 .link-card-portfolio-1 {
	color: #fff;
	transition: 0.3s;
}
.link-card-portfolio-1:hover {
	color: #cc5974;
}
.div-more-btn-portfolio-1 {
	text-align: center;
	margin-top: 40px;
}
.d-none-pigo {
	filter: opacity(0.2);
}
.d-block-pigo {
	filter: opacity(1) grayscale(0);
}
.div-filter-portfolio-1 {
	width: max-content;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 15px;
	margin: 0 auto;
	overflow-x: overlay;
}
.btn-filter-portfolio {
	margin: 10px;
	color: #c6deff;
	font-size: 17px;
	transition: 0.3s;
	border: none;
	padding: 4px 18px;
	border-radius: 8px;
	display: block;
	background: #1a2028;
}
.btn-filter-portfolio:hover {
	background: #205eb5;
	color: #fff;
}
.btn-filter-portfolio.active {
	color: #fff;
	background: #205eb5;
}
.card-pr-2 {
	padding: 18px;
	background: #1a2028;
	border-radius: 22px;
	transition: 0.3s;
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-around;
}
.comments-1 {
	margin: 0 auto;
	width: 95%;
}

.div-comments-1 .card-comments-1 {
	background: #1a2028;
	padding: 33px 25px;
	padding-bottom: 18px;
	height: max-content !important;
}

.card-comments-1 .img-and-title-card-comments-1 {
	display: flex;
	align-content: center;
	align-items: center;
}
.card-comments-1 .img-and-title-card-comments-1 img {
	max-width: 50px;
	border-radius: 50px;
	margin: 11px;
}
.card-comments-1 .img-and-title-card-comments-1 span {
	color: #cfe3ff;
	font-weight: 600;
	font-size: 16px;
}
.card-comments-1 .img-and-title-card-comments-1 small {
	color: #205eb5;
}
.text-card-comments-1 {
	color: #9e9f9f;
	font-size: 15px;
}
.comments-1 .swiper-slide {
	border-radius: 10px;
}
.comments-1 .swiper-slide.active {
	opacity: 1;
	filter: blur(0);
}
.comments-1 .swiper-3d .swiper-slide-shadow-right, .comments-1 .swiper-3d .swiper-slide-shadow-left {
	background-image: none !important;
}
.diopa {
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-top: 1px solid #205eb54f;
}
.spn-colored-comments {
	background: #13171d;
	color: #cce0fc;
	padding: 3px 9px;
	border-radius: 6px;
	font-size: 14px;
}
.spn-colored-comments i {
	color: #fff819;
}
.nex-btn-slider-comments-001 {
	top: 40px !important;
	background: #205eb5;
	color: #eaf3ff !important;
	display: inline-flex !important;
	justify-content: center !important;
	align-items: center !important;
	width: 37px !important;
	height: 37px !important;
	left: 15px !important;
	padding: 4px;
	border-radius: 37px 10px 10px 37px;
}
.swiper-button-next.nex-btn-slider-comments-001::after {
	font-size: 17px;
	font-weight: 900;
}
.prev-btn-slider-comments-001 {
	top: 40px !important;
	background: #205eb5;
	color: #eaf3ff !important;
	display: inline-flex !important;
	justify-content: center !important;
	align-items: center !important;
	width: 37px !important;
	height: 37px !important;
	right: auto !important;
	padding: 4px;
	left: 57px !important;
	border-radius: 10px 37px 37px 10px;
}
.prev-btn-slider-comments-001::after {
	font-size: 17px !important;
	font-weight: 900;
}
.nex-btn-slider-comments-001::after {
	font-size: 17px;
	font-weight: 900;
}
.contact-1 {
	margin: 60px 0;
	max-width: 100%;
}
.contact-1 .div-contact-1 {
	margin: 0 auto;
	display: flex;
	justify-content: center;
	align-items: center;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	padding: 47px;
	width: 95%;
	border-radius: 22px;
}
.text-div-contact-1 {
	padding: 14px 7px;
}
.content-inputs-div-contact-1 form {
	display: flex;
	flex-wrap: wrap;
}
.content-inputs-div-contact-1 {
	margin: 0 auto;
	padding: 30px;
	border-radius: 22px;
	background: #13171d61;
	backdrop-filter: blur(9px);
	padding-bottom: 0;
	border: 1px solid #ffffff12;
}
.content-inputs-div-contact-1 .inpt-div-contact-1 {
	padding: 4px 7px;
	display: flex;
	justify-content: center;
}
.content-inputs-div-contact-1 .inpt-div-contact-1 p {
	width: 100%;
}

.inpt-div-contact-1 input, .inpt-div-contact-1 textarea {
	background: transparent;
	border: 1px solid #707ea842;
	border-radius: 10px;
	padding: 7px 13px;
	color: #7a89b5;
	width: 100%;
	transition: 0.3s;
	text-align: right;
}
.inpt-div-contact-1 input:focus, .inpt-div-contact-1 textarea:focus {
	color: #90beff;
	outline: none;
	border: 1px solid #205eb5;
}
.inpt-div-contact-1 input:hover, .inpt-div-contact-1 textarea:hover {
	color: #90beff;
	outline: none;
	border: 1px solid #205eb5;
}
.d-btn-contact-1 .wpcf7-submit {
	color: #fff;
	border: none;
	transition: 0.3s;
	border-radius: 10px;
	padding: 7px 19px;
	margin: 10px 9px;
	background: #205eb5;
}
.d-left-contact-1 {
	display: flex;
	justify-content: center;
	padding: 30px 0;
}
.contact-card-contact-1 {
	height: 100%;
	width: 75%;
	border-radius: 22px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	flex-direction: column;
	margin: 0 auto;
	padding: 30px 0px;
}

.contact-card-contact-1 .top-card-contact-1 img {
	width: 130px;
	border-radius: 130px;
}
.contact-card-contact-1 .text-card-contact-1 {
	text-align: center;
	margin: 20px 0;
}
.contact-card-contact-1 .text-card-contact-1 h3 {
	background: -webkit-linear-gradient(45deg,#205eb5,#a6cbff);
	-webkit-background-clip: text;
	font-weight: 900;
	-webkit-text-fill-color: transparent;
}
.contact-card-contact-1 .text-card-contact-1 small {
	color: #8c9ccb;
}

.social-media-item-in-contact-form-beta {
    display: flex;
    flex-wrap: wrap;
}

.social-media-item-in-contact-form-beta li {
    margin: 5px;
}

.social-media-item-in-contact-form-beta li a {
    font-size: 20px;
    color: #fff;
    display: flex;
    background: #1c2029;
    padding: 8px;
    border-radius: 9px;
    border: 1px solid #ffffff1a;
    justify-content: center;
    align-items: center;
}

.social-media-item-in-contact-form-beta li a svg {
    width: 32px;
    height: 32px;
}

.social-media-item-in-contact-form-beta li a svg path {
    fill: #a5b3d9;
}

.social-media-item-in-contact-form-beta li a:hover {}
.contact-card-contact-1 .icons-card-contact-1 {
	margin: 0 auto;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}
.icons-card-contact-1 .icons-link-card-contact-1 {
	color: #71a6f1;
	display: inline-flex;
	border: 1px solid #8c9ccb;
	font-size: 24px;
	width: 50px;
	transition: 0.3s;
	height: 50px;
	margin: 8px;
	border-radius: 50px;
	justify-content: center;
	align-items: center;
}
.icons-card-contact-1 .icons-link-card-contact-1:hover {
	color: #181e30;
	background: #8c9ccb;
}
.footer-1 {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 20px;
	color: #8c9ccb;
	border-top: 1px solid #8c9ccb59;
	margin-top: 61px;
}
.footer-1 .link-footer-1 ul li {
	margin: 12px;
}
.footer-1 .link-footer-1 ul li a {
	color: #8c9ccb;
	transition: 0.3s;
}
.footer-1 .link-footer-1 ul li a:hover {
	color: #205eb5;
	transition: 0.3s;
}
.footer-1 .text-footer-1 p {
	margin-bottom: 0;
}

.d-pricing-1 {
	justify-content: center;
	margin: 0 auto !important;
}
.padding-div-item-pricing-1 {
	border-radius: 22px;
	background: #1a2028;
	padding: 11px;
	margin: 22px;
}
.image-item-pricing-1 {
	text-align: center;
}
.image-item-pricing-1 img {
	max-width: 100%;
	border-radius: 22px;
}
.content-item-pricing-1 {
	text-align: center;
}
.price-item-pricing-1 {
	color: #fff;
	margin: 22px 0;
}
.price-item-pricing-1 small {
	color: #205eb5;
	font-size: 15px;
}
.title-small {
	padding: 6px 10px;
	border: 1px solid #85b8ff;
	border-radius: 100px;
	color: #85b8ff;
	margin: 2px 0;
	font-size: 15px;
	display: inline-flex;
}
.d-barchasb-pricing-1 {
	display: flex;
	flex-wrap: wrap;
	margin: 25px 0px;
}
.barchasb-item-pricing-1 {
	color: #85b8ff;
	margin: 3px;
	padding: 6px 6px;
	display: inline-flex;
	background: #13171d;
	border-radius: 12px;
	font-size: 15px;
	width: 100%;
	align-items: center;
}

span.barchasb-item-pricing-1 svg path {
	fill: #205eb5;
}
.barchasb-item-pricing-1.none {
	text-decoration: line-through;
	opacity: 0.3;
}
.barchasb-item-pricing-1 img, .barchasb-item-pricing-1 svg {
	margin: 0 5px;
}
.btn-item-pricing-1 {
	display: block;
	width: 100%;
	text-align: center;
	background: #205eb5;
	padding: 11px;
	margin: 20px 0 0 0;
	border-radius: 14px;
	color: #fff;
	transition: 0.3s;
	font-size: 15px;
	border: 1px solid transparent;
}
.btn-item-pricing-1:hover {
	border: 1px solid #205eb5;
	color: #205eb5;
	background-color: transparent;
}
.certificates {
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}
.div-certificates {
	margin: 0 auto !important;
	justify-content: center;
	align-items: center;
	overflow: hidden;
}
.box-certificates {
	padding: 30px;
}
.box-certificates ul {
	background: #1a2028;
	display: block;
	border-radius: 22px;
	padding: 21px;
	transition: 0.3s;
}
.box-certificates ul li {
	display: flex;
	background: #13171d;
	margin: 12px 0;
	padding: 6px 2px;
	border-radius: 19px;
	transition: 0.3s;
	align-items: center;
}
.box-certificates ul li:hover {
	background: #205eb54a;
}
.box-certificates ul li:hover img {
	filter: grayscale(0);
}
.box-certificates ul li img {
	transition: 0.3s;
	width: 104px;
	filter: grayscale(1);
}
.box-certificates ul li div {
	color: #afafaf;
	padding: 9px;
	transition: 0.3s;
	font-size: 15px;
}
.box-certificates ul li div small {
	font-size: 12px;
	display: inline-block;
	color: #526885;
}
.box-certificates ul li div b {
	color: #205eb5;
}

.box-certificates-title {
	padding: 0 16px;
}
.box-certificates-title .title-sec-certificates {
	color: #205eb5;
	text-align: center;
	font-size: 32px;
}
.box-certificates-right {
	transform: rotateZ(-5deg);
	transition: 0.3s;
}
.box-certificates-left {
	transform: rotateZ(5deg);
	transition: 0.3s;
}
.box-certificates:hover {
	transform: rotateZ(0deg);
}
.timelines {
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}
.timeline {
	position: relative;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	padding: 5rem;
	margin: 0 auto 1rem auto;
	overflow: hidden;
}
.timeline:after {
	content: "";
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -2px;
	border-right: 2px dashed #1a2028;
	height: 100%;
	display: block;
}
.timeline-row {
	padding-left: 50%;
	position: relative;
	margin-bottom: 30px;
}
.timeline-row .timeline-time {
	position: absolute;
	right: 50%;
	top: 15px;
	text-align: right;
	margin-right: 20px;
	color: #bcd0f7;
	font-size: 1.5rem;
}
.timeline-row .timeline-time small {
	display: block;
	font-size: 0.8rem;
}
.timeline-row .timeline-content {
	position: relative;
	padding: 20px 30px;
	background: #1a2028;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	text-align: center;
}
.timeline-row .timeline-content:after {
	content: "";
	position: absolute;
	top: 20px;
	height: 16px;
	width: 16px;
}
.timeline-row .timeline-content:before {
	content: "";
	position: absolute;
	top: 20px;
	right: -49px;
	width: 20px;
	height: 20px;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	border-radius: 100px;
	z-index: 2;
	border: 2px dashed #343f4e;
}
.timeline-row .timeline-content h4 {
	margin: 0 0 20px 0;
	overflow: hidden;
	text-overflow: ellipsis;
	line-height: 150%;
	font-size: 21px;
	color: #205eb5;
}
.timeline-row .timeline-content p {
	margin-bottom: 30px;
	line-height: 150%;
	font-size: 15px;
	color: #bdd9ff;
}
.timeline-row:nth-child(even) .timeline-content {
	margin-left: 40px;
}
.timeline-row:nth-child(even) .timeline-content:after {
	left: -8px;
	right: initial;
	border-bottom: 0;
	border-left: 0;
	transform: rotate(-135deg);
}
.timeline-row:nth-child(even) .timeline-content:before {
	left: -52px;
	right: initial;
}
.timeline-row:nth-child(odd) {
	padding-left: 0;
	padding-right: 50%;
}
.timeline-row:nth-child(odd) .timeline-time {
	right: auto;
	left: 50%;
	text-align: left;
	margin-right: 0;
	margin-left: 20px;
}
.timeline-row:nth-child(odd) .timeline-content {
	margin-right: 40px;
}
.timeline-row:nth-child(odd) .timeline-content:after {
	right: -8px;
	border-left: 0;
	border-bottom: 0;
	transform: rotate(45deg);
}
.btn-1 {
	border-radius: 11px;
	padding: 13px 27px;
	background: #1a2028;
	color: #fff;
	transition: 0.3s;
	border: 1px solid transparent;
	box-shadow: 4px 5px 0 #4d607a4d;
}
.btn-1:hover {
	background-color: #4d607a20;
	border-color: #4d607a;
	color: #4d607a;
	box-shadow: none;
}
.div-comments-1 .swiper-wrapper {
	padding-right: 0 !important;
	padding-top: 82px;
}

.div-image-box-section {
	max-width: 100%;
	margin: 0 auto !important;
}
.box-image-box-section {
	text-align: center;
	border: 1px solid #1a2028;
	transition: 0.3s;
}
.box-image-box-section:hover {
	background-color: #1a2028;
}
.box-image-box-section:hover img {
	filter: grayscale(0);
}
.box-image-box-section img {
	filter: grayscale(1);
	transition: 0.3s;
}

.div-about-video {
	/* background: #1a2028; */
	/* width: 90%; */
	margin: 0 auto;
	text-align: center;
	padding: 25px;
	font-size: 15px;
	position: relative;
	display: flex;
	align-items: center;
	border-radius: 22px;
	flex-direction: column;
}

.section-about-video {
    margin: 0 auto;
    padding: 10px;
    align-items: center;
}
.section-about-video::before {
	content: "";
	display: flex;
	width: 80%;
	height: 100%;
	background: transparent;
	border: 2px solid #205eb5;
	z-index: -48;
	border-radius: 22px;
	position: absolute;
	transform: translate(0px,0px);
}
.div-about-video div {
	color: #d3e6ff;
}

.item-about-me-beta {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.item-about-me-beta li {
    margin: 10px 16px;
    background: #fff;
    text-align: center;
    padding: 14px;
    border: 1px solid var(--tp-border-color);
    border-radius: 17px;
}

.item-about-me-beta h6 {
    color: #205eb5;
    font-size: 29px;
    margin-bottom: 1px;
}
.section-about-video video {
	width: 100%;
	border-radius: 23px;
	/* box-shadow: 0 -49px 95px #205eb52b; */
	max-width: 100%;
}


.d-social-media-02 {
	max-width: 100%;
	margin: 0 auto !important;
	justify-content: space-between;
}
.card-social-media-02 {
	display: flex;
	width: 100%;
	padding: 15px;
	margin: 31px 0;
	justify-content: center;
}
.block-social-media-02 {
	position: relative;
	width: 100%;
	height: 120px;
	transition: 250ms;
	perspective: 500px;
}
.block-social-media-02 .btn-back {
	position: absolute;
	inset: 0;
	z-index: -1;
	width: inherit;
	height: inherit;
	border-radius: 32px;
	transition: 250ms;
	transform-style: preserve-3d;
	transform-origin: bottom right;
	transform: rotateZ(15deg);
	will-change: transform;
}
.block-social-media-02 .btn-back-1 {
	background-color: #17cd6d;
}
.block-social-media-02 .btn-back-2 {
	background: linear-gradient(135deg,#5c46eb -20%,#013fff 120%);
}
.block-social-media-02 .btn-back-3 {
	background: linear-gradient(135deg,#ebe046 -20%,#ffac01 120%);
}
.block-social-media-02 .btn-front {
	position: absolute;
	inset: 0;
	display: flex;
	z-index: 1;
	width: inherit;
	height: inherit;
	border-radius: 32px;
	background-color: #13171d57;
	-webkit-backdrop-filter: blur(20px);
	backdrop-filter: blur(20px);
	transition: 250ms;
	transform-style: preserve-3d;
	transform-origin: top left;
	overflow: hidden;
	justify-content: center;
	align-items: center;
}
.block-social-media-02 .btn-front svg.frame {
	width: inherit;
	height: inherit;
}
.block-social-media-02 .btn-front svg.frame rect {
	width: inherit;
	height: inherit;
	fill: none;
	stroke-width: 4;
}
.block-social-media-02 .btn-front svg.icon {
	position: absolute;
	margin: 0 auto;
	inset: 50% 0 0 50%;
	transform: translate(-50%,-50%);
}
.block-social-media-02 .btn-front svg.icon path {
	fill: #ffffffa1;
}
.block-social-media-02:hover > .btn-back {
	transform: translateZ(20px) rotateZ(15deg) rotateX(-20deg) rotateY(-20deg);
}
.block-social-media-02:hover > .btn-front {
	transform: translateZ(80px) translateY(-5px) rotateX(15deg) rotateY(15deg);
}
.hero-dark-02 {
	background-position: top;
	background-repeat: no-repeat;
	background-size: cover;
	display: flex;
	height: 100vh;
	align-items: center;
	justify-content: center;
	padding-top: 101px;
}
.d-hero-dark-02 {
	max-width: 100%;
	margin: 0 auto;
	justify-content: center;
	align-items: center;
	padding: 40px 28px;
}
.d-hero-dark-02::before {
	content: "";
	display: block;
	width: 2px;
	height: 70%;
	position: absolute;
	background: #205eb5;
	left: 7px;
}
.d-hero-dark-02::after {
	content: "";
	display: block;
	width: 2px;
	height: 70%;
	position: absolute;
	background: #205eb5;
	right: 7px;
}
.box-text-hero-dark-02 {
	padding: 25px 0;
}
.title-hero-dark-02 {
	color: #cad7eb;
	font-size: 44px;
}
.title-hero-dark-02 b {
	color: #205eb5;
}
.box-img-hero-dark-02 {
	text-align: center !important;
}
.box-img-hero-dark-02 img {
	max-width: 100%;
}
.cta {
	position: relative;
	margin: auto;
	padding: 12px 18px;
	transition: all 0.2s ease;
	border: none;
	display: inline-flex;
	background: none;
	cursor: pointer;
	width: auto;
	color: #738cb1;
	align-items: center;
	justify-content: center;
}
.cta:hover {
	color: #fff;
}

.cta:hover span {
	color: #fff;
}
.cta:before {
	content: "";
	position: absolute;
	right: 0;
	display: block;
	border-radius: 50px;
	background: #cad7eb38;
	width: 45px;
	height: 45px;
	transition: all 0.3s ease;
}
.cta span {
	position: relative;
	font-size: 17px;
	font-weight: 700;
	letter-spacing: 0.05em;
	margin-left: 6px;
	color: #cad7eb;
}
.cta svg {
	position: relative;
	top: 0;
	margin-left: 10px;
	fill: none;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 2;
	transform: translateX(-5px);
	transition: all 0.3s ease;
}
.cta:hover:before {
	width: 100%;
	background: #205eb5;
}
.cta:hover svg {
	transform: translateX(0);
}
.cta:active {
	transform: scale(0.95);
}
.box-text-hero-dark-02 p {
	color: #a7afbb;
	margin: 33px 0;
	font-size: 15px;
}
.box-social-hero-dark-02 {
	display: block;
	padding-top: 34px;
}
.box-social-hero-dark-02 ul {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	flex-wrap: wrap;
	padding: 0;
}
.box-social-hero-dark-02 ul li {
	margin: 10px 13px;
	margin-right: 0;
}
.box-social-hero-dark-02 ul li a {
	display: flex;
	background: #10131836;
	width: 57px;
	height: 57px;
	justify-content: center;
	border-radius: 14px;
	color: #748eb3;
	font-size: 20px;
	align-items: center;
	transition: 0.3s;
	border: 1px solid #4272ad30;
}
.icon-social-hero-dark-02:hover {
	background: #205eb5;
	color: #fff;
	box-shadow: 0 5px 29px #205eb536;
}
.no--icon::after, .no--icon::before {
	display: none;
}
@media only screen and (max-width: 768px) {
	.box-certificates {
		transform: rotateZ(0deg) !important;
	}
	.section-about-video video {
		width: 100% !important;
	}
	.services-1 {
		padding: 0 15px !important;
	}
}
@media (max-width: 600px) {
	.social-media-02 {
		flex-direction: column;
	}
}
.col-md-3.sdad{
	
display: flex;
	
justify-content: center;
	
align-items: center;
}
.spn-circle-hero-video-beta{

background: #205eb50d;

padding: 2px 18px;

border-radius: 8px;

color: #205eb5;
}
.spn-circle-hero-video-beta::before{
	content: "";
}
.div-link-hero-btn-beta{
	
display: flex;
	
flex-wrap: wrap;
	
margin-top: 8px;
}

.link-hero-beta-btn {
    font-size: 13px;
    color: #383d48;
    display: flex;
    align-items: center;
    transition: 0.3s;
    margin-left: 11px;
}

.link-hero-beta-btn:hover {
    color: #205eb5;
}
.link-hero-beta-btn:first-child::before{
	content: "";
	display: none;
}
.link-hero-beta-btn::before {
    content: "";
    display: inline-flex;
    width: 9px;
    height: 9px;
    border-radius: 9px;
    margin-left: 11px;
    background: #383d48;
}