.Clients {
	display:flex;
	flex-direction: row;
	align-items: center;
}
#UserMail {
	width: 200px;
	max-width: 225px;
	height: 50px;
	padding: 0.7em 0em;
	border: none;
	outline: none;
	background: #ff8247;
	border-radius: 40px;
	text-align: center;
	box-shadow: 0 6px 20px -5px rgba(0,0,0,0.4);
	position: relative;
	overflow: hidden;
	cursor: pointer;
	display: inline-block;
}
#mail-sent-btn-icon {
	vertical-align: text-top;
}

#btnText {
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 0.05em;
	color: #000;
	font-family: 'Montserrat Bold' !important;
	background: transparent;
	border: none;
}
.check-box {
	width: 50px;
	height: 50px;
	border-radius: 40px;
	box-shadow: 0 0 12px -2px rgba(0, 0, 0, 0.5);
	position: absolute;
	top: 0;
	right: -80px;
	opacity: 0;
}
.check-box svg {
	width: 40px;
	margin: 3px;
}
svg path {
	stroke-width: 5;
	stroke: #fff;
	stroke-dasharray: 34;
	stroke-dashoffset: 34;
	stroke-linecap: round;
}
#UserMail.active {
	background: #828282;
	transition: 1s;
}
.active .check-box {
	right: 0;
	opacity: 1;
	transition: 1s;
}
.active p {
	margin-right: 80px;
	transition: 1s;
}
.active svg path {
	stroke-dashoffset: 0;
	transition: 1s;
	transition-delay: 1s;
}
.card {
	position: relative;
	width: 300px;
	height: 200px;
	background-color: transparent;
	overflow: hidden;
	margin-right: 3%;
	margin-bottom: 3%;
}
/* width */
::-webkit-scrollbar {
	width: 6px;
}
/* Track */
::-webkit-scrollbar-track {
	box-shadow: inset 0 0 2px #554d45;
	border-radius: 2px;
}
/* Handle */
::-webkit-scrollbar-thumb {
	background: #554d45;
	border-radius: 5px;
}
/* Handle on hover */
	::-webkit-scrollbar-thumb:hover {
	background: #ff9240; 
}
.logo {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	max-width: 100%;
	max-height: 100%;
	mix-blend-mode: lighten;
}
.banner_main {
	padding: 0px 0px 48px 0px !important;
}
a:hover {
	color: #fff;
}
a {
	color: #ff9240;
	font-weight: bold;
}
a.header-ndt:hover {
	color: #fff;
}
a.header-hdf5:hover {
	color: #fff !important;
}
a.header-web-dev:hover {
	color: #fff;
}
.ot_result {
	font-weight: 800;
	font-size: 15px;
}
.dropdownOurServicesContent a {
	color: black;
	padding: 12px 16px;
	text-decoration: none;
	display: block;	
}
.dropdownOurServicesContent a:hover {
	background-color: #ff9240;
}
.dropdownOurServices:hover .dropdownOurServicesContent {
	display: block;
}
.dropdown.header-arrow {
	display: flex;
	flex-direction: row;
	width: 130px;
	background:#0f0c0a;
}
.webDev_img {
	position: absolute;
	width: 100%;
	height: 100%;
}
.about_top_rt {
	position: absolute;
	right: 0px;
	top: 0px;
	width: 55%;
}
.ndt {
	background: #0f0c0a;
	padding: 5vh 5vh;
	position: relative;
	overflow: hidden;
}
.text-web-bg {
	text-align: left;
	padding: 20px 20px;
	font-size: 20px;
	color: #d0d0d0;
	line-height: 30px;
}
.ndt-img-wd {
	width: 80%;
}
.web-img-wd {
	width: 100%;
	height: 100%;
}
.models_part {
	text-align: -webkit-center;
}
.casa_scot {
	font-family: Casanova Scotia;
}
.txt-mf {
	font-size: 30px;
	color: #fff;
}
.txt_ndt {
	color: #ff9240;
	font-size: 35px;
}
.text-ndt-bg {
	text-align: left;
	margin-bottom: 25px;
}
.roc-lan {
	position: absolute;
	right: -100px;
	top: -145px;
	width: 25%;
}
.more-info {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: flex-start;		
}
img.right-arrow {
	width: 15%;
	padding-left: 3.5%;
	padding-bottom: 3%;
}
.more-ndt {
	max-width: 120px;
	padding: 4px 0px;
	font-size: 14px;
}
.text-ndt-bg h1 {
	color: #d0d0d0;
	padding: 20px 20px;
	font-size: 20px;
	line-height: 30px;
	letter-spacing: 0.05em;
	font-family: "Montserrat medium";
}
.text-web-bg h1 {
	color: #d0d0d0;
	padding-top: 50px;
	font-size: 25px;
	line-height: 34px;
	letter-spacing: 0.04em;
	font-family: "Montserrat medium";
}
.ndt_imaging {
	position: absolute;
	right: -195px;
	top: -249px;
	width: 50%;
}
.md_bx {
	background: #1e1e1e;
	padding: 20px;
	border-radius: 15px;
	width: 85%;
}	
.md_img {
	position: absolute;
	top: -20px;
	text-align: start;
}
.bx_t1 {
	color: #ffffff;
	font-size: 12px;
}
.bx_t2 {
	color: #fff;
	font-size: 15px;
	margin-top: -7px;
}
.bx_t3 {
	color: #fff;
	font-size: 15px;
}
.bx_img {
	border-radius: 6px;
	width: 40%;
}
.tp_md {
	margin-top: 20px;
	text-align: start;
}
.webWorkCard .btm_md {
	padding-left: 0px;
}
.btm_md {
	margin-top: 15px;
	text-align: start;
}
.desc {
	background: #ffffff;
	position: relative;
}
.desc .titlepage {
	text-align: left;
	padding: 30px;
	max-width: 648px;
	width: 100%;
	float: left;
}
.desc .titlepage h2 {
	font-size: 35px;
	color: #212121;
	line-height: 50px;
	padding: 0;
}
.ds_txt {
	font-size: 16px;
	font-weight: 600;
	color: #000;
}
.bd-bx {
	border: 1px solid #000;
	border-radius: 30px;
	padding: 15px;
	width: 86%;
	padding-left: 28px;
}
.bd-bx:hover {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}
.fox-good {
	display: flex;
	flex-direction: column;
	align-items: normal;
	padding-bottom: 40px;
	padding-top: 14px;
}
.ml-45 {
	margin-left: -35px;
}
.ml-70 {
	margin-left: -70px;
}
.webWorkCard {
	background: #1e1e1e;
	padding: 10px;
	border-radius: 15px;
	margin-top: 3%;
	width: 80%;
	display: flex;
	flex-direction: column;
	justify-content: space-evenly;
	align-items: center;
}
.webWorkCard_bd_img {
	border-radius: 6px;
	width: 100%;
}

