@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

@font-face {
    font-family: 'Helison';
    src: url('../fonts/Helison.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

body {
overflow: auto;
}


a {
	transition: all 0.3s ease;
}

a:hover {
	text-decoration: none;
}

.primary-btn {
	background: transparent linear-gradient(270deg, #1D9EF3 0%, #024EFE 100%) 0% 0% no-repeat padding-box;
    font-family: 'CircularStd';
    color: #fff;
    display: inline-block;
    padding: 19px 39px 16px 39px;
    font-size: 18px;
}

.primary-btn:hover {
	background: transparent linear-gradient(270deg, #024EFE 0%, #1D9EF3 100%) 0% 0% no-repeat padding-box;
	color: #fff;
}

body {
	font-size: 20px;
	color: #211C5D;
	font-family: 'Barlow', sans-serif;
	font-weight: 400;
}

.va-ctr {
	align-items: center;
    justify-content: center;
    display: flex;
}

p {
	line-height: 1.5;
}

img {
	max-width: 100%;
}

h1 {
	color: #fff;
	font-size: 50px; 
	font-family: 'CircularStd';
	font-weight: bold;
	line-height: 1.3;

}

h3 {
	color: #211C5D;
	font-size: 28px; 
	font-family: 'CircularStd';
	font-weight: bold;
	line-height: 1.3;

}

h2 {
	color: #211C5D;
	font-size: 44px; 
	font-family: 'CircularStd';
	font-weight: bold;
	line-height: 1.3;
	margin-bottom: 20px;
}

h4 {
	color: #211C5D;
	font-size: 22px; 
	font-family: 'Barlow', sans-serif;
	font-weight: bold;
	line-height: 1.3;
	margin-bottom: 30px;
}

.header {
	position: absolute;
	width: 100%;
	top: 0px;
	padding: 30px 0;
	transition: all 0.3s ease;
}

.header .logo img {
	display: block;
}

.header .logo img+img {
	display: none;
}

.header.fixed {
    position: fixed;
    top: 0px;
    width: 100%;
    background: #1a1a1af7;
    box-shadow: 0px 12px 26px #ffffff0f;
    padding: 14px 0;
    z-index: 999;
}
.menu-nav {
    display: none;
}
.cntct-info ul {
    display: flex;
    gap: 20px;
    justify-content: flex-end;
}
.cntct-info a {
    color: #fff;
}
.cntct-info a img {
    margin-right: 10px;
}
.row1service .service-boxs {
    display: flex;
}
.row1service .col-sm-12:nth-child(odd) .service-boxs {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
}
.header.fixed .logo img {
	display: none;
}

.header.fixed .logo img+img {
	display: block;
}

.header.fixed .call p a {
	color: #221e5e;
}

.header.fixed .call p a:hover {
	color: #221e5e;
}

.header.fixed .call p span {
    font-size: 15px;
    color: #8280a2;
}

.header .call {
	display: inline-block;
	vertical-align: middle;
	margin-right: 30px;
	text-align: left;
}

.header .call figure {
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
}

.header .call p {
	 display: inline-block;
	 vertical-align: middle;
	 font-family: 'Barlow', sans-serif;
	 font-weight: 700;
	 color: #fff;
	 font-size: 23px;
	 line-height: 1.2;
}

.header .call p a {
	color: #fff;
}

.header.fixed .primary-btn {
	color: #000;
}


.header .call p a:hover {
	color: #fff;
}

.header .call p span{
	font-size: 15px;
	color: #C0BDE6;
	font-family: 'CircularStd';
	display: block;
	margin-bottom: 0;
}

.banner {
	background: #1B1B1B;
	padding-top: 270px;
	padding-bottom: 150px;
	background-image: url(../images/backg.png);
    background-size: cover;
}

.banner h1 {
	margin-bottom: 20px;
}

.banner p {
	font-size: 20px;
	color: #FFFFFF;
	margin-bottom: 40px;
}

.banner img {
	max-width: inherit;
}

.call-to-cta p {
	 font-family: 'Barlow', sans-serif;
	 font-weight: 700;
	 font-size: 22px;
	 background: -webkit-linear-gradient(#1D9EF3, #024EFE);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.call-to-cta p span {

	 font-family: 'CircularStd';
	 font-weight: 400;
	 font-size: 14px;
	 display: block;
	 margin-bottom: 1px;
	 color: #fff;
	 background: #fff;
	  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.call-to-cta p img {
	margin-left: 10px;
}

.after-banner {
	position: relative;
	top: -90px;
}

.after-banner .bx{
	background: #FFFFFF;
	padding: 36px;
	box-shadow: 0px 3px 60px #57B4FF33;
}

.after-banner h3 {
	text-align: center;
	margin-bottom: 20px;
}

.after-banner .fld {
	background: #F5F5F5;
	padding: 15px 30px;
	font-size: 18px;
	color: #211C5D;
	width: 100%;
	border: 0px;
}

.after-banner .col-sm-3 {
	width: 27.777777776%;
}

.after-banner .primary-btn {
	border: 0px;
	padding: 16px 30px;
	width: 100%;
	text-align: center;
}

.your-brand {
	padding: 10px 0 100px 0;
	background: url('../images/your-brand-bg.png') no-repeat bottom right;
}

.your-brand img {
	max-width: inherit;
	float: right;
}

.your-brand p {
	margin-bottom: 40px;
}

.your-brand .call-to-cta {
	display: inline-block;
}

.your-brand .call-to-cta p {
	margin: 0px;
}

.your-brand .call-to-cta img {
	float: none;
}

.your-brand .col-lft {
	padding-left: 60px;
}

.your-brand .call-to-cta span {
	background: #1E336E;
	-webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.port-sec {
	background: #EFF9FF;
	padding: 114px 0 86px 0;
	text-align: center;
}

.port-sec h2 {
	margin-bottom: 6px;
}

.port-sec p {
	margin-bottom: 50px;
}

.port-sec .button-group {
	margin-bottom: 60px;
}

.port-sec button {
	background: none;
	border: none;
	color: #211C5D;
	font-size: 20px;
	font-family: 'CircularStd';
	 font-weight: 400;
	 padding: 0px;
	 margin: 0 20px;
}

.port-sec button.is-checked {
	color: #024EFE;
}

.port-sec figure {
	margin-bottom: 30px; 
	min-height: 415px;
}


.design-process {
	padding: 112px 0;
	background: url('../images/design-process-bg.png') no-repeat center right;
}

.design-process h2 {
	margin-bottom: 54px;
}

.design-process .bx {
	margin-bottom: 20px;
}

.design-process .bx figure {
	margin-bottom: 40px;
	position: relative;
}

.design-process .bx figure:after {
	content: '';
	background: url('../images/process-art-t.svg') no-repeat center right;
	position: absolute;
    width: 164px;
    height: 23px;
    left: 74px;
    top: 0px;
}

.design-process .bx figure.altr:after {
	content: '';
	background: url('../images/process-art-b.svg') no-repeat center right;
	position: absolute;
    width: 164px;
    height: 23px;
    left: 74px;
    top: 42px;
}

.design-process .bx figure.lst:after {
	display: none;
}


.design-process .bx h4 {
	font-family: 'CircularStd';
	font-weight: bold;
	margin-bottom: 20px;
}

.design-process .bx p {
	font-size: 16px;
}

.design-process .col-sm-2 {
	width: 20%;
	padding-right: 30px;
}

.we-built {
	padding-top: 144px;
}

.we-built h2 {
	margin-bottom: 20px;
}

.we-built h4 {
	margin-bottom: 30px;
}

.we-built p {
	margin-bottom: 40px;
}

.we-built .tech-stack {
	margin-bottom: 36px;
}

.we-built .tech-stack li {
	width: 64px;
	height: 64px;
	display: inline-block;
	margin: 0 12px 16px 0;
}

.we-built .tech-stack li figure {
	box-shadow: 0px 11px 18px #547A9E1A;
}

.brands-cta {
	padding: 90px 0;
	background: url('../images/brands-cta-bg.jpg') no-repeat center top;
	background-size: cover;
	text-align: center;
}

.brands-cta h2 {
	font-size: 36px;
	color: #fff;
	margin-bottom: 40px;
}

.brands-cta h2 span {
	color: #1A96F4;
}

.review-sec {
	padding: 120px 0;
}

.review-sec h2 {
	margin-bottom: 40px;
}

.review-sec .clutch-widgets {
	display: inline-block;
	margin-right: 14px;
}

.review-sec a {
	color: #1061FB;
	text-decoration: underline;
	font-weight: 600;
	font-family: 'Barlow', sans-serif;
}

.testimonial-bx {
	background: #F2FAFF;
	padding: 50px;
}

.testimonial-bx p {
	font-size: 32px;
	color: #211C5D;
	font-weight: 600;
	font-style: italic;
	margin-bottom: 90px;
}

.testimonial-bx h5 {
	font-size: 18px;
	font-weight: 400;
	color: #211C5D;
	display: inline-block;
}

.testimonial-bx img {
	float: right;
	margin-top: -9px;
}

.contact-cta {
	padding-bottom: 120px;
	padding-top: 120px;
}

.contact-cta .bx {
	background: url('../images/bg-lets-talk.jpg') no-repeat center top;
	padding: 70px 0 50px 0;
}

.contact-cta .bx h3 {
	text-align: center;
	color: #fff;
	margin-bottom: 35px;
	font-size: 36px;
}

.contact-cta .col-lft.form {
	padding-left: 50px;
}

.contact-cta .col-lft.form h2 {
	margin-bottom: 14px;
}

.contact-cta .col-lft.form p {
	font-size: 20px;
	font-weight: 500;
	margin-bottom: 43px;
}

.contact-cta .col-lft.form p a {
	color: #1A96F4;
}

.contact-cta .form form label {
	font-size: 18px;
	font-weight: 600;
	 font-family: 'CircularStd';
	color: #211C5D;
	margin-bottom: 10px;
	display: block;
}

.contact-cta .form form .fld {
	background: #F5F5F5;
	padding: 14px 30px;
	font-size: 18px;
	color: #211C5D;
	width: 100%;
	border: 0px;
	margin-bottom: 25px;
}

.contact-cta .form form textarea.fld {
	height: 152px;
	resize: none;
}

.contact-cta .form form .primary-btn {
	border: 0px;
}

.commitment-sec {
	padding: 100px 0;
	background: url('../images/commitment-sec-bg.png') no-repeat center left #EFF9FF;
}

.commitment-sec h2 {
	font-size: 38px;
	text-align: center;
	margin-bottom: 60px;
}

.commitment-sec figure{
	margin-bottom: 20px;
}

.commitment-sec .awards {
	padding: 50px 0 0 0;
}

.commitment-sec .awards img {
	margin-right: 40px;
}
section.clutch-revs {
    padding-top: 90px;
    padding-bottom: 90px;
    background: #f3f9ff;
}

.footer {
	background: #1B1B1B;
	padding: 101px 0 37px 0;
	background-size: cover;
		background-image: url(../images/backg.png);
    background-size: cover;
}

.footer figure {
	margin-bottom: 30px;
}

.footer p {
	font-size: 18px;
	font-weight: 400;
	color: #C0BDE6;
}

.footer a {
	color: #36A2F9;
}

.footer .copy {
	font-size: 15px;
	color: #A29FC8;
}

.footer .copy p {
	font-size: 15px;
}

.footer .copy a {
	color: #A29FC8;
	text-decoration: underline;
}

.footer .col-3 a {
	color: #36A2F9;
	text-decoration: underline;
}

.footer h3 {
	font-size: 18px;
	color: #fff;
	margin-bottom: 28px;
	font-weight: 400;
}

.footer .us-flag {
	position: relative;
	padding-left: 47px;
}

.footer .us-flag:before {
	content: '';
	background: url('../images/us-flag.svg') no-repeat center top;
	width: 31px;
	height: 21px;
	position: absolute;
	left: 0px;
	top: 2px;
}


.footer .call {
	display: inline-block;
	vertical-align: middle;
	margin-right: 0px;
	text-align: left;
	margin-bottom: 20px;
}

.footer .call figure {
	display: inline-block;
	margin: 0px;
	vertical-align: middle;
	margin-right: 10px;
}

.footer .call p {
	 display: inline-block;
	 vertical-align: middle;
	 font-family: 'Barlow', sans-serif;
	 font-weight: 700;
	 color: #fff;
	 font-size: 23px;
	 line-height: 1;
}

.footer .call p a {
	color: #fff;
}


.footer .call p a:hover {
	color: #fff;
}

.footer .call p span{
	font-size: 15px;
	color: #C0BDE6;
	 font-family: 'CircularStd';
	 display: block;
	 margin-bottom: 3px;
}

.footer .social-ft li {
	display: inline-block;
	margin-right: 3px;
}

.footer .social-ft li a {
	    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    border-radius: 50%;
    font-size: 17px;
    background: rgb(255 255 255 / 9%);
}

.footer .social-ft li a:hover {
	background: transparent linear-gradient( 270deg , #1D9EF3 0%, #024EFE 100%) 0% 0% no-repeat padding-box;
    transition: all 0.3s;
}


.footer hr {
	margin: 37px 0;
	border-color: #544E98;
}

.footer h4 {
	font-size: 30px;
	color: #fff;
	margin-bottom: 0px;
}

.footer .primary-btn {
	color: #fff;
}

.footer .ft-lst .col-sm-2 {
	width: 20%;
	text-align: center;
}

.footer .ft-lst .col-sm-2 img {
	max-width: 100%;
	width: auto;
	height: auto;
}

.mbpx-65 {
	margin-bottom: 65px;
}

.banner .rht {
	position: relative;
    left: -100px;
}


.footer .clutch-widget {
	margin-bottom: 27px;
}

.footer .clutch-widget+iframe {
	display: none!important;
}

.overlay {
	background: rgba(0, 0, 0, 0.8);
	position: fixed;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	display: none;
	z-index: 9999;
}

.popup-main {
	position: fixed;
	top: 0px;
	right: 0px;
	left: 0px;
	bottom: 0px;
	margin: auto;
	max-width: 750px;
	display: flex;
	align-items: center;
	padding: 25px;
	z-index: 99999;
	display: none;
}

.popup-main .cont {
	display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.popup-main .form-cont {
	padding: 25px;
	position: relative;
	background-color: #fff;
}

.popup-main .form-cont h2 {
	margin-bottom: 0px;
	text-align: center;
}

.popup-main .form-cont p {
	font-size: 20px;
	font-weight: 500;
	margin-bottom: 28px;
	text-align: center;
}

.popup-main .form-cont a {
	color: #1A96F4;
}

.popup-main .form-cont label {
	font-size: 18px;
	font-weight: 600;
	font-family: 'CircularStd';
	color: #211C5D;
	margin-bottom: 10px;
	display: block;
}

.popup-main .form-cont .fld {
	background: #F5F5F5;
	padding: 14px 30px;
	font-size: 18px;
	color: #211C5D;
	width: 100%;
	border: 0px;
	margin-bottom: 18px;
}

.popup-main .form-cont textarea.fld {
	height: 137px;
	resize: none;
}

.popup-main .form-cont .primary-btn {
	border: 0px;
}

.popup-main .icon-close {
    position: absolute;
    right: 15px;
    top: 20px;
    color: #000;
    cursor: pointer;

}


	.top-bar {
		background: #2d6cfd;
		color: #fff;
		padding: 7px 10px 14px 10px;
		font-size: 16px;
		text-align: center;
		display: none;
		margin-bottom: 0px;
	}

	.top-bar a {
		color: #fff;
	}


	.top-bar img {
		    width: 21px;
		    margin-right: 6px;
		    position: relative;
		    top: 5px;
	}

@media only screen and (max-width: 1023px)  {

	.mbpx-65 {
		margin-bottom: 30px;
	}


		.footer .copy {
			display: block;
			text-align: center;
		}

		.footer .copy .text-right {
			padding-top: 8px;
			text-align: center!important;
		}

	.after-banner {
		top: 0px;
	}

	.header .call {
		display: none;
	}

	.header {
		padding: 0px;
	}
	

	.top-bar {
		display: flex;
		align-items: center;
		justify-content: center;
		position: relative;
		z-index: 1111;
	}

	.header .row {
		display: flex;
		align-items: center;
		justify-content: center;
	}


	.primary-btn {
		padding: 17px 20px 14px 20px;
	}

	br {
		display: none;
	}

	h2 {
		font-size: 35px;
	}

	.header {
		padding: 61px 0 15px 0;
	}

	.header .call {
		margin-right: 10px;
	}

	.header .call p {
		font-size: 20px;
	}

	.header .col-sm-4 {
		padding-bottom: 0;
	}

	.header .text-right {
		text-align: center!important;
	}

	.banner {
		background-size: cover;
		    padding-top: 146px;
    	padding-bottom: 50px;
	}

	.banner h1 {
		font-size: 35px;
	}

	.banner .rht {
		left: 0px;
		max-width: 100%;
		padding-top: 20px;
	}

	.after-banner .col-sm-3 {
		width: 100%;
		padding-bottom: 15px;
	}

	.your-brand figure img {
		display: none;
		float: none;
		max-width: 100%;
		padding-bottom: 15px;
	}

	.your-brand .col-lft {
		padding-left: 15px;
	}

	.port-sec button {
		margin: 10px 20px;
	}

	.port-sec .button-group {
		margin-bottom: 20px;
    white-space: nowrap;
    overflow-x: scroll;
    padding-bottom: 20px;
	}

	.design-process {
		padding: 50px 0;
	}

	.design-process .bx figure {
		margin-bottom: 20px;
	}

	.design-process .bx {
		margin-bottom: 35px;
	}

	.design-process .col-sm-2 {
		width: 100%;
	}

	.design-process .bx figure:after {
		display: none;
	}

	.we-built {
		padding-top: 30px;
	}

	.we-built .row {
		display: block;
	}

	.we-built figure {
		margin-bottom: 15px;
	}

	.we-built .tech-stack li {
	    margin: 0 9px 11px 0;
	}

	.brands-cta {
		padding: 50px 0;
	}

	.brands-cta h2 {
		font-size: 30px;
	}

	.contact-cta {
		padding: 50px 0;
	}

	.commitment-sec {
		padding: 50px 0;
	}

	.contact-cta .bx h3 {
		font-size: 30px;
	}

	.contact-cta .bx {
		margin-bottom: 30px;
	}

	.contact-cta .col-lft.form {
		padding-left: 15px;
	}

	.commitment-sec {
		text-align: center;
	}

	.commitment-sec .awards img {
		margin: 0 9px;
	}

	.commitment-sec .col-frst {
		margin-bottom: 25px;
	}

	.footer {
		padding-top: 50px;
		padding-bottom: 20px;
	}

	.footer hr {
		margin: 22px 0;
	}

	.footer .col-sm-3 {
		padding-bottom: 20px;
	}

	.footer h4 {
		font-size: 20px;
	}

	.footer .primary-btn {
	    color: #fff;
	    padding-left: 10px;
	    padding-right: 10px;
	    text-align: center;
	    line-height: 1.2;
	}

	.your-brand {
		padding: 50px 0 50px 0;
	}

	.port-sec {
		padding: 50px 0 34px 0;
	}

	#DMCA-badge {
		margin-top: 10px;
	}
}


@media only screen and (min-width: 768px) and (max-width: 1023px) {


	.header {
		text-align: left;
	}

	.header .text-right {
		text-align: right!important;
	}

	.after-banner .col-sm-3 {
		width: 50%;
    	padding-bottom: 15px;
	}

	.after-banner .col-sm-2 {
		width: 50%;
    	padding-bottom: 15px;
	}

	.your-brand figure img {
		display: block;
	}

	.your-brand .row {
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.commitment-sec {
		text-align: left;
	}

	.commitment-sec .awards img {
	    margin: 0 6px;
	    max-width: 50%;
	}
}


@media only screen and (min-width: 1024px) and (max-width: 1170px) {
	.banner .rht {
		max-width: 100%;
		position: relative;
		left: 0px;
	}

	.port-sec button {
		margin: 0 10px;
	}
}
/*---dallas css---*/
.header.fixed {
      animation: headerAnimation linear forwards .5s;
}

@keyframes headerAnimation{
  from{
    transform: translateY(-100px);
  }
  to{
    transform: translateY(0);
  }
}
/*.form-box .col-sm-12.text-right input.primary-btn:hover {*/
/*    background: transparent;*/
/*    color: #111111;*/
/*}*/
section.policy h2 {
    font-family: 'Barlow', sans-serif;
}
section.dalls-sec .min-row .col-sm-12 figure img {
    height: 350px;
}
.service-boxs .servc-cntent .cta-bnr {
    margin-top: 26px;
}
.service-boxs {
    border: 1px solid #3C3C3C;
    transition: 0.5s;
    margin: 20px;
}
.service-boxs figure img {
    /*height: 360px;*/
    width: 100%;
    object-fit: cover;
}
.service-boxs figure img {
    /*height: 360px;*/
    width: 100%;
    object-fit: cover;
}
.service-boxs .servc-cntent {
    padding: 40px;
    padding-top: 40px;
}
.image-zoom {
    overflow: hidden;
    position: relative;
}
.service-boxs:hover {
    border: solid 1px #fff;
}
.image-zoom img {
    width: 100%; 
    transition: transform 0.5s ease; 
    transform-origin: center;
}

.service-boxs:hover .image-zoom img {
    transform: scale(1.2); 
}
.service-boxs figure.image-zoom img {
    transform: scale(1.1);
}
.form-box .col-sm-12.text-right .cta-bnr:after{
    content:"";
    height: 100%;
    width: 140px;
    position: absolute;
    z-index:1;
    right: 10px;
    bottom:0;
} 
.form-box .col-sm-12.text-right .cta-bnr:hover:after{
    border-color:#000;
    border:1px solid black;
     right:15;
   bottom:5;
    transition: 0.3s ease;
}

.form-box .col-sm-12.text-right .cta-bnr input.primary-btn:hover{
 z-index:4;
 position:relative;
    top:-10;
    right:10;
    transition: 0.3s ease;
}

.form-box .col-sm-12.text-right .cta-bnr input.primary-btn{
    position:relative;
    top:0;
    right:0;
    transition: 0.3s ease;
    z-index:5;
}

.form-box .col-sm-12.text-right .cta-bnr{
    width: fit-content;
    padding: 0px;
    background-color: red;
    
}

.form-box .col-sm-12.text-right .cta-bnr input.primary-btn:hover:after{
    right:-05;
    bottom:-5;
    z-index:-5;

}

section.dalls-sec .min-row .row2 .cta-bnr a:hover {
    background: #000 !important;
    color: #fff;
}

section.dalls-sec .min-row .row2 .cta-bnr a.primary-btn:after {
    border-color:#000 !important;
}





section.sectionthree .col-sm-6:first-child {
    padding-right: 30px;
}

section.sectionthree .col-sm-6:last-child {
    padding-left: 30px;
}
/*.header a.primary-btn:hover {*/
/*    transform: scale(1.2);*/
/*}*/

.header a.primary-btn {
    transition: 0.4s;
}



.header a.primary-btn:after{
   content:"";
    height:100%;
    width:146px;
    position:absolute;
    z-index:-2;
    right:0;
    bottom:0;
} 


.header a.primary-btn:hover{
 z-index:4;
 position:relative;
    top:-10;
    right:10;
    transition: 0.3s ease;
}

.header a.primary-btn{
    position:relative;
    top:0;
    right:0;
    transition: 0.3s ease;
}

.header .button-outr{
    width: fit-content;
    padding: 0px;
    background-color: red;
    
}

.header a.primary-btn:hover:after{
    right:-05;
    bottom:-5;
    z-index:-5;
       border:1px solid #ffffff;
}



.cta-bnr a.primary-btn:after{
   content:"";
    height:100%;
    width:100%;
    position:absolute;

    z-index:-2;
    right:0;
    bottom:0;
} 


.cta-bnr a.primary-btn:hover{
 z-index:4;
 position:relative;
    top:-10;
    right:10;
    transition: 0.3s ease;
}

.cta-bnr a.primary-btn{
    position:relative;
    top:0;
    right:0;
    transition: 0.3s ease;
}

.cta-bnr{
    width: fit-content;
    padding: 0px;
    background-color: red;
    
}

.cta-bnr a.primary-btn:hover:after{
    right:-05;
    bottom:-5;
    z-index:-5;
       border:1px solid #ffffff;

}

section.sectionfour .row1 video {
    width: 100%;
    margin-right: 20px;
    padding-right: 34px;
}
section.sectionfour .row2 video {
    width: 100%;
    margin-right: 20px;
    padding-right: 34px;
}
section.sectionfour .row1 {
    padding-bottom: 100px;
}
section.sectionsix .whitebx .cta-box:hover h3 img {
    margin-left: 10px;
}

section.sectionsix .whitebx .cta-box h3 img {
    transition: 0.4s;
}

section.sectionsix .whitebx .cta-box:hover {
    background: #DF1D3B;
}

section.sectionsix .whitebx .cta-box {
    transition: 0.5s;
}
.owl-nav button img:hover {
    opacity: 1;
}
/*.row3-bnr .item:hover {*/
/*    transform: scale(1);*/
/*}*/

/*.row3-bnr .item {*/
/*    transition: 0.5s;*/
/*}*/
.owl-nav button img {
    opacity: 0.5;
}
figure.logo img {
    height: 54px;
}
figure.logo{
    margin-bottom: 0px;
}
.container {
    max-width: 1440px !important;
}
.header .menu-nav ul {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom:0px;
}

.header .header .row {
    display: flex;
    align-items: center;
    justify-content: center;
}

.header .menu-nav ul li {
    padding-left: 20px;
    padding-right: 20px;
}

.header .menu-nav ul li a {
    font-family: "Inter", sans-serif;
    font-size: 18px;
    color: #E7E7E7;
    transition: 0.5s;
    text-decoration: none;
}

.header .menu-nav ul li a:hover {
    color: #CF2026;
}
.header .row {
    display: flex;
    align-items: center;
    justify-content: center;
}
.header a.primary-btn {
    background: #fff !important;
    color: #000;
    font-family: 'Inter';
    font-size: 18px;
    line-height: 1.2;
    padding-left: 28px;
    padding-right: 28px;
    padding-top: 14px;
    padding-bottom: 12px;
    font-weight: 600;
    text-decoration: none;
}

.header a.primary-btn img {
    position: relative;
    top: -2px;
    right: 2px;
}
.banner h1 {
    font-size: 120px;
    font-family: 'Helison';
    font-weight: 400;
    text-transform: uppercase;
    line-height: 120px;
    color:#fff;
}

.banner h1 strong {
    color: #CF2026;
    font-weight: 400;
}
.banner ul {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding-left: 0px;
}

.banner ul li {
    font-family: 'Inter';
    font-size: 20px;
    color: #B0B0B0;
    padding-right: 30px;
    position: relative;
    padding-left: 30px;
}

.banner ul li strong {
    color: #fff;
}
.banner ul li:before {
    content: '';
    background: url(https://dallas-designs.com/assets/images/dallas/Frame.svg);
    display: block;
    height: 24px;
    width: 24px;
    position: absolute;
    left: 0px;
    top: 3px;
}
.row2-banr {
    padding-top: 50px;
    display: flex;
    align-items: flex-end;
    flex-wrap: wrap;
}

.row2-banr p:first-child {
    margin-bottom: 20px;
    font-size: 18px;
    color: #F6F6F6;
    font-family: 'Inter';
}
.row2-banr .cta-bnr a.primary-btn {
    background: #fff !important;
    color: #000;
    font-family: 'Inter';
    font-size: 18px;
    line-height: 1.2;
    padding-left: 28px;
    padding-right: 28px;
    padding-top: 14px;
    padding-bottom: 14px;
    font-weight: 600;
    text-decoration: none;
}
.col-md-12 {
    position: relative;
    overflow: hidden;
}
.row2-banr .col-md-12 {
    padding-top: 70px;
}
.row2-banr .col-md-12 img {
    width: 100%;
}
.row3-bnr {
    padding-top: 120px;
}

.row3-bnr h4 {
    color: #F6F6F6;
    font-family: 'Inter';
    font-weight: 400;
    font-size: 18px;
    margin-bottom: 14px;
}

.row3-bnr h2 {
    font-family: 'Helison';
    font-size: 70px;
    text-transform: uppercase;
    font-weight: 400;
    color: #F6F6F6;
    line-height: 70px;
    margin-bottom: 15px;
}

.row3-bnr h2 strong {
    color: #CF2026;
}

.row3-bnr p {
    color: #F6F6F6;
    font-size: 16px;
}
section.sectiontwo {
    padding-top: 140px;
    padding-bottom: 120px;
}

section.sectiontwo h4 {
    margin-bottom: 15px;
    font-family: 'Inter';
    color: #1B1B1B;
    font-size: 18px;
    font-weight: 500;
}

section.sectiontwo h2 {
    font-family: 'Helison';
    font-weight: 400;
    text-transform: uppercase;
    font-size: 70px;
    line-height: 70px;
    color: #111111;
    margin-block: 10px;
}

section.sectiontwo h3 {
    font-family: 'Inter';
    font-size: 24px;
    font-weight: 600;
    color: #1B1B1B;
    margin-bottom: 30px;
}

section.sectiontwo  .col-sm-6 p {
    font-size: 18px;
    color: #000;
    font-family: 'Inter';
    font-weight: 300;
}
.form-box {
    box-shadow: 0px 32px 64px -12px #10182824;
    padding: 50px;
    margin-left: 40px;
    background: #fff;
}

.form-box label {
    width: 100%;
    font-family: 'Inter';
    font-size: 12px;
    font-weight: 400;
    color: #000;
}

.form-box input {
    width: 100%;
    height: 50px;
    border: 0px;
    border-bottom: solid 1px #DADADA;
    font-family: 'Inter';
    font-weight: 400;
    color: #000;
}

.form-box .col-sm-6, .form-box .col-sm-12 {
    margin-bottom: 20px;
}

.form-box input::placeholder {
    font-size: 18px;
    color: #989898;
}

.form-box input:focus {
    border-bottom: solid 1px #000;
    outline: none;
}
.form-box .col-sm-12.text-right {
    margin-top: 40px;
    margin-bottom: 0px;
}

.form-box .col-sm-12.text-right input.primary-btn {
    width: unset;
    padding-top: 14px;
    padding-bottom: 14px;
    background: #111111;
    color: #fff;
    line-height: 1.2;
    border: solid 1px #000000;
}
.form-box p {
    margin-bottom: 50px;
}

.form-box:before {
    content: '';
    background: url(https://dallas-designs.com/assets/images/dallas/Clippathgroup.svg);
    height: 170px;
    width: 170px;
    display: block;
    position: absolute;
    right: -26px;
    top: -78px;
    z-index: -1;
}
.numbrs {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding-top: 40px;
}

.numbrs .numbr {
    padding-right: 50px;
}

.numbrs .numbr h3 {
    font-family: 'Helison';
    font-size: 44px;
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 0px;
    line-height: 40px;
}

.numbrs .numbr h3 strong {
    color: #CF2026;
}
section.sectionthree {
    background: #1B1B1B;
    padding-top: 120px;
    padding-bottom: 80px;
    	background-image: url(../images/backg.png);
    background-size: cover;
}

section.sectionthree h4 {
    color: #F6F6F6;
    font-family: 'Inter';
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 20px;
}

section.sectionthree h2 {
    font-family: 'Helison';
    color: #fff;
    font-size: 70px;
    text-transform: uppercase;
    line-height: 70px;
    margin-bottom: 60px;
    font-weight:400;
}
.portfolio-bx {
    height: 600px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 30px;
    overflow: hidden;
    background-size: 100% 100% !important;
    margin-bottom: 60px;
}

.portfolio-bx .categry-portfolio {
    width: 100%;
    flex: 0 0 100%;
    text-align: right;
}

.portfolio-bx .portfolio-info {
    width: 100%;
    flex: 0 0 100%;
    position: relative;
    bottom: -212px;
    transition: 0.5s;
}

.portfolio-bx .categry-portfolio ul {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    position: relative;
    top: -185px;
    transition: 0.5s;
}

.portfolio-bx .categry-portfolio ul li {
    background: #e1e1e1;
    padding-left: 20px;
    padding-right: 20px;
    margin: 10px;
    padding-top: 12px;
    padding-bottom: 12px;
    border-radius: 30px;
    font-size: 14px;
    color: #000;
    font-family: 'Inter';
}

.portfolio-bx:hover .portfolio-info {
    bottom: -84px;
}

.portfolio-bx .portfolio-info h4 {
    color: #F6F6F6;
    font-family: 'Inter';
    font-size: 18px;
    font-weight: 300;
    margin-bottom: 10px;
    padding-left: 18px;
}

.portfolio-bx .portfolio-info h3 {
    font-family: 'Inter';
    font-size: 26px;
    color: #fff;
    font-weight: 500;
}

.portfolio-bx:hover .categry-portfolio ul {
    top: -95px;
}

.portfolio-bx .portfolio-info h4:before {
    content: '';
    background: #cf2026;
    height: 8px;
    width: 8px;
    display: block;
    border-radius: 30px;
    position: absolute;
    top: 8px;
    left: 0px;
}
section.sectionthree h5 {
    text-align: center;
    margin-top: 60px;
    text-transform: uppercase;
    color: #F6F6F6;
    font-family: 'Helison';
    font-size: 52px;
    font-weight: 400;
}
section.sectionthree .cta-bnr {
    text-align: center;
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
}

section.sectionthree .cta-bnr a {
    background: #fff !important;
    color: #000;
    font-family: 'Inter';
    font-size: 18px;
    line-height: 1.2;
    padding-left: 28px;
    padding-right: 28px;
    padding-top: 14px;
    padding-bottom: 14px;
    font-weight: 600;
    text-decoration: none;
    border: solid 1px #fff;
}
.footer .main-row {
    background: #F6F6F6;
    padding-top: 35px;
    padding-bottom: 35px;
    padding-left: 45px;
    padding-right: 45px;
}

.footer .main-row .row1 p img {
    position: relative;
    top: -2px;
}

.footer .main-row .row1 .logo-f {
    text-align: center;
}

.footer .main-row .row1  .col-sm-4:last-child p {
    text-align: right;
}

.footer .main-row .row1 p {
    font-family: 'Inter';
    font-weight: 400;
    font-size: 18px;
    color: #121212;
}

.footer .main-row .row2 {
    padding-top: 200px;
    text-align: center;
}

.footer .main-row .row2 p {
    font-family: 'Inter';
    font-weight: 400;
    font-size: 18px;
    color: #121212;
}

.footer .main-row .row2 h2 {
    font-family: 'Helison';
    font-weight: 400;
    text-transform: uppercase;
    font-size: 70px;
    line-height: 70px;
    color: #111111;
    margin-bottom: 10px;
    margin-top: 25px;
}

.footer .main-row .row2 h2 strong {
    color: #CF2026;
}

.footer .main-row .row2 ul.cntctinfo {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    padding-top: 14px;
}

.footer .main-row .row2 ul.cntctinfo li {
    padding-left: 20px;
    padding-right: 20px;
}

.footer .main-row .row2 ul.cntctinfo li a {
   /* styleName: Title/T3;*/
    font-family: Inter;
    font-size: 28px;
    font-weight: 400;
    text-decoration: underline;
    color: #1B1B1B;
}

.footer .main-row .row3 ul {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.footer .main-row .row3 {
    padding-top: 130px;
}

.footer .main-row .row3 ul li {
    padding-left: 12px;
    padding-right: 12px;
}

.footer .main-row .row3 ul li a {
    font-family: Inter;
    font-size: 24px;
    font-weight: 400;
    color: #1B1B1B;
    text-decoration: underline;
}
.footer .copyrit {
    padding-top: 50px;
    padding-bottom: 30px;
}

.footer .copyrit p {
    font-family: 'Inter';
    font-weight: 400;
    font-size: 18px;
    color: #989898;
}

.footer .copyrit p a {
    color: #989898;
    text-decoration: underline;
}

.footer .copyrit .col-sm-4:first-child p img {
    position: relative;
    top: -3px;
    margin-left: 6px;
    margin-right: 7px;
}

.footer .copyrit .col-sm-4:nth-child(2) p img {
    position: relative;
    top: -2px;
}

.footer .copyrit .col-sm-4:nth-child(2) p {
    text-align: center;
    color: #121212;
}
section.dalls-sec .min-row {
    background: url(https://dallas-designs.com/assets/images/dallas/Maskgroup.png) !important;
    background-size: 100% 100% !important;
    height: 950px;
    padding-top: 60px;
    padding-bottom: 60px;
    padding-left: 45px;
    padding-right: 45px;
}
section.dalls-sec .min-row .row1 .col-sm-12 figure {
    padding-bottom: 60px;
    padding-top: 20px;
}
section.dalls-sec {
    background: #1c1c1c;
    	background-image: url(../images/backg.png);
    background-size: cover;
}
section.dalls-sec .min-row h4 {
    font-family: 'Inter';
    font-weight: 400;
    font-size: 18px;
    color: #121212;
    margin-bottom: 10px;
}

section.dalls-sec .min-row h2 {
    font-family: 'Helison';
    font-weight: 400;
    text-transform: uppercase;
    font-size: 58px;
    line-height: 60px;
    color: #111111;
    margin-bottom: 10px;
    margin-top: 25px;
}

section.dalls-sec .min-row .row1 p {
    font-family: 'Inter';
    font-weight: 300;
    font-size: 24px;
    color: #121212;
    margin-bottom: 10px;
    line-height: 32px;
}

section.dalls-sec .min-row figure {
    text-align: center;
}

section.dalls-sec .min-row .col-sm-3 figure {
    text-align: right;
}
section.dalls-sec .min-row .row2 h3 {
    font-family: Inter;
    font-size: 24px;
    font-weight: 600;
    color: #000000;
    margin-bottom: 10px;
}
section.dalls-sec .min-row .row2 p {
    font-family: Inter;
    font-size: 17px;
    font-weight: 300;
    line-height: 26px;
    color: #000000;
}
section.dalls-sec .min-row .row2 .cta-bnr a {
    background: #111111 !important;
    color: #fff;
    font-family: 'Inter';
    font-size: 18px;
    line-height: 1.2;
    padding-left: 28px;
    padding-right: 28px;
    padding-top: 14px;
    padding-bottom: 14px;
    font-weight: 600;
    text-decoration: none;
    border: solid 1px #000;
}

section.dalls-sec .min-row .row2 .cta-bnr {
    margin-top: 20px;
}
section.sectionfive {
    background: #1c1c1c;
    padding-top: 100px;
    padding-bottom: 100px;
    	background-image: url(../images/backg.png);
    background-size: cover;
}

section.sectionfive h4 {
    font-family: Inter;
    font-size: 18px;
    font-weight: 500;
    line-height: 21.78px;
    text-align: center;
    color: #F6F6F6;
    margin-bottom: 30px;
}

section.sectionfive h2 {
    font-family: Helison;
    font-size: 70px;
    font-weight: 400;
    line-height: 72px;
    text-align: center;
    text-transform: uppercase;
    color: #F6F6F6;
}

section.sectionfive .diagrm-row {
    background: url(https://dallas-designs.com/assets/images/dallas/Group1000002084.png);
    margin-top: 70px;
    height: 600px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}

section.sectionfive .diagrm-row ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

section.sectionfive .diagrm-row ul li {
    width: 50%;
    flex: 0 0 50%;
    color: #fff;
}

section.sectionfive .diagrm-row ul li:nth-child(1) {
    position: absolute;
    left: 150px;
    top: 20%;
}

section.sectionfive .diagrm-row ul li span {
    position: relative;
    left: -35px;
    border: solid 1px #3A3A3A;
    padding: 15px;
    background: #292929;
    padding-left: 44px;
    font-family: 'Inter';
}

p{
       font-family: 'Inter'; 
}

section.sectionfive .diagrm-row ul li span:before {
    content: '';
    background: url(https://dallas-designs.com/assets/images/dallas/Frame.svg);
    display: block;
    height: 24px;
    width: 24px;
    position: absolute;
    left: 10px;
    top: 14px;
}

section.sectionfive .diagrm-row ul li:nth-child(2) {
    position: absolute;
    left: 120px;
    top: 32%;
}

section.sectionfive .diagrm-row ul li:nth-child(3) {
    position: absolute;
    left: 70px;
    top: 44%;
}

section.sectionfive .diagrm-row ul li:nth-child(4) {
    position: absolute;
    left: 110px;
    top: 56%;
}

section.sectionfive .diagrm-row ul li:nth-child(5) {
    position: absolute;
    left: 80px;
    top: 68%;
}
section.sectionfive .diagrm-row ul li:nth-child(6) {
    position: absolute;
    right: 50px;
    top: 20%;
    text-align: right;
}

section.sectionfive .diagrm-row ul li:nth-child(7) {
    position: absolute;
    right: 0px;
    top: 32%;
    text-align: right;
}

section.sectionfive .diagrm-row ul li:nth-child(8) {
    position: absolute;
    right: 10px;
    top: 44%;
    text-align: right;
}

section.sectionfive .diagrm-row ul li:nth-child(9) {
    position: absolute;
    right: 12px;
    top: 56%;
    text-align: right;
}

section.sectionfive .diagrm-row ul li:nth-child(10) {
    position: absolute;
    right: 50px;
    top: 68%;
    text-align: right;
}

section.sectionsix {
    padding-top: 100px;
    padding-bottom: 100px;
    background: #1B1B1B;
    	background-image: url(../images/backg.png);
    background-size: cover;
}

section.sectionsix h4 {
    margin-bottom: 15px;
    font-family: Inter;
    font-size: 18px;
    font-weight: 500;
    line-height: 21.78px;
    color: #121212;
}

section.sectionsix h2 {
    font-family: Helison;
    font-size: 52px;
    font-weight: 400;
    line-height: 52px;
    color: #151515;
    text-transform: uppercase;
    margin-bottom: 10px;
}

section.sectionsix .whitebx p {
    font-family: Inter;
    font-size: 16px;
    font-weight: 300;
    line-height: 26px;
    color: #131313;
}

section.sectionsix .whitebx {
    background: #F6F6F6;
    padding: 55px;
}

section.sectionsix .whitebx .cta-box {
    margin-top: 94px;
    padding: 40px;
    background: #121212;
}

section.sectionsix .whitebx .cta-box h3 {
    font-family: Helison;
    font-size: 36px;
    font-weight: 400;
    line-height: 41.47px;
    text-transform: uppercase;
    color: #F6F6F6;
    margin-bottom: 12px;
}

section.sectionsix .whitebx .cta-box h3 img {
    position: relative;
    top: -3px;
}

section.sectionsix .whitebx .cta-box p {
    font-family: Inter;
    font-size: 20px;
    font-weight: 300;
    line-height: 30px;
    color: #F6F6F6;
}

section.sectionsix .whitebx:before {
    content: '';
    background: url(https://dallas-designs.com/assets/images/dallas/Clippathgroup.png);
    height: 190px;
    width: 210px;
    display: block;
    position: absolute;
    right: 12px;
    top: 0px;
}

section.sectionsix .whitebx {
    overflow: hidden;
}
section.sectionsix .pckagebx {
    border: solid 1px #3C3C3C;
    padding: 45px;
}
section.sectionsix .pckagebx .nav-tabs li img {
    position: relative;
    top: -3px;
}
.row2-banr p:first-child img {
    position: relative;
    top: -2px;
}
section.sectionsix .pckagebx .nav-tabs {
    background: #292929;
    width: fit-content;
    border-radius: 30px;
    border-bottom: 0px;
    padding-top: 2px;
    padding-bottom: 2px;
}

section.sectionsix .pckagebx .nav-tabs li button {
    border-radius: 30px;
    font-family: 'Inter';
    font-size: 14px;
    color: #B1B1B1;
}

section.sectionsix .pckagebx .nav-tabs li button:hover {
    border: solid 1px #2a2a2a;
}

section.sectionsix .pckagebx .nav-tabs li button.nav-link.active {
    color: #1B1B1B;
    border: solid 1px #ffffff;
}
section.sectionsix .pckagebx div#myTabContent {
    padding-top: 40px;
}

section.sectionsix .pckagebx div#myTabContent h3 {
    font-family: Helison;
    font-size: 52px;
    font-weight: 400;
    line-height: 62px;
    color: #F6F6F6;
    text-transform: uppercase;
}

section.sectionsix .pckagebx div#myTabContent  p {
    font-family: Inter;
    font-size: 16px;
    font-weight: 300;
    line-height: 26px;
    color: #F6F6F6;
}

section.sectionsix .pckagebx div#myTabContent h4 {
    font-family: Helison;
    font-size: 52px;
    font-weight: 400;
    line-height: 62px;
    color: #DF1D3B;
    margin-top: 0px;
    margin-bottom: 10px;
}

section.sectionsix .pckagebx div#myTabContent h4 strong {
    color: #F6F6F6;
    font-family: 'Inter';
    font-size: 18px;
    margin-left: 10px;
    font-weight: 400;
}

section.sectionsix .pckagebx div#myTabContent h5 {
    font-family: Inter;
    font-size: 20px;
    font-weight: 700;
    line-height: 26px;
    color: #FFFFFF;
}

section.sectionsix .pckagebx div#myTabContent ul {
    padding-left: 0px;
    padding-top: 12px;
    margin-bottom:0px;
}

section.sectionsix .pckagebx div#myTabContent ul li {
    font-family: Inter;
    font-size: 16px;
    font-weight: 300;
    line-height: 26px;
    color: #F6F6F6;
    padding-left: 35px;
    padding-bottom: 6px;
    position: relative;
}

section.sectionsix .pckagebx div#myTabContent ul li:before {
    content: '';
    background: url(https://dallas-designs.com/assets/images/dallas/Frame.svg);
    display: block;
    height: 20px;
    width: 21px;
    position: absolute;
    left: 0px;
    top: 1px;
}
section.sectionsix .pckagebx div#myTabContent a.primary-btn {
    width: 100%;
    text-align: center;
    padding-top: 12px;
    padding-bottom: 12px;
    font-family: Inter;
    font-size: 18px;
    font-weight: 600;
    line-height: 26px;
    text-decoration: none;
    background: #fff;
    color: #000000;
    border: solid 1px #fff;
}

section.sectionsix .pckagebx div#myTabContent .cta-bnr {
    width: 100%;
    margin-bottom: 30px;
}
section.sectionseven {
    padding-top: 70px;
    padding-bottom: 40px;
    background: #1c1c1c;
    	background-image: url(../images/backg.png);
    background-size: cover;
}

section.sectionseven h4 {
    text-align: center;
    font-family: Inter;
    font-size: 18px;
    font-weight: 500;
    line-height: 21.78px;
    color: #F6F6F6;
    margin-bottom: 20px;
}

section.sectionseven p {
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    font-family: Inter;
    color: #F6F6F6;
}

section.sectionseven p img {
    position: relative;
    top: -3px;
}

section.sectionseven .testimonials {
    padding-top: 40px;
}

section.sectionseven .testimonials .item h3 {
    text-align: center;
    font-family: Inter;
    font-size: 20px;
    font-weight: 500;
    line-height: 24.2px;
    color: #F6F6F6;
    margin-bottom: 13px;
    margin-top: 34px;
}

section.sectionseven .testimonials .item p:first-child {
    font-family: Inter;
    font-size: 44px;
    font-weight: 400;
    line-height: 53.25px;
    text-align: center;
    width: 63%;
    margin-left: auto;
    margin-right: auto;
    color: #F6F6F6;
}

section.sectionseven .testimonials .item p:last-child {
    font-family: Inter;
    font-size: 18px;
    font-weight: 400;
    line-height: 21.78px;
    color: #888888;
}

section.sectionseven .testimonials .item p:last-child strong {
    color: #CF2026;
}

section.sectionseven .owl-nav {
    text-align: center;
    margin-top: 30px;
}

section.sectionseven .owl-nav button {
    margin-left: 10px;
    margin-right: 10px;
}
section.sectionfour {
    background: #1c1c1c;
    /*padding-top: 100px;*/
    padding-bottom: 20px;
    	background-image: url(../images/backg.png);
    background-size: cover;
}
img.sep {
    margin-bottom: 100px;
}
section.sectionfour .col-sm-12 h4 {
    font-family: Inter;
    font-size: 18px;
    font-weight: 400;
    line-height: 21.78px;
    text-align: center;
    color: #F6F6F6;
}

section.sectionfour .col-sm-12 h3 {
    font-family: Inter;
    font-size: 36px;
    font-weight: 500;
    line-height: 43.57px;
    text-align: center;
    color: #FFFFFF;
    margin-bottom: 34px;
}

section.sectionfour .row h2 {
    font-family: Helison;
    font-size: 50px;
    font-weight: 400;
    line-height: 46px;
    text-align: left;
    text-transform: uppercase;
    color: #F6F6F6;
    margin-bottom: 0px;
}

section.sectionfour .row p {
    font-family: Inter;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    text-align: left;
    color: #F6F6F6;
}

section.sectionfour .row ul {
    padding-left: 0px;
    list-style: none;
    margin: 0px;
    padding-top: 20px;
    padding-bottom: 0px;
}

section.sectionfour .row ul li {
    font-family: Inter;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    text-align: left;
    color: #F6F6F6;
    position: relative;
    padding-left: 30px;
    /*padding-bottom: 10px;*/
}

section.sectionfour .cta-bnr {
    margin-top: 45px;
}

section.sectionfour .cta-bnr a {
    background: #fff !important;
    color: #000;
    font-family: 'Inter';
    font-size: 18px;
    line-height: 1.2;
    padding-left: 28px;
    padding-right: 28px;
    padding-top: 14px;
    padding-bottom: 14px;
    font-weight: 600;
    text-decoration: none;

}
.row1service .servc-cntent {
    width: 55%;
        background: #1F1F1F;
}
.row1service figure.image-zoom {
    width: 45%;
        margin-bottom: 0px;
}
.proj-foot {
    display: flex;
    gap: 50px;
    align-items: center;
    margin-top: 20px;
}
.proj-price {
    margin-top: 20px;
}
.proj-price p {
    margin-bottom: 0px;
}
.proj-price h4 {
    font-family: Helison !important;
    font-size: 52px !important;
    font-weight: 400 !important;
    line-height: 62px !important;
    color: #DF1D3B !important;
}
.row1service .servc-cntent ul {
    column-count: 2;
    width: 80%;
}
.owl-item.active.first-active .item {
    transform: initial;
    transition: 0.2s ease;
}
section.sectionfour .row ul li {
    background: #2E2C2C !important;
    margin-bottom: 20px;
    /*width: 210px;*/
    /*min-width: fit-content;*/
    border-radius: 70px;
    padding: 10px 0px 10px 40px;
}
section.sectionfour .row ul li:before {
    content: '';
    background: url(https://dallas-designs.com/assets/images/check.svg);
height: 100%;
    width: 100%;
    display: block;
    border-radius: 30px;
    position: absolute;
    left: 10px;
    background-repeat: no-repeat;
}
.awards .item {
    padding: 20px;
    background: #F6F6F6;
    box-shadow: 0px 32px 64px -12px #10182824;
    padding-top: 50px;
    padding-bottom: 50px;
}

.awards .item h3 {
    font-size: 16px;
    font-weight: 600;
    line-height: 20.31px;
    text-align: center;
    font-family: 'Inter';
}

.awards .item p {
    margin-bottom: 0px;
    font-family: Inter;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    text-align: center;
    color: #000000;
}
.row3-bnr .owl-nav {
    display: block !important;
    position: absolute;
    left: -74.5%;
    bottom: -24%;
}

.row3-bnr .owl-nav button {
    margin-right: 20px;
}
/*.row3-bnr .custom .item {*/
/*    transform: scale(1);*/
/*}*/

/*.row3-bnr .item {*/
/*    transform: scale(0.9);*/
/*}*/

/*.cntct-info {*/
/*    display: none;*/
/*}*/
.scale-image {

    transition: transform 1s ease-in-out;
    animation: scaleImage 1s infinite alternate;
}

@keyframes scaleImage {
    0% {
        transform: scale(1); /* Initial scale */
    }
    100% {
        transform: scale(1.2); /* Scaled state */
    }
}
@media screen and (max-width: 1440px){
section.sectionfive .diagrm-row {
    height: 700px;
    background-size: 100% 100%;
    width: 86%;
    margin-left: auto;
    margin-right: auto;
}

.form-box:before {
    right: -52px;
}
}

@media screen and (max-width: 1024px){
.menu-nav {
    display: none;
}
.header .col-sm-2.col-xs-6:last-child {
    display: none !important;
}
section.dalls-sec .min-row .col-sm-12 figure img {
    height: 288px;
}
.header .row .col-xs-6:first-child {
    width: 40%;
    flex: 0 0 40%;
}

.header .row .col-sm-8 {
    width: 100%;
    /*flex: 0 0 60%;*/
    text-align: center;
}

.header .row .col-sm-8 .cntct-info ul li {
    padding-top: 10px;
}

.header {
    padding-top: 20px;
}

.header .row .col-sm-8 .cntct-info ul li a {
    color: #fff;
    text-decoration: none;
    font-size: 14px;
}

.banner h1 {
    font-size: 65px;
    line-height: 68px;
}

.banner ul li {
    font-size: 18px;
}

.row2-banr .col-sm-8 {
    margin-bottom: 30px;
}

.banner ul li {
    width: 100%;
    flex: 0 0 100%;
    margin-bottom: 10px;
}

.banner ul {
    flex-wrap: wrap;
    margin-bottom: 0px;
}

/*.video-background {*/
/*    height: 400px;*/
/*}*/

.row3-bnr h2 {
    font-size: 50px;
    line-height: 50px;
}

section.sectiontwo h2 {
    font-size: 50px;
    line-height: 50px;
}

.numbrs .numbr h3 {
    font-size: 40px;
}

section.sectiontwo .col-sm-6 p {
    font-size: 16px;
}

.form-box {
    margin-left: 0px;
    padding-left: 24px;
    padding-right: 24px;
}

.form-box:before {
    display: none;
}

.banner {
    padding-top: 200px;
}

section.sectionthree h2 {
    font-size: 50px;
    line-height: 50px;
}

.portfolio-bx {
    height: 400px;
    object-fit: cover;
}

.portfolio-bx:hover .portfolio-info {
    bottom: -40px;
}

.portfolio-bx:hover .categry-portfolio ul {
    top: -40px;
}

section.sectionthree h5 {
    font-size: 50px;
}

section.dalls-sec .min-row h2 {
    font-size: 50px;
    line-height: 50px;
}

section.dalls-sec .min-row .row1 p {
    font-size: 16px;
    line-height: 20px;
}

section.dalls-sec .min-row {
    padding-top: 50px;
    padding-bottom: 50px;
    height: unset;
}

section.dalls-sec .min-row .col-sm-3 {
    display: none;
}

section.dalls-sec .min-row .row1 .col-sm-12 figure {
    padding-bottom: 10px;
}

section.dalls-sec .min-row .row2 h3 {
    font-size: 20px;
}

section.sectionfour .col-sm-12 h3 {
    margin-bottom: 20px;
}

section.sectionfour {
    padding-top: 70px;
}

section.sectionsix .pckagebx .nav-tabs {
    width: 60.5%;
}

.footer .main-row .row1 .col-sm-4:last-child p {
    text-align: center;
    margin-top: 15px;
}

.footer .main-row .row1 p {
    text-align: center;
}

.footer .main-row .row2 {
    padding-top: 100px;
}

.footer .main-row .row2 h2 {
    font-size: 50px;
    line-height: 52px;
}

.footer .main-row .row2 ul.cntctinfo {
    padding-left: 0px;
}

.footer .main-row .row3 ul {
    padding-left: 0px;
}

.footer .main-row .row3 {
    padding-top: 100px;
}

.footer .copyrit p {
    text-align: center;
}

.footer .copyrit p {
    text-align: center !important;
}

.footer .main-row .row2 ul.cntctinfo li a {
    font-size: 18px;
}

.footer .copyrit {
    padding-bottom: 0px;
}

.footer .copyrit {
    padding-bottom: 0px;
}

section.sectionseven .testimonials .item p:first-child {
    width: 100%;
    font-size: 30px;
    line-height: 40px;
}

section.sectionseven .testimonials .item p:last-child {
    font-size: 15px;
}
.cntct-info {
    display: block;
}
section.sectionsix .whitebx {
    margin-bottom: 40px;
    padding: 40px;
}

section.sectionsix .whitebx .cta-box h3 {
    font-size: 28px;
    margin-bottom: 4px;
}

section.sectionsix .whitebx:before {
    height: 158px;
    width: 150px;
    right: 12px;
}

section.sectionsix h2 {
    font-size: 50px;
    line-height: 50px;
}

section.sectionfive h2 {
    font-size: 50px;
    line-height: 50px;
}
section.sectionfive .diagrm-row ul li span {
    left: 0px;
    right: 0px;
    top: 0px;
    font-size: 14px;
}

section.sectionfive .diagrm-row ul {
    position: relative;
    top: 116%;
}

section.sectionfive {
    padding-bottom: 100px;
}

section.sectionfive .diagrm-row ul li {
    left: 0px !important;
    top: 0px !important;
    position: relative !important;
    width: auto;
    flex: 0 0 auto;
    margin-left: 10px;
    margin-right: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
}

section.sectionfive .diagrm-row {
    height: 258px;
    width: 96%;
    background-size: cover;
    margin-left: 10px;
}
section.sectionfive .diagrm-row ul {
    flex-wrap: nowrap;
    overflow-y: scroll;
    margin-top: 40px;
    padding-left: 0px;
}
section.sectionfour .row h2 {
    font-size: 35px;
    line-height: 45px;
}

/*section.sectionfour .row {*/
/*    padding-left: 20px;*/
/*    padding-right: 20px;*/
/*}*/

section.sectiontwo {
    padding-top: 70px;
    padding-bottom: 70px;
}

.row2-banr .col-sm-8 img {
    max-width: 100%;
}

.header.fixed {
    padding-bottom: 10px;
}

section.dalls-sec .min-row {
    padding-left: 26px;
    padding-right: 26px;
}
.awards .item p {
    font-size: 13px;
}

.row3-bnr .item {
    padding-top: 24px;
    padding-bottom: 24px;
}
}
@media screen and (max-width: 430px){
.service-boxs {
    margin: 0px;
    margin-top: 20px;
}
section.sectiontwo .col-sm-6 p {
    font-size: 14px;
}

section.sectionthree h5 {
    font-size: 40px;
}

section.dalls-sec .min-row h2 {
    font-size: 40px;
    line-height: 40px;
    margin-top: 12px;
}

section.sectionfour .col-sm-12 h3 {
    font-size: 25px;
    line-height: 30px;
    margin-bottom: 50px;
}

section.sectionfive .diagrm-row {
    background-size: 100% 100%;
}

section.sectionsix .pckagebx .nav-tabs {
    width: 67.5%;
}

section.sectionseven .owl-nav {
    display: block !important;
}


.footer .main-row {
    padding-left: 20px;
    padding-right: 20px;
}
.portfolio-bx .categry-portfolio ul li {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 13px;
}
.portfolio-bx .portfolio-info h3 {
    font-size: 20px;
}

.portfolio-bx:hover .portfolio-info {
    bottom: -24px;
}

}
@media screen and (max-width: 460px){
.portfolio-bx:hover .categry-portfolio ul {
    top: -45px !important;
}
.footer .main-row .row2 {
    padding-top: 36px;
    padding-left: 15px;
    padding-right: 15px;
}
.cntct-info ul {
    display: block !important;
}
.cntct-info ul li {
    width: unset !important;
    flex: unset !important;
}
section.sectiontwo h3 {
    font-size: 18px;
}
section.dalls-sec .min-row {
    height: unset !important;
}
.banner h1 {
    font-size: 43px !important;
    line-height: 47px !important;
}
.portfolio-bx {
    height: 346px;
    object-fit: cover;
}
section.sectionthree .col-sm-6:first-child {
    padding-left: 15px;
    padding-right: 15px;
}

section.sectionthree .col-sm-6:last-child {
    padding-left: 15px;
    padding-right: 15px;
}
section.dalls-sec .min-row {
    padding-left: 15px;
    padding-right: 15px;
}

.service-boxs figure img {
    height: 290px;
}

section.sectionsix .whitebx {
    padding-right: 15px;
    padding-left: 15px;
}

section.sectionsix .whitebx:before {
    height: 57px;
    width: 58px;
    right: 12px;
    background-size: contain;
}
section.sectionsix .whitebx .cta-box {
    padding: 20px;
}
}
@media screen and (max-width: 414px){
.awards .item p {
    line-height: 18px;
}

section.sectiontwo h3 {
    font-size: 20px;
}

section.sectiontwo .col-sm-6 p {
    font-size: 12px;
}

section.sectionthree {
    padding-top: 70px;
}

section.sectionthree h5 {
    font-size: 40px;
}

section.dalls-sec .min-row h2 {
    font-size: 40px;
    line-height: 45px;
    margin-top: 10px;
}

section.sectionfour .col-sm-12 h3 {
    font-size: 28px;
    line-height: 35px;
    margin-bottom: 50px;
}

section.sectionsix {
    padding-bottom: 30px;
}

section.sectionseven .testimonials .item p:first-child {
    font-size: 25px;
}

section.sectionseven .owl-nav {
    display: block !important;
}
.cntct-info ul {
    padding-left: 10px;
}
.portfolio-bx .categry-portfolio ul li {
    padding: 12px;
}
section.sectionfive .diagrm-row {
    height: 220px;
    width: 96%;
    background-size: contain;
    margin-left: 10px;
}
section.sectionsix .pckagebx .nav-tabs {
    width: 75.5%;
}
}
@media screen and (max-width: 1210px){
.portfolio-bx {
    height: 470px;
    background-size: cover !important;
}

.portfolio-bx:hover .portfolio-info {
    bottom: -52px;
}

.portfolio-bx .portfolio-info h3 {
    font-size: 22px;
}

.portfolio-bx:hover .categry-portfolio ul {
    top: -75px;
}
section.sectionfive .diagrm-row ul li:nth-child(1) {
    left: -1%;
}

section.sectionfive .diagrm-row ul li:nth-child(2) {
    left: -1%;
}

section.sectionfive .diagrm-row ul li:nth-child(3) {
    left: -1%;
}

section.sectionfive .diagrm-row ul li:nth-child(4) {
    left: -1%;
}

section.sectionfive .diagrm-row ul li:nth-child(5) {
    left: -1%;
}

section.sectionfive .diagrm-row ul li:nth-child(6) {
    right: -1%;
}

section.sectionfive .diagrm-row ul li:nth-child(7) {
    right: -1%;
}

section.sectionfive .diagrm-row ul li:nth-child(8) {
    right: -1%;
}

section.sectionfive .diagrm-row ul li:nth-child(9) {
    right: -1%;
}

section.sectionfive .diagrm-row ul li:nth-child(10) {
    right: -1%;
}
.form-box:before {
    right: 0px;
    height: 65px;
    width: 65px;
    background-size: cover;
    top: -33px;
}

.banner h1 {
    font-size: 84px;
    line-height: 90px;
}

.container {
    padding-left: 30px !important;
    padding-right: 30px !important;
}

.row3-bnr h2 {
    font-size: 56px;
    line-height: 60px;
}

.banner {
    padding-bottom: 90px;
}

.row3-bnr .owl-nav {
    bottom: -88px;
}

section.sectiontwo {
    padding-top: 90px;
    padding-bottom: 90px;
}

section.sectiontwo h2 {
    font-size: 58px;
    line-height: 60px;
}

section.sectionthree {
    padding-bottom: 90px;
    padding-top: 90px;
}

.portfolio-bx .portfolio-info {
    bottom: -226px;
}

section.dalls-sec .min-row .row1 p {
    font-size: 20px;
}

section.dalls-sec .min-row .row2 h3 {
    font-size: 20px;
}

section.sectionfour .row h2 {
    font-size: 40px;
}

section.sectionfive .diagrm-row {
    height: 540px;
    width: 84%;
}

section.sectionfive .diagrm-row ul li span {
    left: 0px;
}

section.sectionsix .pckagebx .nav-tabs {
    width: 44.5%;
}

section.sectionsix h2 {
    font-size: 48px;
    line-height: 52px;
}

section.sectionsix .whitebx .cta-box {
    margin-top: 70px;
}

section.sectionsix .whitebx:before {
    height: 136px;
    width: 160px;
    background-size: cover;
}
}
@media screen and (max-width: 834px){
.portfolio-bx:hover .categry-portfolio ul {
    top: -42px;
}
.numbrs .numbr {
     padding-right: 0px; 
}
html {
    overflow: auto;
}
img.sep {
   display: none;
}
video {
    height: 100%;
    width: 100%;
}
p.address {
    font-size: 18px !important;
}
section.sectionsix .pckagebx .nav-tabs {
        display: flex;
        gap: 0px !important;
        width: 100%;
        margin: auto;
        align-items: center;
        flex-direction: column;
}
section.sectionsix .pckagebx .nav-tabs li button {
    width: 100%;
}
.popup-content {
    padding: 20px !important;
    width: 100% !important;
    height: 600px !important;
}
section.sectionsix .pckagebx .nav-tabs li.nav-item {
    width: 100%;
}
.proj-foot {

     gap: 0px; 
}
    section.dalls-sec .min-row .col-sm-12 figure img {
        height: auto;
    }
.header .row {
    flex-direction: column;
}
.portfolio-bx .categry-portfolio ul li {
    padding-left: 10px;
    padding-right: 10px;
}
.row1service .service-boxs {
    display: flex;
    flex-direction: column !important;
}
.row1service .servc-cntent ul {
    column-count: 1;
    width: 100%;
}
.proj-foot {
    flex-direction: column;
}
.row1service .servc-cntent {
     width: 100%; 
}
.row1service figure.image-zoom {
     width: 100%; 
}
.cntct-info ul {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: wrap;
}

.cntct-info ul li {
    width: 45%;
    flex: 0 0 45%;
}
.banner h1 {
    font-size: 65px;
    line-height: 70px;
}

.row2-banr {
    flex-direction: row-reverse;
}

.row2-banr .col-sm-8 {
    width: 100%;
    flex: 0 0 100%;
}

.row2-banr .col-sm-4 {
    width: 100%;
    flex: 0 0 100%;
}

.row3-bnr .col-sm-5 {
    width: 100%;
}

.row3-bnr .col-sm-7 {
    width: 100%;
}

section.sectiontwo .col-sm-6 {
    width: 100%;
}

.portfolio-bx {
    height: 340px;
}

.service-boxs figure img {
    height: 270px;
}

section.sectionfour .row h2 {
    font-size: 25px;
}

.service-boxs {
    margin-left: 0px;
    margin-right: 0px;
}

section.sectionfive .diagrm-row {
    background: unset;
    height: unset;
    margin-top: 0px;
    width: 100%;
}

section.sectionfive .diagrm-row ul {
    top: 0px;
    width: 100%;
}

section.sectionfive {
    padding-bottom: 40px;
}

/*section.sectionsix .pckagebx .nav-tabs {*/
/*    width: 73.5%;*/
/*}*/

section.sectionsix h2 {
    font-size: 30px;
    line-height: 36px;
}

section.sectionsix .whitebx:before {
    height: 100px;
    width: 100px;
}

section.sectionsix .whitebx .cta-box h3 {
    font-size: 20px;
}

section.sectionsix .whitebx .cta-box p {
    font-size: 16px;
    line-height: 23px;
}

section.sectionsix .whitebx p {
    font-size: 15px;
}

section.sectionsix .pckagebx div#myTabContent h3 {
    font-size: 33px;
    line-height: 27px;
}

.footer .main-row {
    padding-left: 0px;
    padding-right: 0px;
}

.footer .main-row .row1 p {
    font-size: 12px;
    margin-bottom: 0px;
}

.footer .main-row .row1 .logo-f img {
    height: 54px;
}

.footer .main-row .row1 .col-sm-4:last-child p {
    margin-top: 0px;
}

.footer .main-row .row2 h2 {
    font-size: 40px;
}
.footer .main-row .row3 {
    padding-top: 20px;
}

.footer .main-row {
    padding-bottom: 58px;
}

.footer .copyrit p {
    font-size: 13px;
}

.footer .copyrit .col-sm-4:nth-child(2) p img {
    height: 20px;
}
section.dalls-sec .min-row {
    height: 900px;
}

section.dalls-sec .min-row .row2 p {
    font-size: 14px;
    line-height: 27px;
}

section.dalls-sec .min-row .row1 p {
    line-height: 25px;
}
}
.awards .owl-item .item{
    transform: scale(0.90);
}

.owl-item.prev_to_mid .item{
transform: scale(1) !important; 
position:relative;
    left:30;
        transition: 0.5s;

}
/*.scaleit{*/
/*   transform: scale(1) !important;  */
/*}*/



.middle_beside .item{
    transform: scale(0.75) !important;
    position:relative;
    left:30;
}

.middle .item{
    transform: scale(0.75) !important;
}
.inner-header {
    position: relative;
    background: #1a1a1af7;
}

section.policy {
    padding-top: 80px;
    padding-bottom: 80px;
}

section.policy  p a {
    color: #cf2026;
    text-decoration: underline;
}
section.policy ul {
    list-style: auto;
}
section.thankyou {
    text-align: center;
    background-image: url(../images/backg.png) !important;
    background-size: cover !important;
    background: #1B1B1B;
    height: 100vh;
}
section.thankyou h2 {
    font-size: 78px;
    font-family: 'Helison';
    font-weight: 400;
    text-transform: uppercase;
    line-height: 86px;
    color: #fff;
}
section.thankyou .row {
    align-items: center;
    justify-content: center;
    height: 100%;
    text-align: center;
}

section.thankyou .row p {
    margin-bottom: 20px;
    font-size: 30px;
    color: #F6F6F6;
    font-family: 'Inter';
}

section.thankyou a.primary-btn {
    background: #fff !important;
    color: #000;
    font-family: 'Inter';
    font-size: 18px;
    text-decoration: none;
    font-weight: 600;
}
section.thankyou .cta-bnr {
    width: fit-content;
    padding: 0px;
    background-color: red;
    width: 246px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 45px;
}
select.fld {
    width: 100%;
    height: 50px;
    border: 0px;
    border-bottom: solid 1px #DADADA;
    font-family: 'Inter';
    font-weight: 400;
    color: #000;
}

select.fld:focus {
    outline: none;
}
p.address {
    font-family: Inter;
    font-size: 28px !important;
    font-weight: 400;
    color: #1B1B1B;
}
section.sectionsix .whitebx .cta-box a {
    text-decoration: none;
}
.owl-awards .owl-item img {
    height: 120px;
    width: auto !important;
    margin: auto;
}
/*popup*/
  .popup-overlay {
            display: none;
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(0, 0, 0, 0.5);
            justify-content: center;
            align-items: center;
                z-index: 9999;
        }
        /* Popup box */
        .popup-content {
         background: #000000;
    padding: 40px;
   width: 60%;
    text-align: left;
    border-radius: 8px;
    position: relative;
    color: #fff;
    background-image: url(https://dallas-designs.com/assets/images/backg.png);
    background-color: #1B1B1B;
    overflow-y: scroll;
    height: 750px;
        }
        /* Close button */
        .close-btn {
            position: absolute;
            top: 10px;
            right: 15px;
            cursor: pointer;
            font-size: 18px;
        }
       .popup-content ul {
    list-style-type: disc;
}
.popup-content .cta-bnr {
    width: 100%;
    margin-bottom: 30px;
    margin-top: 30px;
}
.popup-content a.primary-btn {
    width: 100%;
    text-align: center;
    padding-top: 12px;
    padding-bottom: 12px;
    font-family: Inter;
    font-size: 18px;
    font-weight: 600;
    line-height: 26px;
    text-decoration: none;
    background: #fff;
    color: #000000;
    border: solid 1px #fff;
}
.popup-content h2{
font-family: Helison;
    font-size: 52px;
    font-weight: 400;
    line-height: 62px;
    color: #F6F6F6;
    text-transform: uppercase;
}
.popup-content li, .popup-content ul {
    margin-bottom: 10px;
}
.popup-content h4{
    font-family: Helison;
    font-size: 52px;
    font-weight: 400;
    line-height: 62px;
    color: #DF1D3B;
    margin-top: 0px;
    margin-bottom: 10px;
}
.pck-price strong {
    color: #F6F6F6;
    font-family: 'Inter';
    font-size: 18px;
    margin-left: 10px;
    font-weight: 400;
}
.popup-content::-webkit-scrollbar {
  width: 5px;
}

/* Track */
.popup-content::-webkit-scrollbar-track {
  background: #f1f1f1; 
}
 
/* Handle */
.popup-content::-webkit-scrollbar-thumb {
  background: #df1d3b; 
}

/* Handle on hover */
.popup-content::-webkit-scrollbar-thumb:hover {
  background: #df1d3b; 
}
span.p-red {
    color: #df1d3b;
}
section.sectionsix .pckagebx div#myTabContent a.primary-btn {
    cursor: pointer;
}

.popup-content ul li ul li{
    color: #B1B1B1;
}