@charset "utf-8";
/* CSS Document */

/*---------- Google Fonts ----------*/



body{
	font-family: 'AbelRegular';
	color: #ffffff;
	/* background: linear-gradient(180deg, #01030B 0%, #0B1A35 50.52%, rgba(13, 30, 60, 0) 100%); */
	background: linear-gradient(180deg, #01030B 0%, #0B1A35 50.52%, rgba(13, 30, 60, 1) 100%);
}

a,
input,
button,
textarea { outline: none !important; }

a {
	transition: all ease-in-out 300ms;
	-webkit-transition: all ease-in-out 300ms;
	-ms-transition: all ease-in-out 300ms;
	-o-transition: all ease-in-out 300ms;
	-moz-transition: all ease-in-out 300ms;
}

p {
	font-family: inherit;
	font-size: 20px;
	line-height: 25px;
	color: #ffffff;
}

p a {
	text-decoration: none;
	color: #72C7DB;
}

p a:hover {
	color: #ffffff;
}

ol,
ul {
	padding-left: 20px;
}

ol li,
ul li {
	font-family: inherit;
	font-size: 20px;
	line-height: 25px;
	color: #ffffff;
}

ol li a,
ul li a {
	text-decoration: none;
	color: #72C7DB;
}

ol li a:hover,
ul li a:hover {
	color: #ffffff;
}

.text-transform-none {
	text-transform: none !important;
}

.container-fluid,
.container {
	padding-left: 15px;
	padding-right: 15px;
}

.row {
	margin-left: -15px;
	margin-right: -15px;
}

.row > * {
	padding-left: 15px;
	padding-right: 15px;
}

.font-family-orbitronregular {
	font-family: 'OrbitronRegular' !important;
}

.font-family-orbitronsemibold {
	font-family: 'OrbitronSemiBold' !important;
}

.font-family-orbitronbold {
	font-family: 'OrbitronBold' !important;
}

.font-family-abelregular {
	font-family: 'AbelRegular' !important;
}

.font-family-playbold {
	font-family: 'PlayBold' !important;
}

.font-family-poppinsregular {
	font-family: 'PoppinsRegular' !important;
}

.text-ffffff {
	color: #ffffff !important;
}

.bg-ffffff {
	background: #ffffff !important;
}

.text-000000 {
	color: #000000 !important;
}

.bg-000000 {
	background: #000000 !important;
}

.text-000000 {
	color: #000000 !important;
}

.bg-000000 {
	background: #000000 !important;
}

.text-01030B {
	color: #01030B !important;
}

.bg-01030B {
	background: #01030B !important;
}

.text-0B1A35 {
	color: #0B1A35 !important;
}

.bg-0B1A35 {
	background: #0B1A35 !important;
}

.text-040917 {
	color: #040917 !important;
}

.bg-040917 {
	background: #040917 !important;
}

.text-101C30 {
	color: #101C30 !important;
}

.bg-101C30 {
	background: #101C30 !important;
}

.text-72C7DB {
	color: #72C7DB !important;
}

.bg-72C7DB {
	background: #72C7DB !important;
}

.text-5E58A2 {
	color: #5E58A2 !important;
}

.bg-5E58A2 {
	background: #5E58A2 !important;
}

.text-72C7DB {
	color: #72C7DB !important;
}

.bg-72C7DB {
	background: #72C7DB !important;
}

.text-purple-sky-gradient {
	/* background: linear-gradient(180deg, #5E58A2 0%, #72C7DB 100%) !important; */
	background: linear-gradient(170deg, #5E58A2 0%, #72C7DB 100%) !important;
	-webkit-background-clip: text !important;
	-webkit-text-fill-color: transparent !important;
	background-clip: text !important;
	text-fill-color: transparent !important;
}

.bg-blue-gradient {
	background: linear-gradient(180deg, #01030B 0%, #0B1A35 50.52%, rgba(13, 30, 60, 0) 100%) !important;
}

/* main-title */
.main-title {
	font-family: 'OrbitronSemiBold';
	font-weight: normal;
	font-size: 75px;
	line-height: 94px;
	color: #ffffff;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	margin-bottom: 15px;
}

.main-title * {
	text-decoration: none;
	font-family: inherit;
	font-weight: inherit;
	font-size: inherit;
	line-height: inherit;
	color: inherit;
	letter-spacing: inherit;
	margin-top: 0;
	margin-bottom: 0;
}

.main-title a:hover {
	color: #72C7DB;
}
/* main-title */

/* small-main-title */
.small-main-title {
	font-family: 'OrbitronSemiBold';
	font-weight: normal;
	font-size: 50px;
	line-height: 56px;
	color: #ffffff;
	margin-bottom: 25px;
}

.small-main-title * {
	text-decoration: none;
	font-family: inherit;
	font-weight: inherit;
	font-size: inherit;
	line-height: inherit;
	color: inherit;
	letter-spacing: inherit;
	margin-top: 0;
	margin-bottom: 0;
}

.small-main-title a:hover {
	color: #72C7DB;
}
/* small-main-title */

/* section-title */
.section-title {
	font-family: 'OrbitronRegular';
	font-weight: normal;
	font-size: 40px;
	line-height: 50px;
	color: #ffffff;
	text-transform: capitalize;
	margin-bottom: 50px;
}

.section-title * {
	text-decoration: none;
	font-family: inherit;
	font-weight: inherit;
	font-size: inherit;
	line-height: inherit;
	color: inherit;
	letter-spacing: inherit;
	margin-top: 0;
	margin-bottom: 0;
}

.section-title a:hover {
	color: #72C7DB;
}
/* section-title */

/* block-title */
.block-title {
	font-family: 'OrbitronRegular';
	font-weight: normal;
	font-size: 30px;
	line-height: 38px;
	color: #ffffff;
	margin-bottom: 30px;
}

.block-title * {
	text-decoration: none;
	font-family: inherit;
	font-weight: inherit;
	font-size: inherit;
	line-height: inherit;
	color: inherit;
	letter-spacing: inherit;
	margin-top: 0;
	margin-bottom: 0;
}

.block-title a:hover {
	color: #72C7DB;
}
/* block-title */

/* small-block-title */
.small-block-title {
	font-family: 'OrbitronRegular';
	font-weight: normal;
	/* font-size: 20px; */
	font-size: 25px;
	line-height: 30px;
	color: #ffffff;
	margin-bottom: 30px;
}

.small-block-title * {
	text-decoration: none;
	font-family: inherit;
	font-weight: inherit;
	font-size: inherit;
	line-height: inherit;
	color: inherit;
	letter-spacing: inherit;
	margin-top: 0;
	margin-bottom: 0;
}

.small-block-title a:hover {
	color: #72C7DB;
}
/* small-block-title */

/* common-main-detail */
.common-main-detail {
	font-size: 25px;
	line-height: 32px;
	margin-bottom: 50px;
}

.common-main-detail * {
	font-size: inherit;
	line-height: inherit;
}
/* common-main-detail */

/* buttons */
.btn {
	font-family: 'OrbitronSemiBold';
	font-size: 20px;
	line-height: 25px;
	border: 1px solid transparent;
	padding: 17.5px 25px;
	box-shadow: none;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-ms-border-radius: 20px;
	-o-border-radius: 20px;
}

.btn-simple-white {
	color: #ffffff;
	background: none;
	border-color: #ffffff;
}

.btn-simple-white:focus {
	color: #ffffff;
	background: none;
	border-color: #ffffff;
}

.btn-simple-white:hover,
.btn-simple-white:active:focus {
	color: #72C7DB;
	border-color: #72C7DB;
	filter: drop-shadow(0px 0px 793.8px #FFFFFF) drop-shadow(0px 0px 453.6px #FFFFFF) drop-shadow(0px 0px 264.6px #FFFFFF) drop-shadow(0px 0px 132.3px #FFFFFF) drop-shadow(0px 0px 37.8px #FFFFFF) drop-shadow(0px 0px 18.9px #FFFFFF);
	-webkit-filter: drop-shadow(0px 0px 793.8px #FFFFFF) drop-shadow(0px 0px 453.6px #FFFFFF) drop-shadow(0px 0px 264.6px #FFFFFF) drop-shadow(0px 0px 132.3px #FFFFFF) drop-shadow(0px 0px 37.8px #FFFFFF) drop-shadow(0px 0px 18.9px #FFFFFF);
}

.btn-white {
	color: #000000;
	background: #ffffff;
	border-color: #ffffff;
}

.btn-white:focus {
	color: #000000;
	background: #ffffff;
	border-color: #ffffff;
}

.btn-white:hover,
.btn-white:active:focus {
	color: #000000;
	background: #ffffff;
	border-color: #ffffff;
	box-shadow: 0px 0px 756px #ffffff, 0px 0px 432px #ffffff, 0px 0px 252px #ffffff, 0px 0px 126px #ffffff, 0px 0px 36px #ffffff, 0px 0px 18px #ffffff;
}

.btn-simple-sky {
	color: #72C7DB;
	background: none;
	border-color: #72C7DB;
}

.btn-simple-sky:focus {
	color: #72C7DB;
	background: none;
	border-color: #72C7DB;
}

.btn-simple-sky:hover,
.btn-simple-sky:active:focus {
	color: #ffffff;
	border-color: #ffffff;
	filter: drop-shadow(0px 0px 793.8px #72C7DB) drop-shadow(0px 0px 453.6px #72C7DB) drop-shadow(0px 0px 264.6px #72C7DB) drop-shadow(0px 0px 132.3px #72C7DB) drop-shadow(0px 0px 37.8px #72C7DB) drop-shadow(0px 0px 18.9px #72C7DB);
	-webkit-filter: drop-shadow(0px 0px 793.8px #72C7DB) drop-shadow(0px 0px 453.6px #72C7DB) drop-shadow(0px 0px 264.6px #72C7DB) drop-shadow(0px 0px 132.3px #72C7DB) drop-shadow(0px 0px 37.8px #72C7DB) drop-shadow(0px 0px 18.9px #72C7DB);
}

.btn-sky {
	color: #ffffff;
	background: #72C7DB;
	border-color: #72C7DB;
}

.btn-sky:focus {
	color: #ffffff;
	background: #72C7DB;
	border-color: #72C7DB;
}

.btn-sky:hover,
.btn-sky:active:focus {
	color: #ffffff;
	background: #72C7DB;
	border-color: #72C7DB;
	box-shadow: 0px 0px 756px #72C7DB, 0px 0px 432px #72C7DB, 0px 0px 252px #72C7DB, 0px 0px 126px #72C7DB, 0px 0px 36px #72C7DB, 0px 0px 18px #72C7DB;
}

.btn-simple-purple {
	color: #5E58A2;
	background: none;
	border-color: #5E58A2;
}

.btn-simple-purple:focus {
	color: #5E58A2;
	background: none;
	border-color: #5E58A2;
}

.btn-simple-purple:hover,
.btn-simple-purple:active:focus {
	color: #ffffff;
	border-color: #ffffff;
	filter: drop-shadow(0px 0px 793.8px #5E58A2) drop-shadow(0px 0px 453.6px #5E58A2) drop-shadow(0px 0px 264.6px #5E58A2) drop-shadow(0px 0px 132.3px #5E58A2) drop-shadow(0px 0px 37.8px #5E58A2) drop-shadow(0px 0px 18.9px #5E58A2);
	-webkit-filter: drop-shadow(0px 0px 793.8px #5E58A2) drop-shadow(0px 0px 453.6px #5E58A2) drop-shadow(0px 0px 264.6px #5E58A2) drop-shadow(0px 0px 132.3px #5E58A2) drop-shadow(0px 0px 37.8px #5E58A2) drop-shadow(0px 0px 18.9px #5E58A2);
}

.btn-purple {
	color: #ffffff;
	background: #5E58A2;
	border-color: #5E58A2;
}

.btn-purple:focus {
	color: #ffffff;
	background: #5E58A2;
	border-color: #5E58A2;
}

.btn-purple:hover,
.btn-purple:active:focus {
	color: #ffffff;
	background: #5E58A2;
	border-color: #5E58A2;
	box-shadow: 0px 0px 756px #5E58A2, 0px 0px 432px #5E58A2, 0px 0px 252px #5E58A2, 0px 0px 126px #5E58A2, 0px 0px 36px #5E58A2, 0px 0px 18px #5E58A2;
}
/* buttons */

/* common-form */
.common-form .form-group {
	margin-bottom: 30px;
}

.common-form .form-control {
	height: 40px;
	resize: none;
	border: none;
	font-family: 'AbelRegular';
	font-size: 20px;
	line-height: 25px;
	color: #ffffff !important;
	background: none;
	padding: 6px 0;
	border-bottom: 1px solid #ffffff;
	box-shadow: none;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
}

.common-form .form-control::-webkit-input-placeholder { color: #ffffff; }
.common-form .form-control::-moz-placeholder { color: #ffffff; }
.common-form .form-control:-ms-input-placeholder { color: #ffffff; }
.common-form .form-control:-o-placeholder { color: #ffffff; }

.common-form textarea.form-control {
	height: 200px;
}

.common-form .file-upload-field {
	position: relative;
	border-bottom: 1px solid #ffffff;
}

.common-form .file-upload-field:after {
    position: absolute;
	content: attr(data-file-upload);
    top: 0;
    left: 0;
    display: block;
    pointer-events: none;
    z-index: 20;
	font-family: 'AbelRegular';
	font-size: 20px;
	line-height: 25px;
    color: rgba(148, 148, 148, 0.65);
}

.common-form .file-upload-field.uploaded-file:after {
	color: #ffffff;
}

.common-form .file-upload-field input[type="file"] {
	appearance: none;
	opacity: 0;
	text-indent: -99999px;
	color: #ffffff;
}

.common-form .file-upload-field input[type="file"]::-webkit-input-placeholder { color: rgba(148, 148, 148, 0.65); }
.common-form .file-upload-field input[type="file"]::-moz-placeholder { color: rgba(148, 148, 148, 0.65); }
.common-form .file-upload-field input[type="file"]:-ms-input-placeholder { color: rgba(148, 148, 148, 0.65); }
.common-form .file-upload-field input[type="file"]:-o-placeholder { color: rgba(148, 148, 148, 0.65); }

.common-form .form-check-input {
	position: relative;
	background-color: transparent;
	border: 1px solid #ffffff;
	box-shadow: none;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
}

.common-form .form-check-label {
	font-family: 'AbelRegular';
	font-size: 20px;
	line-height: 25px;
	color: #ffffff;
	user-select: none;
}

.common-form .privacy-policy-agreement .form-check-input {
	top: -3px;
}

.common-form .privacy-policy-agreement .form-check-label {
	font-size: 15px;
	line-height: 19px;
}

/* .common-form .submit-button {
	margin-top: 100px;
} */

.common-form .submit-button .btn {
	padding: 15px;
}
/* common-form */

/* slick-slider */
.slick-slider .slick-slide {
	outline: none;
}

.slick-dots {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 30px 0 0;
	padding: 0;
	list-style-type: none;
}

.slick-dots li {
	display: inline-flex;
	margin: 0 12px;
	padding: 0;
	list-style-type: none;
	cursor: pointer;
	width: 24px;
	height: 24px;
	background-color: #CDD0EE;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
}

.slick-dots li:first-child {
	margin-left: 0;
}

.slick-dots li:last-child {
	margin-right: 0;
}

.slick-dots li button {
	display: none;
}

.slick-dots li.slick-active,
.slick-dots li:hover {
	background-color: #72C7DB;
}
/* slick-slider */
/*==================================================================*/
/*========== Header Start ==========*/
/*==================================================================*/
.header {
	padding: 30px 0;
	position: relative;
	z-index: 9999;
}

.header .h-content {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.h-logo a {
	display: inline-block;
}

.h-logo img {
	width: 62px;
}

.h-burger .h-burger-bar {
	text-decoration: none;
	display: inline-block;
	position: relative;
	padding-right: 65px;
	font-family: 'OrbitronRegular';
	font-size: 30px;
	line-height: 38px;
	background: linear-gradient(180deg, #72C7DB 0%, #72C7DB 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	text-fill-color: transparent;
}

.h-burger .h-burger-bar:before {
	position: absolute;
	content: "";
	right: 0;
	top: 15px;
	width: 45px;
	height: 2px;
	background-color: #72C7DB;
	transition: 0.4s;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-ms-transition: 0.4s;
	-o-transition: 0.4s;
}

.h-burger .h-burger-bar:after {
	position: absolute;
	content: "";
	right: 0;
	top: 25px;
	width: 45px;
	height: 2px;
	background-color: #72C7DB;
	transition: 0.4s;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-ms-transition: 0.4s;
	-o-transition: 0.4s;
}

.h-burger.open .h-burger-bar:before {
	top: 20px;
	width: 25px;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
}

.h-burger.open .h-burger-bar:after {
	top: 20px;
	width: 25px;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
}
/*==================================================================*/
/*========== Header End ==========*/
/*==================================================================*/

/*========== full-screen-menu ==========*/
.full-screen-menu {
	display: flex;
	align-items: flex-start;
	height: 100vh;
	width: 100%;
	background-color: #040917;
	overflow: auto;
	position: fixed;
	left: 0;
	right: 0;
	top: -100%;
	z-index: 999;
	transition: 0.4s;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-ms-transition: 0.4s;
	-o-transition: 0.4s;
}

.full-screen-menu.open {
	top: 0;
}

.full-screen-menu.open:before {
	position: fixed;
	content: "";
	left: 0;
	right: 0;
	top: 0;
	width: 100%;
	height: 225px;
	background-color: #040917;
	z-index: 9;
}

.navbar {
	padding: 250px 0 50px;
}

.navbar .navbar-collapse {
	justify-content: center;
}

.navbar .navbar-nav {
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.navbar .navbar-nav .nav-item {
	margin-bottom: 30px;
}

.navbar .navbar-nav .nav-item .nav-link {
	display: inline-flex;
	font-family: 'OrbitronSemiBold';
	font-size: 50px;
	line-height: 63px;
	color: rgba(255, 255, 255, 0.6);
	text-transform: uppercase;
	padding: 0;
}

.navbar .navbar-nav .nav-item.active .nav-link,
.navbar .navbar-nav .nav-item.current-menu-item .nav-link,
.navbar .navbar-nav .nav-item.current-menu-parent .nav-link,
.navbar .navbar-nav .nav-item .nav-link.active,
.navbar .navbar-nav .nav-item .nav-link.current-menu-item,
.navbar .navbar-nav .nav-item .nav-link.current-menu-parent,
.navbar .navbar-nav .nav-item .nav-link:hover {
	color: #ffffff;
}
/*========== full-screen-menu ==========*/

/*==================================================================*/
/*========== New Class Add Start ==========*/
/*==================================================================*/

/* banner */
.banner-section {
	padding: 127px 0 215px;
}

.banner-section .learnmore-contact-buttons {
	text-align: center;
}

.banner-section .learnmore-contact-buttons .btn {
	margin: 0 15px;
}

.banner-section .learnmore-contact-buttons .btn:first-child {
	margin-left: 0;
}

.banner-section .learnmore-contact-buttons .btn:last-child {
	margin-right: 0;
}
/* banner */

/* our-services */
.our-services-section {
	padding: 90px 0;
}

.services-pg .our-services-section {
	padding-top: 150px;
}

.our-services-section .our-services-list .row {
	margin: 0 -10px;
}

.our-services-section .our-services-list .row > * {
	padding: 0 10px;
}

.services-pg .our-services-section .section-title {
	margin-bottom: 100px;
}

.services-pg .our-services-section .common-main-detail {
	margin-bottom: 100px;
}

.our-services-block {
	position: relative;
	display: block;
	text-decoration: none;
	text-align: center;
	padding: 29px 15px;
	border: 2px solid #ffffff;
	height: calc(100% - 70px);
	margin-bottom: 70px;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-ms-border-radius: 20px;
	-o-border-radius: 20px;
}

.our-services-block .small-block-title {
	font-size: 20px;
	margin-bottom: 45px;
}

.our-services-block .image {
	height: 215px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.our-services-block .image img {
	max-height: 100%;
}

.our-services-block .service-detail {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 29px 15px;
	background-color: #09142a;
	opacity: 0;
	height: calc(100% - 60px);
	text-align: left;
	transition: 0.4s;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-ms-transition: 0.4s;
	-o-transition: 0.4s;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-ms-border-radius: 20px;
	-o-border-radius: 20px;
}

.our-services-block .service-detail ul {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	height: 100%;
}

.our-services-block .service-detail ul li {
	margin-bottom: 5px;
}

.our-services-block:hover .service-detail {
	opacity: 1;
}
/* our-services */

/* our-clients */
.our-clients-section {
	padding: 90px 0;
}

.our-clients-section .our-clients-content {
	padding: 70px 0 20px;
	border: 2px solid #ffffff;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-ms-border-radius: 20px;
	-o-border-radius: 20px;
}

.our-clients-carousel {
	opacity: 0;
}

.our-clients-carousel.slick-initialized {
	opacity: 1;
}

.our-clients-block {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 50px;
}

.our-clients-block .company-logo {
	text-decoration: none;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	height: 102px;
}

.our-clients-block .company-logo img {
	max-height: 100%;
}
/* our-clients */

/* our-work */
.our-work-section {
	padding: 90px 0 180px;
	position: relative;
	z-index: 9;
}

.projects-pg .our-work-section {
	padding-top: 150px;
}

.projects-pg .our-work-section .section-title {
	margin-bottom: 180px;
}

.home-pg .our-work-section:before {
	position: absolute;
	content: "";
	width: 144px;
	height: 144px;
	top: -36px;
	left: 138px;
	background: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!-- Generator: Adobe Illustrator 26.0.3, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg preserveAspectRatio='none' version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 144 144' style='enable-background:new 0 0 144 144;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bopacity:0.2;%7D .st1%7Bfill:none;stroke:%235E58A2;stroke-width:2;%7D .st2%7Bfill:%235E58A2;%7D%0A%3C/style%3E%3Cg class='st0'%3E%3Ccircle class='st1' cx='72' cy='72' r='71'/%3E%3C/g%3E%3Cg class='st0'%3E%3Ccircle class='st2' cx='75' cy='72' r='23'/%3E%3C/g%3E%3C/svg%3E%0A") no-repeat;
	background-size: 100% 100%;
}

.home-pg .our-work-section:after {
	position: absolute;
	content: "";
	right: 125px;
	bottom: 284px;
	width: 57px;
	height: 57px;
	background: #5E58A2;
	opacity: 0.2;
	box-shadow: 0px 0px 215.46px #5E58A2, 0px 0px 123.12px #5E58A2, 0px 0px 71.82px #5E58A2, 0px 0px 35.91px #5E58A2, 0px 0px 10.26px #5E58A2, 0px 0px 5.13px #5E58A2;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
}

.our-work-carousel {
	opacity: 0;
}

.our-work-carousel.slick-initialized {
	opacity: 1;
}

.our-work-carousel .slick-list {
	margin: 0 -11px;
}

.our-work-carousel .slick-slide {
	padding: 0 11px;
}

.our-work-block {
	position: relative;
	text-decoration: none;
	display: block;
	border: 2px solid #ffffff;
	background: #101C30;
	padding: 29px;
	height: calc(100% - 70px);
	margin-bottom: 70px;
	text-align: center;
	border-radius: 25px;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	-ms-border-radius: 25px;
	-o-border-radius: 25px;
}

/* .our-work-block:hover .detail {
	display: none;
} */

/* .our-work-block .full-block-detail {
	display: none;
	text-align: left;
	position: relative;
} */

.our-work-block .full-block-detail p {
	font-size: 16px;
	line-height: 20px;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;  
	overflow: hidden;
}

/* .our-work-block .full-block-detail .view-detail-link, */
.our-work-block .detail .view-detail-link {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: flex-start;
	font-size: 20px;
	line-height: 25px;
	color: #72C7DB;
	text-decoration: none;
	display: none;
	transition: 0.4s;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-ms-transition: 0.4s;
	-o-transition: 0.4s;
}

/* .our-work-block .full-block-detail .view-detail-link:after, */
.our-work-block .detail .view-detail-link:after {
	position: relative;
	content: "";
	width: 15px;
	height: 15px;
	margin-left: 10px;
	background: url("data:image/svg+xml,%3Csvg width='33' height='29' viewBox='0 0 33 29' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M31.125 14.5417L1.79167 14.5417M14.625 27.375L1.79167 14.5417L14.625 1.70833' stroke='%2372C7DB' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3C/path%3E%3C/svg%3E") no-repeat;
	background-size: 100% 100%;
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
}

/* .our-work-block:hover .full-block-detail {
	display: block;
} */

.our-work-block .detail p span {
	display: none;
	position: relative;
	transition: 0.4s;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-ms-transition: 0.4s;
	-o-transition: 0.4s;
}

.our-work-block:hover .detail {
	text-align: left;
}

.our-work-block:hover .detail p {
	font-size: 16px;
	line-height: 20px;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;  
	overflow: hidden;
}

.our-work-block:hover .detail p span {
	display: inline;
}

.our-work-block:hover .detail .view-detail-link {
	display: inline-flex;
}

.our-work-carousel .our-work-block {
	margin: 0;
	height: auto;
	height: 100%;
}

.our-work-block .small-block-title {
	margin-bottom: 52px;
}

.our-work-block .icon {
	width: 145px;
	height: 145px;
	margin: 0 auto 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid #ffffff;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	transition: 0.4s;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-ms-transition: 0.4s;
	-o-transition: 0.4s;
}

.our-work-block:hover .icon {
	width: 105px;
	height: 105px;
}

@keyframes image-rotate {
    from {
		transform: rotate(0);
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        -ms-transform: rotate(0);
        -o-transform: rotate(0);
	} to {
		transform: rotate(360deg);
		-webkit-transform: rotate(360deg);
		-moz-transform: rotate(360deg);
		-ms-transform: rotate(360deg);
		-o-transform: rotate(360deg);
	}
}

@-webkit-keyframes image-rotate {
    from {
		transform: rotate(0);
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        -ms-transform: rotate(0);
        -o-transform: rotate(0);
	} to {
		transform: rotate(360deg);
		-webkit-transform: rotate(360deg);
		-moz-transform: rotate(360deg);
		-ms-transform: rotate(360deg);
		-o-transform: rotate(360deg);
	}
}

.our-work-block .icon img {
	position: relative;
	animation: image-rotate 20s infinite;
	-webkit-animation: image-rotate 20s infinite;
}
/* our-work */

/* welcome-company */
.welcome-company-section {
	padding: 150px 0 95px;
}

.welcome-company-section .welcome-company-image img {
	margin-bottom: 12px;
}

.welcome-company-section .welcome-company-image span {
	display: block;
	font-family: 'OrbitronBold';
	font-size: 20px;
	line-height: 25px;
	color: #72C7DB;
}

.welcome-company-section .welcome-company-image span a {
	text-decoration: none;
	color: inherit;
}

.welcome-company-section .welcome-company-image span a:hover {
	color: #ffffff;
}
/* welcome-company */

/* our-vision-mission */
.our-vision-mission-section {
	padding: 150px 0 60px;
}

.our-vision-mission-list .row {
	margin: 0 -10px;
}

.our-vision-mission-list .row > * {
	padding: 0 10px;
}

.our-vision-mission-block {
	padding: 29px 20px;
	border: 2px solid #ffffff;
	height: calc(100% - 30px);
	margin-bottom: 30px;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-ms-border-radius: 20px;
	-o-border-radius: 20px;
}

.our-vision-mission-block .vision-mission-icon {
	width: 150px;
	height: 150px;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 2px solid #72C7DB;
	margin: 0 auto 29px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
}

.our-vision-mission-block .vision-mission-detail .small-block-title {
	text-align: center;
	font-size: 20px;
	margin-bottom: 12px;
}

.our-vision-mission-block .vision-mission-detail .detail p {
	font-size: 15px;
	line-height: 30px;
}

.our-vision-mission-block .vision-mission-detail .detail ol li,
.our-vision-mission-block .vision-mission-detail .detail ul li {
	font-size: 15px;
	line-height: 30px;
	margin-bottom: 10px;
}
/* our-vision-mission */

/* fequently-ask-questions */
.fequently-ask-questions-section {
	padding: 90px 0;
}

.fequently-ask-questions-section .section-title {
	margin-bottom: 70px;
}

.fequently-ask-accordion .row {
	margin: 0 -107px;
}

.fequently-ask-accordion .row > * {
	padding: 0 107px;
}

.fequently-ask-accordion .accordion-item {
	background-color: transparent;
	border: none;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
}

.fequently-ask-accordion .accordion-item .accordion-header {
	position: relative;
}

.fequently-ask-accordion .accordion-item .accordion-header:before {
	position: absolute;
	content: "";
	right: 0;
	top: 50%;
	width: 22px;
	height: 22px;
	border: 2px solid #ffffff;
	transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
}

.fequently-ask-accordion .accordion-item .accordion-button {
	position: relative;
	background: none;
	padding: 12px 30px 12px 0;
	font-family: 'AbelRegular';
	font-size: 25px;
	line-height: 31px;
	color: #ffffff;
	box-shadow: none;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
}

.fequently-ask-accordion .accordion-item .accordion-button:before {
	position: absolute;
	content: "";
	right: 6px;
	top: 50%;
	width: 10px;
	height: 2px;
	background: #ffffff;
	transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	transition: 0.4s;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-ms-transition: 0.4s;
	-o-transition: 0.4s;
}

.fequently-ask-accordion .accordion-item .accordion-button:after {
	position: absolute;
	content: "";
	right: 10px;
	top: 50%;
	width: 2px;
	height: 10px;
	background: #ffffff;
	transform: translate(0, -50%) rotate(90deg);
	-webkit-transform: translate(0, -50%) rotate(90deg);
	-moz-transform: translate(0, -50%) rotate(90deg);
	-ms-transform: translate(0, -50%) rotate(90deg);
	-o-transform: translate(0, -50%) rotate(90deg);
	transition: 0.4s;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-ms-transition: 0.4s;
	-o-transition: 0.4s;
}

.fequently-ask-accordion .accordion-item .accordion-button.collapsed:after {
	transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
}

.fequently-ask-accordion .accordion-item .accordion-body {
	padding: 12px 0 0;
}
/* fequently-ask-questions */

/* meet-team */
.meet-team-section {
	padding: 90px 0;
}

.meet-team-section .meet-team-list .row {
	margin: 0 -9px;
}

.meet-team-section .meet-team-list .row > * {
	padding: 0 9px;
}

.meet-team-section .meet-team-block {
	text-decoration: none;
	display: block;
	height: calc(100% - 70px);
	margin-bottom: 70px;
	overflow: hidden;
}

.meet-team-section .meet-team-block .team-image {
	height: 383px;
	overflow: hidden;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-ms-border-radius: 20px;
	-o-border-radius: 20px;
}

.meet-team-section .meet-team-block .team-image img {
	position: relative;
	width: 100%;
	height: 100%;
	object-fit: cover;
	font-family: 'object-fit: cover';
	filter: grayscale(100);
	-webkit-filter: grayscale(100);
	transition: 0.4s;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-ms-transition: 0.4s;
	-o-transition: 0.4s;
}

.meet-team-section .meet-team-block:hover .team-image img {
	filter: grayscale(0);
	-webkit-filter: grayscale(0);
}

.meet-team-section .meet-team-block .team-detail {
	padding: 20px 10px;
	text-align: center;
}

.meet-team-section .meet-team-block .team-detail .title {
	font-family: 'OrbitronSemiBold';
	font-size: 15px;
	line-height: 19px;
	color: #ffffff;
	margin-bottom: 10px;
}

.meet-team-section .meet-team-block .team-detail .title * {
	text-decoration: none;
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
	color: inherit;
	margin-top: 0;
	margin-bottom: 0;
}

.meet-team-section .meet-team-block .team-detail .title a:hover {
	color: #72C7DB;
}

.meet-team-section .meet-team-block .team-detail p {
	font-size: 12px;
	line-height: 15px;
	margin: 0;
}
/* meet-team */

/* need-more-information */
.need-more-information-section {
	padding: 20px 0 180px;
}

.need-more-information-section .need-more-information-content {
	text-align: center;
	padding: 56px 15px;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-ms-border-radius: 20px;
	-o-border-radius: 20px;
}

.need-more-information-section .block-title {
	font-family: 'OrbitronRegular';
	font-size: 35px;
	line-height: 44px;
	margin-bottom: 25px;
}

.need-more-information-section .small-block-title {
	margin: 0;
}

.need-more-information-section .small-block-title a {
	position: relative;
	display: inline-block;
	transform: none;
	-webkit-transform: none;
	-moz-transform: none;
	-ms-transform: none;
	-o-transform: none;
	transition: 0.4s;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-ms-transition: 0.4s;
	-o-transition: 0.4s;
}

.need-more-information-section .small-block-title a:hover {
	color: #ffffff;
	transform: scale(1.25);
	-webkit-transform: scale(1.25);
	-moz-transform: scale(1.25);
	-ms-transform: scale(1.25);
	-o-transform: scale(1.25);
}
/* need-more-information */

/* work-with-us */
.work-with-us-section {
	padding: 150px 0 130px;
}

.work-with-us-section .work-with-main-title {
	margin-bottom: 100px;
}

.work-with-us-section .work-with-main-title .section-title {
	margin-bottom: 20px;
}

.work-with-block {
	text-decoration: none;
	display: block;
	margin-bottom: 50px;
	border: 1px solid #ffffff;
	padding: 35px;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-ms-border-radius: 20px;
	-o-border-radius: 20px;
}

.work-with-block .row {
	align-items: center;
}

.work-with-block .work-with-detail p {
	margin: 0;
}

.work-with-block .work-with-detail ul {
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.work-with-block .work-with-detail ul li {
	display: inline-flex;
	margin: 0 30px;
	padding: 0;
	list-style-type: none;
}

.work-with-block .work-with-detail ul li:first-child {
	margin-left: 0;
}

.work-with-block .work-with-detail ul li:last-child {
	margin-right: 0;
}

.work-with-block .work-with-detail.work-apply-button {
	text-align: right;
}

.work-with-block .work-with-detail.work-apply-button .btn {
	min-width: 200px;
}

.work-with-block.work-with-thankyou-block .small-block-title {
	font-family: 'OrbitronSemiBold';
	font-size: 25px;
	margin-bottom: 12px;
}

.work-with-block.work-with-thankyou-block p {
	letter-spacing: 0.13em;
}
/* work-with-us */

/* contact-map */
.contact-map-section {
	padding: 70px 0 50px;
}

.contact-map-section .contact-map-content iframe {
	width: 100%;
	height: 330px;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-ms-border-radius: 20px;
	-o-border-radius: 20px;
}

.contact-address-form .common-form-detail {
	margin-bottom: 120px;
}

.contact-address-form .common-form-detail:last-child {
	margin-top: 0;
}

.contact-address-form .small-block-title {
	/* font-size: 25px; */
	margin-bottom: 30px;
}
/* contact-map */

/* contact */
.contact-section {
	padding: 50px 0 180px;
}

.contact-section .contact-content .row {
	margin: 0 -101px;
}

.contact-section .contact-content .row > * {
	padding: 0 101px;
}

.contact-section .contact-content .contact-address-block .section-title {
	margin-bottom: 12px;
}

.contact-section .contact-content .contact-address-block .contact-detail {
	margin-top: 200px;
}

.contact-section .contact-content .contact-address-block .contact-detail .detail p span {
	display: block;
}
/* contact */

/* design page */
.design-section {
	/* padding: 38px 0 130px; */
	padding: 68px 0 130px;
	background: url("data:image/svg+xml,%3Csvg preserveAspectRatio='none' width='899' height='360' viewBox='0 0 899 360' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='104.5' y='184.5' width='65' height='53.3529' stroke='white' stroke-dasharray='2 2'/%3E%3Cg filter='url(%23filter0_dddddd_0_1)'%3E%3Crect x='121' y='195' width='32' height='32' fill='%2372C7DB'/%3E%3C/g%3E%3Cg opacity='0.4'%3E%3Crect x='643.5' y='110.5' width='65' height='53.3529' stroke='white' stroke-dasharray='2 2'/%3E%3Cg filter='url(%23filter1_dddddd_0_1)'%3E%3Crect x='660' y='121' width='32' height='32' fill='%2372C7DB'/%3E%3C/g%3E%3C/g%3E%3Crect x='836' y='174' width='20' height='20' fill='%2372C7DB'/%3E%3Crect opacity='0.4' x='879' y='270' width='20' height='20' fill='%2372C7DB'/%3E%3Crect x='216' y='340' width='20' height='20' fill='%2372C7DB'/%3E%3Cdefs%3E%3Cfilter id='filter0_dddddd_0_1' x='0.0400009' y='74.04' width='273.92' height='273.92' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeColorMatrix in='SourceAlpha' type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0' result='hardAlpha'/%3E%3CfeOffset/%3E%3CfeGaussianBlur stdDeviation='1.44'/%3E%3CfeColorMatrix type='matrix' values='0 0 0 0 0.447059 0 0 0 0 0.780392 0 0 0 0 0.858824 0 0 0 1 0'/%3E%3CfeBlend mode='normal' in2='BackgroundImageFix' result='effect1_dropShadow_0_1'/%3E%3CfeColorMatrix in='SourceAlpha' type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0' result='hardAlpha'/%3E%3CfeOffset/%3E%3CfeGaussianBlur stdDeviation='2.88'/%3E%3CfeColorMatrix type='matrix' values='0 0 0 0 0.447059 0 0 0 0 0.780392 0 0 0 0 0.858824 0 0 0 1 0'/%3E%3CfeBlend mode='normal' in2='effect1_dropShadow_0_1' result='effect2_dropShadow_0_1'/%3E%3CfeColorMatrix in='SourceAlpha' type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0' result='hardAlpha'/%3E%3CfeOffset/%3E%3CfeGaussianBlur stdDeviation='10.08'/%3E%3CfeColorMatrix type='matrix' values='0 0 0 0 0.447059 0 0 0 0 0.780392 0 0 0 0 0.858824 0 0 0 1 0'/%3E%3CfeBlend mode='normal' in2='effect2_dropShadow_0_1' result='effect3_dropShadow_0_1'/%3E%3CfeColorMatrix in='SourceAlpha' type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0' result='hardAlpha'/%3E%3CfeOffset/%3E%3CfeGaussianBlur stdDeviation='20.16'/%3E%3CfeColorMatrix type='matrix' values='0 0 0 0 0.447059 0 0 0 0 0.780392 0 0 0 0 0.858824 0 0 0 1 0'/%3E%3CfeBlend mode='normal' in2='effect3_dropShadow_0_1' result='effect4_dropShadow_0_1'/%3E%3CfeColorMatrix in='SourceAlpha' type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0' result='hardAlpha'/%3E%3CfeOffset/%3E%3CfeGaussianBlur stdDeviation='34.56'/%3E%3CfeColorMatrix type='matrix' values='0 0 0 0 0.447059 0 0 0 0 0.780392 0 0 0 0 0.858824 0 0 0 1 0'/%3E%3CfeBlend mode='normal' in2='effect4_dropShadow_0_1' result='effect5_dropShadow_0_1'/%3E%3CfeColorMatrix in='SourceAlpha' type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0' result='hardAlpha'/%3E%3CfeOffset/%3E%3CfeGaussianBlur stdDeviation='60.48'/%3E%3CfeColorMatrix type='matrix' values='0 0 0 0 0.447059 0 0 0 0 0.780392 0 0 0 0 0.858824 0 0 0 1 0'/%3E%3CfeBlend mode='normal' in2='effect5_dropShadow_0_1' result='effect6_dropShadow_0_1'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='effect6_dropShadow_0_1' result='shape'/%3E%3C/filter%3E%3Cfilter id='filter1_dddddd_0_1' x='539.04' y='0.0400009' width='273.92' height='273.92' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeColorMatrix in='SourceAlpha' type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0' result='hardAlpha'/%3E%3CfeOffset/%3E%3CfeGaussianBlur stdDeviation='1.44'/%3E%3CfeColorMatrix type='matrix' values='0 0 0 0 0.447059 0 0 0 0 0.780392 0 0 0 0 0.858824 0 0 0 1 0'/%3E%3CfeBlend mode='normal' in2='BackgroundImageFix' result='effect1_dropShadow_0_1'/%3E%3CfeColorMatrix in='SourceAlpha' type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0' result='hardAlpha'/%3E%3CfeOffset/%3E%3CfeGaussianBlur stdDeviation='2.88'/%3E%3CfeColorMatrix type='matrix' values='0 0 0 0 0.447059 0 0 0 0 0.780392 0 0 0 0 0.858824 0 0 0 1 0'/%3E%3CfeBlend mode='normal' in2='effect1_dropShadow_0_1' result='effect2_dropShadow_0_1'/%3E%3CfeColorMatrix in='SourceAlpha' type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0' result='hardAlpha'/%3E%3CfeOffset/%3E%3CfeGaussianBlur stdDeviation='10.08'/%3E%3CfeColorMatrix type='matrix' values='0 0 0 0 0.447059 0 0 0 0 0.780392 0 0 0 0 0.858824 0 0 0 1 0'/%3E%3CfeBlend mode='normal' in2='effect2_dropShadow_0_1' result='effect3_dropShadow_0_1'/%3E%3CfeColorMatrix in='SourceAlpha' type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0' result='hardAlpha'/%3E%3CfeOffset/%3E%3CfeGaussianBlur stdDeviation='20.16'/%3E%3CfeColorMatrix type='matrix' values='0 0 0 0 0.447059 0 0 0 0 0.780392 0 0 0 0 0.858824 0 0 0 1 0'/%3E%3CfeBlend mode='normal' in2='effect3_dropShadow_0_1' result='effect4_dropShadow_0_1'/%3E%3CfeColorMatrix in='SourceAlpha' type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0' result='hardAlpha'/%3E%3CfeOffset/%3E%3CfeGaussianBlur stdDeviation='34.56'/%3E%3CfeColorMatrix type='matrix' values='0 0 0 0 0.447059 0 0 0 0 0.780392 0 0 0 0 0.858824 0 0 0 1 0'/%3E%3CfeBlend mode='normal' in2='effect4_dropShadow_0_1' result='effect5_dropShadow_0_1'/%3E%3CfeColorMatrix in='SourceAlpha' type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0' result='hardAlpha'/%3E%3CfeOffset/%3E%3CfeGaussianBlur stdDeviation='60.48'/%3E%3CfeColorMatrix type='matrix' values='0 0 0 0 0.447059 0 0 0 0 0.780392 0 0 0 0 0.858824 0 0 0 1 0'/%3E%3CfeBlend mode='normal' in2='effect5_dropShadow_0_1' result='effect6_dropShadow_0_1'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='effect6_dropShadow_0_1' result='shape'/%3E%3C/filter%3E%3C/defs%3E%3C/svg%3E") no-repeat;
	/* background-size: 100% 100%; */
	background-position: center -100px;
}

.design-section .section-title {
	margin-bottom: 120px;
}

.design-tabing-section .nav-tabs {
	display: flex;
	justify-content: space-between;
	border: 1px solid #ffffff;
	padding: 20px 40px;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-ms-border-radius: 20px;
	-o-border-radius: 20px;
}

.design-tabing-section .nav-tabs .nav-item {
	margin: 0 10px;
}

.design-tabing-section .nav-tabs .nav-item:first-child {
	margin-left: 0;
}

.design-tabing-section .nav-tabs .nav-item:last-child {
	margin-right: 0;
}

.design-tabing-section .nav-tabs .nav-item .nav-link {
	border: none;
	font-family: 'OrbitronRegular';
	font-size: 20px;
	line-height: 30px;
	color: #ffffff;
	background-color: transparent;
	padding: 0;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
}

.design-tabing-section .nav-tabs .nav-item .nav-link:hover,
.design-tabing-section .nav-tabs .nav-item .nav-link.active {
	color: #72C7DB;
}

.design-tabing-section .tab-content .tab-pane {
	padding: 50px 0;
}

.design-tabing-section .tab-content .tab-pane p {
	font-size: 25px;
	line-height: 30px;
	margin-bottom: 15px;
}

.design-tabing-section .tab-content .tab-pane p span {
	display: block;
	color: #72C7DB;
	margin-bottom: 5px;
}

.back-to-page-link {
	padding-bottom: 68px;
}

.back-to-page-link a:hover svg path {
	stroke: #ffffff;
}
/* design page */

/* penetration page */
.penetration-section {
	padding: 30px 0 90px;
}

.penetration-section .back-to-page-link {
	padding: 0;
	margin-bottom: -30px;
}

.penetration-section .small-block-title {
	font-size: 25px;
	color: #72C7DB;
	margin-bottom: 120px;
}

.penetration-accordion .accordion-item {
	margin-bottom: 75px;
	background: none;
	border: none;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
}

.penetration-accordion .accordion-item .accordion-button {
	position: relative;
	font-family: 'OrbitronRegular';
	font-size: 15px;
	line-height: 19px;
	color: #72C7DB;
	padding: 15px 0 15px 30px;
	background: none;
	box-shadow: none;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
}

.penetration-accordion .accordion-item .accordion-button:after {
	position: absolute;
	content: "";
	left: 0;
	top: 50%;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 15px 7.5px 0 7.5px;
	border-color: #72C7DB transparent transparent transparent;
	transform: translate(0, -50%) rotate(180deg);
	-webkit-transform: translate(0, -50%) rotate(180deg);
	-moz-transform: translate(0, -50%) rotate(180deg);
	-ms-transform: translate(0, -50%) rotate(180deg);
	-o-transform: translate(0, -50%) rotate(180deg);
	transition: 0.4s;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-ms-transition: 0.4s;
	-o-transition: 0.4s;
}

.penetration-accordion .accordion-item .accordion-button.collapsed:after {
	transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
}

.penetration-accordion .accordion-item .accordion-body {
	padding: 15px 0;
}

.penetration-accordion .accordion-item .accordion-body .cybersecurity-list > .row {
	margin: 0 -10px;
}

.penetration-accordion .accordion-item .accordion-body .cybersecurity-list > .row > * {
	padding: 0 10px;
}

.penetration-accordion .accordion-item .accordion-body .cybersecurity-block {
	border: 1px solid #FFFFFF;
	padding: 20px 85px;
	height: calc(100% - 30px);
	margin-bottom: 30px;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-ms-border-radius: 20px;
	-o-border-radius: 20px;
}

.penetration-accordion .accordion-item .accordion-body .cybersecurity-block .title {
	font-family: 'OrbitronRegular';
	font-size: 15px;
	line-height: 19px;
	color: #72C7DB;
	letter-spacing: 0.06em;
	margin-bottom: 12px;
}

.penetration-accordion .accordion-item .accordion-body .cybersecurity-block .title * {
	text-decoration: none;
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
	color: inherit;
	letter-spacing: inherit;
	margin: 0;
}

.penetration-accordion .accordion-item .accordion-body .cybersecurity-block .title a:hover {
	color: #ffffff;
}

.penetration-accordion .accordion-item .accordion-body .cybersecurity-block .detail p {
	font-size: 15px;
	line-height: 19px;
}

.penetration-accordion .accordion-item .accordion-body .cybersecurity-block .detail ol li,
.penetration-accordion .accordion-item .accordion-body .cybersecurity-block .detail ul li {
	font-size: 15px;
	line-height: 19px;
	margin-bottom: 5px;
}

.penetration-accordion .accordion-item .accordion-body .cybersecurity-block .detail ol li a,
.penetration-accordion .accordion-item .accordion-body .cybersecurity-block .detail ul li a {
	color: #ffffff;
}

.penetration-accordion .accordion-item .accordion-body .cybersecurity-block .detail ol li a:hover,
.penetration-accordion .accordion-item .accordion-body .cybersecurity-block .detail ul li a:hover {
	color: #72C7DB;
}

.penetration-accordion .accordion-item .accordion-body .cybersecurity-block.products-cybersecurity-block .detail p {
	font-size: 20px;
	line-height: 25px;
}

.penetration-accordion .accordion-item .accordion-body .cybersecurity-block.products-cybersecurity-block .detail ol,
.penetration-accordion .accordion-item .accordion-body .cybersecurity-block.products-cybersecurity-block .detail ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}

.penetration-accordion .accordion-item .accordion-body .cybersecurity-block.products-cybersecurity-block .detail ol li,
.penetration-accordion .accordion-item .accordion-body .cybersecurity-block.products-cybersecurity-block .detail ul li {
	font-size: 20px;
	line-height: 25px;
	margin-bottom: 25px;
}
/* penetration page */

/* common-projects-detail page */
.projects-detail-pg {
	padding: 30px 0 180px;
}

.projects-detail-pg .main-section-title .section-title {
	display: flex;
	align-items: center;
	margin-bottom: 15px;
}

.projects-detail-pg .main-section-title .section-title .title-icon {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 62px;
	height: 62px;
	margin-right: 25px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
}

.projects-detail-pg .main-section-title .section-title .title-icon:before {
	position: absolute;
	content: "";
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background: url("data:image/svg+xml,%3Csvg width='62' height='62' viewBox='0 0 62 62' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='31' cy='31' r='30' stroke='white' stroke-width='2' stroke-dasharray='2 2'/%3E%3C/svg%3E") no-repeat;
	background-size: 100% 100%;
	animation: image-rotate 20s infinite;
	-webkit-animation: image-rotate 20s infinite;
}

.projects-detail-pg .main-section-title .detail p {
	letter-spacing: 0;
}

.common-projects-detail-block {
	margin-bottom: 70px;
}

.common-projects-detail-block:last-child {
	margin: 0;
}

.common-projects-detail-block .small-block-title {
	color: #72C7DB;
	margin-bottom: 12px;
}

.common-projects-detail-block .full-image img {
	width: 100%;
}

.common-projects-detail-block .project-detail {
	float: right;
}

.common-projects-detail-block .detail p {
	letter-spacing: 0.13em;
}

.common-projects-detail-block .project-detail .small-block-title {
	color: #ffffff;
	margin-bottom: 25px;
}

.common-projects-detail-block .project-detail .small-block-title span {
	font-family: 'AbelRegular';
	display: block;
	font-size: 20px;
	line-height: 25px;
	color: #72C7DB;
	margin-bottom: 5px;
}

.common-projects-detail-block .project-detail .detail p {
	letter-spacing: 0;
}

.common-projects-detail-block .project-detail .detail p span {
	display: block;
	color: #72C7DB;
	margin-bottom: 5px;
}
/* common-projects-detail page */
/*==================================================================*/
/*========== New Class Add End ==========*/
/*==================================================================*/



/*==================================================================*/
/*========== Footer Start ==========*/
/*==================================================================*/
.footer {
	background: url("../images/footer-bg.png") no-repeat;
	padding: 65px 0 0;
	position: relative;
	z-index: 9;
}

.footer:before {
	position: absolute;
	content: "";
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: #ffffff;
	opacity: 0.9;
	z-index: -1;
}

.f-block {
	margin-bottom: 35px;
}

.f-block.f-logo a {
	text-decoration: none;
	font-family: 'PlayBold';
	font-size: 30px;
	line-height: 30px;
	color: #5E58A2;
	text-transform: uppercase;
}

.f-block.f-logo img {
	width: 62px;
}

.f-block.f-logo a span {
	display: block;
	margin-top: 15px;
}

.f-block.f-logo a:hover {
	color: #000000;
}

.f-block .small-block-title {
	font-family: 'PlayBold';
	font-size: 20px;
	color: #5E58A2;
}

.f-block .f-title {
	margin-bottom: 32px;
}

.f-block .f-title * {
	text-decoration: none;
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
	color: inherit;
	margin: 0;
}

.f-block .f-detail p {
	font-family: 'PlayRegular';
	font-size: 12px;
	line-height: 30px;
	color: #000000;
}

.f-block .f-detail p a {
	text-decoration: none;
	color: inherit;
}

.f-block .f-detail p a:hover {
	color: #5E58A2;
}

.f-block .f-detail ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.f-block .f-detail ul li {
	display: flex;
	margin: 0 0 8px;
	padding: 0;
	list-style-type: none;
	font-family: 'PlayRegular';
	font-size: 12px;
	line-height: 30px;
	color: #000000;
}

.f-block .f-detail ul li:last-child {
	margin-bottom: 0;
}

.f-block .f-detail ul li a {
	text-decoration: none;
	color: inherit;
}

.f-block .f-detail ul li.active a,
.f-block .f-detail ul li a.active,
.f-block .f-detail ul li a:hover {
	color: #5E58A2;
}

.f-block.f-contact .f-detail ul {
	flex-direction: column;
}

.f-block.f-contact .f-detail ul li .icon {
	margin-right: 15px;
}

.f-block .f-inner-block {
	margin-bottom: 30px;
}

.f-block .f-inner-block:last-child {
	margin: 0;
}

.f-block .f-inner-block .small-block-title {
	text-align: center;
	margin-bottom: 20px;
}

.f-block.f-partner-follow {
	max-width: 188px;
	float: right;
	width: 100%;
}

.f-block.f-partner-follow .f-official-partner .f-detail ul {
	align-items: center;
	justify-content: space-between;
}

.f-block.f-partner-follow .f-official-partner .f-detail ul li {
	margin-bottom: 10px;
}

.f-block.f-partner-follow .f-follow-us .f-detail ul li {
	margin: 0 10px;
	font-size: 16px;
	line-height: 16px;
}

.f-block.f-partner-follow .f-follow-us .f-detail ul li:first-child {
	margin-left: 0;
}

.f-block.f-partner-follow .f-follow-us .f-detail ul li:last-child {
	margin-right: 0;
}

.f-block.f-partner-follow .f-follow-us .f-detail ul li a {
	text-decoration: none;
	width: 32px;
	height: 32px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #ffffff;
	background-color: #5E58A2;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
}

.f-block.f-partner-follow .f-detail .f-follow-us ul li a:hover {
	background-color: #000000;
}

.f-bottom .f-content {
	border-top: 1px solid #454545;
	padding: 5px 0;
}

.f-bottom ul {
	display: flex;
	flex-wrap: wrap;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.f-bottom ul li {
	display: inline-flex;
	margin: 0 7px;
	padding: 0;
	list-style-type: none;
	font-family: 'PoppinsRegular';
	font-size: 12px;
	line-height: 30px;
	color: #040917;
}

.f-bottom ul li:first-child {
	margin-left: 0;
}

.f-bottom ul li:last-child {
	margin-right: 0;
}

.f-bottom ul li a {
	text-decoration: none;
	color: inherit;
}

.f-bottom ul li.active a,
.f-bottom ul li a.active,
.f-bottom ul li a:hover {
	color: #5E58A2;
}
/*==================================================================*/
/*========== Footer End ==========*/
/*==================================================================*/