.bd-bx2-1 {
	width: 76%;
}
.bd-bx2-2 {
	width: 77%;
	margin-left: -70px;
}
.bd-bx2-3 {
	width: 72%;
	margin-left: -135px;
}
.ml-35 {
	margin-left: -35px;
}
.txt-gallery {
	font-size: 30px;
}

.txt_alp2 {
	font-size: 35px;	
}
.desc-tp-img {
	position: absolute;
	right: 0px;
}
.desc-btm-img {
	position: absolute;
	right: 50px;
}
.alpha {
	z-index: 1;
	position: relative;
	overflow: hidden;
	padding: 5vh 5vh;
}
.alpha-content {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}
.alp-im-top {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.alpha-img {
	display: contents;
	padding-top: 20px;
}
.txt_alp {
	font-size: 30px;
	color: #fff;
}
.txt_alp1 {
	font-size: 35px;
	color: #ff9240;
}
.alp-des-msg {
	display: flex;
	flex-direction: column;
	align-items: center;
	padding-top: 3vh;
}
.mt-45 {
	margin-top: 45px;
}
.mt-70 {
	margin-top: 10px;
}
.alpha-details {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}
.alpha-tp-img {
	position: absolute;
	left: 0;
	top: 0;
}
.alp_txt1 {
	color: #ff9240;
	font-size: 30px;
}
.alp_txt2 {
	color: #fff;
	font-size: 24px;
}
.alp_exp {
	font-size: 18px;
	margin-top: 40px;
}
.alp_sk {
	font-size: 18px;
	margin-top: 15px;
}
.clr_cd1 {
	color: #ff9240 !important;
}
.clr_cd2 {
	color: #eeeeee !important;
}
.key_txt {
	font-size: 18px;
}
.key_pt {
	border: 1.9px solid;
	margin-top: 15%;
	padding: 40px;
	width: 94%;
	border-radius: 8px;
	position: relative;
	padding-top: 15px;
}
.left::after {
	content: "";
	height: 30px;
	width: 30px;
	position: absolute;
	background-color: #0f0c0a;
	top: 11%;
	left: -16px;
	border-top: 1px solid;
	border-left: 1px solid;
	transform: rotate(-45deg);
}
.triangle {
	position: relative;
	float: left;
	width: 0;
	height: 0;
	border-style: solid;
}
.triangle-right-middle {
	border-width: 6px 0 6px 12px;
	border-color: transparent transparent transparent #909090;
	border-radius: 2px;
	margin-top: 3px;
	padding-right: 12px;
}
.key_li {
	padding-top: 35px;
	line-height: normal;
}
div#skulk {
	margin-bottom: 0px;
	position: relative;
	overflow: hidden;
	padding: 5vh 5vh;
}
.tp_skul {
	text-align: left;
	padding: 0;
	max-width: 648px;
	width: 100%;
	float: left !important;
}
h2.casa_scot.meet-skulk {
	font-size: 30px;
}
.skulk-des {
	font-family: 'Montserrat Medium';
	font-size: 15px;
	color: #767676;
	line-height: 22px;
	padding-bottom: 50px;
}
.skulk_img {
	position: absolute;
	right: -60px;
	top: -370px;
}
.sku-lt-img {
	position: absolute;
	left: -72px;
	transform: rotate(-45deg);
	margin-top: 15%;
}
.sk-team {
	border: 2px solid #dbdbdb;
	padding: 32px;
	border-radius: 8px;
	padding-bottom: 0px;
	padding-right: 0px;
}
.skl_txt1 {
	color: #ff9240;
	font-size: 28px;
}
.skl_txt2 {
	color: #909090;
	font-size: 16px;
	margin-top: -10px;
}
.skl_exp {
	font-size: 14px;
	margin-top: 30px;
}
.skl_sk {
	font-size: 14px;
	margin-top: 15px;
}
.skl-astr-img {
	width: 83%;
}
.team-img {
	margin-left: 35%;
	z-index: 1;
	position: relative;
}
.skl_regn {
	width: 80%;
	line-height: normal;
}
span.pd-lt {
	padding-left: 40px;
}
.row.skl_part2 {
	margin-top: 5%;
	margin-bottom: 5%;
}
.skl-btm-img {
	position: absolute;
	right: -257px;
	top: 70%;
}
div#client {
	background: #0f0c0a;
	position: relative;
	overflow: hidden;
	padding: 5vh 5vh;
}
.clt-tp-pat {
	filter: brightness(0.15);
	width: 100%;
	float: right;
}
.txt_clt {
	color: #ff9240;
	font-size: 35px;
}
.clr_cd3 {
	color: #3f3f3f;
}
.clt_bx {
	padding-top: 4%;
	justify-content: center;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}
.clt_img_bx {
	background: #13110f;
	padding: 6%;
	border-radius: 10px;
	height: 160px;
	padding-top: 8%;
	padding-left: 10%;
}
/* .clt_img_tp {
	margin-top: 9%;
} */
.clt-tp-img {
	position: absolute;
	right: 0px;
	top: 0px;
}
.touch {
	background: #ffffff;
	padding: 5vh 5vh;
	margin-bottom: 0px;
	position: relative;
	overflow: hidden;
}
.touch-mail {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
}
.touch-img {
	width: 70%;
	display: contents;
}
.touch-header {
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
}
.res-time {
	display: flex;
	padding-top: 0.5rem;
}
.get-in-touch {
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	align-items: start;
}
.touch-des {
	font-size: 14px;
	font-family: 'Montserrat Medium';
}
.business-details {
	padding-top: 1rem;
}
.touch .titlepage {
	text-align: left;
	padding: 0;
	max-width: 648px;
	width: 100%;
	float: left;
}
.touch .titlepage p {
	font-size: 14px;
	display: block;
	color: #666666;
	line-height: 18px;
	padding-bottom: 30px;
	font-weight: 600;
	font-family: "Montserrat Medium";
	padding-top: 15px;
	width: 101%;
}
.res-pd {
	padding: 0 0 0px 0;
}
.spn_tm {
	background: #eeeeee;
	padding: 20px;
	border-radius: 14px;
	padding-top: 14px;
	padding-bottom: 14px;
}
span.rs_dy {
	font-size: 14px;
	padding-left: 5px;
}
span.rs_tm {
	font-size: 14px;
	padding-left: 7px;
	color: #464646;
}
i.fa.fa-clock-o.abs-pos {
	position: relative;
	color: #4b4b46;
}
.form-control2:focus {
	border-color: #ced4da !important;
	box-shadow: 0 0 0 0.2rem rgb(255 255 255 / 25%);
}
.form-control2 {
	display: block;
	width: 150%;
	padding: 0.8rem 1.75rem;
	font-size: 1rem;
	line-height: 1.5;
	color: #495057;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #c2c2c2;
	border-radius: 0.5rem;
	transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.send-btn {
	padding-top: 2%;
}
.grey-asterik {
	position: absolute;
	right: -5%;
	width: 17%;
}
.rocket-fly {
	position: absolute;
	right: 1%;
	top: 70%;
	width: 15vw;
}
h3.monts_medium.qk-clr {
	font-size: 15px;
	padding-bottom: 0px;
	color: #fff;
	padding-top: 60px;
}
.qk-txt {
	position: relative;
}
h3.monts_bld.qk-clr {
	padding-bottom: 10px;
}
a.monts_bld.qk-clr {
	font-size: 14px;
}
h3.monts_medium.qk-clr {
	font-size: 15px;
	padding-bottom: 0px;
	padding-top: 90px;
}
.qk-clr:hover {
	color: #ff9240;
}
.cp-txt {
	display: flex;
	justify-content: center;
	align-items: center;
}
ul.btn {
	padding-top: 30px;
	padding-right: 40px;
}
.hidden {
	display: none;
}
.alp-main-img {
	background-image: linear-gradient(to right, #d77b36, #ff6e00);
	border-radius: 50%;
	width: 75%;
}

@media (max-width: 575px) {
	.txt_alp1 {
		font-size: 30px;
	}
	a.read_more.rd_mr-sm.ft_work.monts_bld {
		display: inline;
		padding: 10px;
	}
	.fb-icon {
		display: none;
	}
	.insta-icon {
		display: none;
	}
	.twt-icon {
		display: none;
	}
	.skulk_img {
		display: none;
	}
	.ndt_imaging {
		display: none;
	}
	.md_bx {
		background: #1e1e1e;
		padding: 20px;
		border-radius: 15px;
		width: 85%;
	}
	.text-bg h1 {
		font-size: 23px;
		line-height: 28px;
		padding-bottom: 40px;
		padding-left: 0px;
	}
	.alp_txt2 {
		color: #fff;
		font-size: 20px !important;
	}
	.hidden-xs {
		display: none;
	}
	.visible-xs {
		display: block !important;
	}
	ul.btn {
		float: left !important;
		padding-top: 0px;
	}
	.m_abtus.text-bg {
		margin-top: 0em;
	}
	.rkt_lauch {
		position: absolute;
		bottom: 6px;
		right: 20px;
	}
	.work_img {
		margin-bottom: 20%;
	}
	.mod-top-sm {
		padding-top: 10px;
	}
	.text-ndt-bg {
		margin-top: 2%;
		margin-bottom: 5%;
	}
	.text-web-bg {
		margin-top: 0%;
	}
	.bd-bx.ml-45 {
		margin-left: 0px;
	}
	.bd-bx.ml-70 {
		margin-left: 0px;
	}
	.bd-bx2-2 {
		width: 77%;
		margin-left: 0px;
	}
	.bd-bx2-3 {
		width: 72%;
		margin-left: 0px;
	}
	.bd-bx.ml-35 {
		margin-left: 0px;
		width: 105%;
	}
	.dspt_z {
		z-index: 1;
	}
	.desc-btm-img {
		position: absolute;
		right: -20px;
		margin-top: 100%;
		opacity: 0.6;
	}
	.alpha {
		height: auto;
	}
	.alp-main-img {
		width: 100%;
	}
	h3.monts_medium.alp_txt2 {
		text-align: center;
	}
	.alp_txt2 {
		color: #fff;
		font-size: 22px;
	}
	h2.casa_scot.alp_txt1 {
		text-align: center;
	}
	.mb-50 {
		margin-bottom: 0px !important;
	}
	.ndt-clt {
		padding-bottom: 25px;
	}

	.sku-lt-img {
		margin-top: 128%;
	}
	.skl-btm-img {
		top: 86.5%;
	}
	.titlepage.tp_skul.clnt {
		margin-top: 0%;
	}
	.clt_img_bx {
		padding: 6%;
		height: 135px;
		margin-left: 0%;
	}
	.col-md-4.bd-rt.ft-1pt {
		padding-left: 60px;
	}
	.row.qk-hd-txt.ft-cpt {
		text-align: left;
		padding-bottom: 0px;
		padding-top: 0px;
		padding-left: 35px;
		padding-right: 0px;
	}
	h3.monts_medium.qk-clr {
		padding-bottom: 0px;
		padding-top: 40px;
	}
	.gallery-top-img {
		display: none;
	}
	.gallery-bottom-img {
		display: none;
	}
	.touch-img {
		display: none;
	}
	.spn_tm {
		background: #eeeeee;
		padding: 15px;
		border-radius: 14px;
		padding-top: 14px;
		padding-bottom: 14px;
	}
	.form-control2 {
		display: block;
		width: 120%;
		padding: 0.8rem 1.75rem;
		font-size: 1rem;
		line-height: 1.5;
		color: #495057;
		background-color: #fff;
		background-clip: padding-box;
		border: 1px solid #c2c2c2;
		border-radius: 0.5rem;
		transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
	}
	.rocket-fly {
		display: none;
	}
	.key_pt {
		border: 1.9px solid;
		margin-top: 15%;
		padding: 20px;
		width: 94%;
		border-radius: 8px;
		position: relative;
		padding-top: 15px;
	}
	.row.fl-txt {
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: start;
		width: 100%;
	}
	.qk-clr:hover {
		color: #ff8f39 !important;
	}
	button.carousel-control-prev {
		left: 0vw !important;
	}
	button.carousel-control-next {
		right: 0vw !important;
	}	
	.Clients {
		flex-direction: column;
	}		
}

@media screen and (min-width: 600px) and (max-width: 767px) {
	ul.btn {
		padding-top: 0px !important;
	}
	.tempFix{
		margin-left: 50px;
	}
	.mod-top-sm {
		padding-top: 50px;
	}
	.md_img {
		position: absolute;
		top: -18px;
		left: 49px;
	}
	.text-ndt-bg {
		margin-top: 30%;
	}
	.text-web-bg {
		margin-top: 0%;
	}
	.gallery-top-img {
		display: none;
	}
	.gallery-bottom-img {
		display: none;
	}
	.mis_pt {
		background: #1e1e1e;
		padding: 15px;
		border-radius: 15px;
	}
}

@media screen and (min-width: 710px) and (max-width: 900px) {
	ul.btn {
		padding-top: 20px !important;
	}
	.gallery-top-img {
		display: none;
	}
	.gallery-bottom-img {
		display: none;
	}
	.tempFix{
		margin-left: 85px;
		margin-top: -40px;
	}
	.spn_tm {
		background: #eeeeee;
		padding: 10px;
		border-radius: 14px;
		padding-top: 14px;
		padding-bottom: 14px;
	}
	.md_img {
		position: absolute;
		top: -18px;
		left: 49px;
	}
	button.carousel-control-prev {
		left: 0vw !important;
	}
	button.carousel-control-next {
		right: 0vw !important;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.tempFix{
		margin-left: 85px;
		margin-top: -40px;
	}
	.text-bg h1 {
		padding-top: 0px;
		font-size: 22px;
		line-height: 35px;
	}
	ul.btn {
		padding-top: 20px !important;
	}
	.rd_mr-sm {
		max-width: 135px;
	}
	.get_touch {
		color: #ff882e !important;
		font-weight: bold;
		max-width: 115px;
	}
	.read_more {
		font-size: 12px;
	}
	.hidden-sm {
		display: none;
	}
	.rkt_lauch {
		position: absolute;
		bottom: 6px;
		right: 20px;
	}
	.md_bx {
		padding: 5px;
		width: 100%;
	}
	.webWorkCard {
		padding: 5px;
		width: 100%;
	}
	.text-ndt-bg {
		margin-bottom: 25px;
	}
	.mis_pt {
		padding: 20px;
	}
	.vis_pt {
		padding: 20px;
	}
	.text-web-bg {
		margin-top: 0%;
	}
	.row.d_flex.models_part {
		padding-top: 5%;
	}
	.bd-bx {
		border: 1px solid #000;
		border-radius: 30px;
		padding: 0px;
		padding-left: 22px;
		z-index: 111;
		position: relative;
	}
	.ds_txt {
		font-size: 9px;
		font-weight: 600;
		color: #000;
	}
	.desc-btm-img {
		position: absolute;
		right: 0px;
		margin-top: 25%;
	}
	.alp-im-top {
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}
	.alpha {
		height: 56em;
		display: flex;
		flex-direction: column-reverse;
	}
	.alp-des-msg {
		display: flex;
		flex-direction: column;
		align-items: center;
	}
	.alpha-tp-img {
		position: absolute;
		left: 0px;
		top: 0px;
		width: 65%;
	}
	.skulk_img {
		position: absolute;
		right: -90px;
		top: -275px !important;
		width: 46% !important;
	}
	.skulk-des {
		font-family: 'Montserrat Medium';
		font-size: 15px;
		color: #767676;
		line-height: 22px;
	}
	.mb-50 {
		margin-bottom: 0px !important;
	}
	.key_pt {
		border: 1.9px solid;
		padding: 40px;
		width: 94%;
		border-radius: 8px;
		position: relative;
		padding-top: 15px;
	}
	.alp-main-img {
		background-image: linear-gradient(to right, #d77b36, #ff6e00);
		border-radius: 50%;
		width: 100%;
	}
	.skl-astr-img {
		width: 65%;
	}
	.sk-team {
		padding: 20px;
	}
	.team-img {
		z-index: 1;
		position: relative;
		right: -19px;
		top: 20px;
		margin-left: 0%;
	}
	.gallery-bottom-img{
		position: absolute;
		right: 0%;
		margin-top: -12%;
		z-index: 0;
		width: 12vw;
	}
	.skl_regn {
		width: 100%;
		line-height: normal;
	}
	.skl_txt1 {
		color: #ff9240;
		font-size: 22px;
	}
	.skl_txt2 {
		color: #909090;
		font-size: 12px;
		margin-top: -10px;
	}
	.skl_exp {
		font-size: 9px;
		margin-top: 30px;
	}
	.skl_sk {
		font-size: 9px;
		margin-top: 15px;
	}
	.skl-btm-img {
		position: absolute;
		right: -278px;
		top: 72%;
	}
	.clt_img_bx {
		height: 105px;
	}
	.form-control2 {
		display: block;
		width: 120%;
		padding: 0.8rem 1.75rem;
		font-size: 1rem;
		line-height: 1.5;
		color: #495057;
		background-color: #fff;
		background-clip: padding-box;
		border: 1px solid #c2c2c2;
		border-radius: 0.5rem;
		transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
	}
	.rocket-fly {
		display: none;
	}
	.images_box {
		float: right;
	}
	span.monts_bld.qk-clr.sp_hlp {
		font-size: 16px;
	}
	.touch-img {
		margin-top: -65%;
	}
	.row.fl-txt {
		display: flex;
		flex-direction: column;
		align-items: start;
		justify-content: start;
		padding-top: 10%;
	}
	.ft-l1 {
		font-size: 12px;
	}
	.ft-l2 {
		font-size: 20px;
	}
	.ft-l3 {
		font-size: 12px;
	}
	.row.qk-hd-txt {
		text-align: left;
		padding: 0px;
		padding-top: 0px;
		padding-bottom: 0px;
	}
	.cp-txt {
		margin-top: 0px;
	}
	.row.fl-hd-txt {
		padding-left: 45px;
	}
	.sp_hlp {
		font-size: 20px !important;
	}
	span.monts_medium.qk-clr.sp_txt {
		font-size: 13px;
	}
	.about_top_rt {
		position: absolute;
		right: 0px;
		top: 0px;
		width: 95%;
	}
	.logo-txt {
		display: flex;
		align-items: center;
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
	.text-bg h1 {
		font-size: 30px;
	}
	.rkt_lauch {
		position: absolute;
		bottom: 40px;
		right: 20px;
	}
	.ds_txt {
		font-size: 13px;
	}
	.desc-btm-img {
		position: absolute;
		right: 0px;
		margin-top: 10%;
	}
	.alpha {
		height: auto;
	}
	.sku-lt-img {
		position: absolute;
		left: -72px;
		transform: rotate(-45deg);
		margin-top: 23%;
	}
	.skl_exp {
		font-size: 12px;
	}
	.skl_sk {
		font-size: 12px;
	}
	.team-img {
		margin-left: 12%;
	}
	.gallery-top-img {
		display: none;
	}
	.gallery-bottom-img {
		display: none;
	}
	.skulk_img {
		position: absolute;
		right: -90px;
		top: -370px;
	}
	.rocket-fly {
		display: none;
	}
	button.carousel-control-prev {
		left: 0vw !important;
	}
	button.carousel-control-next {
		right: 0vw !important;
	}
}

@media (min-width: 1800px) {
	.container {
		max-width: 1480px;
	}
	.text-web-bg h1 {
		font-size: 25px;
		line-height: 35px;
	}
	.text-ndt-bg h1 {
		font-size: 25px;
		line-height: 35px;
	}
	.bx_t3 {
		font-size: 20px;
		text-align: center;
	}
	.about_top_rt {
		position: absolute;
		right: 0px;
		top: 0px;
		width: auto;
	}
	.work .titlepage {
		text-align: left;
		padding-top: 80px;
		padding-bottom: 0px !important;
		float: inherit;
	}
	.m_vision-tp {
		margin-top: -100px;
	}
	.ndt_imaging {
		position: absolute;
		right: -130px;
		top: -295px;
		width: 35%;
	}
	.ndt-img-wd {
		width: 100%;
	}
	.web-img-wd {
		width: 100%;
	}
	.row.d_flex.models_part2 {
		margin-bottom: 1%;
	}
	.ds_txt {
		font-size: 22px;
	}
	.desc-btm-img {
		position: absolute;
		right: 50px;
		margin-top: 5%;
	}
	.mt-70 {
		margin-top: 60px;
	}
	.alp-main-img {
		width: 55%;
	}
	.skulk_img {
		position: absolute;
		right: -130px;
		top: -330px;
	}
	.titlepage.tp_skul {
		text-align: left;
		padding: 0;
		max-width: 648px;
		width: 100%;
	}
	.team-img {
		margin-left: 47%;
		z-index: 1;
		position: relative;
		margin-top: 80px;
	}
	.sk-team {
		border: 2px solid #dbdbdb;
		padding: 32px;
		border-radius: 8px;
		padding-bottom: 0px;
		padding-right: 0px;
	}
	.row.d_flex.mb-50.skul-50 {
		margin-bottom: 15px;
	}
	.row.d_flex.desc_part2.skul_pt2 {
		margin-top: 0%;
	}
	.skl-btm-img {
		position: absolute;
		right: -207px;
		top: 75.5%;
	}
	.titlepage.tp_skul {
		float: initial !important;
	}
	.clt_img_bx {
		max-width: 29%;
		height: 210px;
	}
	.clv-txt {
		float: unset;
	}
	.clv-img {
		float: right;
		margin-right: 40px;
	}
	.cp-txt {
		margin-top: 13px;
	}
}

@media (min-width: 1600px) and (max-width: 1800px) {
	.about_top_rt {
		width: 45%;
	}
	.alp-main-img {
		margin-left: -20px;
	}
}