@font-face{
	font-family:Mortend-Bold;
	src:local('Mortend-Bold'),
		url('../../fonts/Mortend-Bold.woff2') format('woff2');
	font-weight:normal;
	font-style:normal;
	font-display:swap;
}

@font-face{
	font-family:GothamBook;
	src:local('GothamBook'),
		url('../../fonts/GothamBook.eot?#iefix') format('embedded-opentype'),
		url('../../fonts/GothamBook.otf') format('otf'),
		url('../../fonts/GothamBook.svg#GothamBook') format('svg'),
		url('../../fonts/GothamBook.ttf') format('truetype'),
		url('../../fonts/GothamBook.woff') format('woff'),
		url('../../fonts/GothamBook.woff2') format('woff2');
	font-weight:normal;
	font-style:normal;
	font-display:swap;
}

@font-face{
	font-family:GothamBold;
	src:local('GothamBold'),
		url('../../fonts/GothamBold.eot?#iefix') format('embedded-opentype'),
		url('../../fonts/GothamBold.otf') format('otf'),
		url('../../fonts/GothamBold.svg#GothamBold') format('svg'),
		url('../../fonts/GothamBold.ttf') format('truetype'),
		url('../../fonts/GothamBold.woff') format('woff'),
		url('../../fonts/GothamBold.woff2') format('woff2');
	font-weight:normal;
	font-style:normal;
	font-display:swap;
}

html{
	-webkit-font-smoothing:antialiased;
	scroll-behavior:smooth;
}

body{
	margin:0;
	padding:0;
	/*font-family:GothamBook !important;*/
}


body .bgNone{
	background:none
}

*:focus{
	outline:none
}

*::-moz-focus-inner{
	outline:none;
	border:0
}

*{
	box-sizing:border-box;
	outline:none;
}
a{color:#0068a3}
a:hover{
	text-decoration:none;
	color:#ff6f20
}
.page-template-template-landing h2{
	margin:0;
	font-weight:normal;
	text-transform: unset;
	font-family:Mortend-Bold;
	line-height:1.095;/*46px*/
	font-size:2.625em;/*42px*/
	color:#C60D12;
}
.contact h2{font-size:2.000em}/*32px*/
.page-template-template-landing .handSec h2{font-size: 2.438em} /*39px*/

@media screen and (max-width: 1920px) {
	.page-template-template-landing h2 {font-size: 2.2em}
}

.bgImg{
	width:100%;
	height:100%;
	position:absolute;
	margin:auto;
	z-index:0;
	left:0;
	top:0;
}
.bgImg img{
    width:100%;
    height:100%;
    object-fit:cover;
    object-position:center;
}
.bnrBtn,
.getStart .typeBtn{
	padding: 0 1.5625vw;/* 30 / 1920 */
	border-radius: 1.5625vw;/* 30 / 1920 */
	display: inline-block;
	border: 2px solid #fff;
	background-color:#fff;
	font-family: GothamBold;
	text-decoration: none;
	line-height: 2.333;/*56px*/
	font-size: 1.500em;/*24px*/
	color:#C60D12;
}
.allBanne .bnrBtn {
	color: #000;
	border: 2px solid #C60D12;
}

.formBanner .bnrBtn{
	height:auto;
    background:transparent;
    position:static;
	transform:none;
    color:#fff;
}
.bnrBtn:hover,
.getStart .typeBtn:hover{
	background: #f5ae2e;
	background: -moz-linear-gradient(94deg, #EF5627 4.75%, #DC2527 50.88%, #9A1014 95.2%);
	background: -webkit-linear-gradient(94deg, #EF5627 4.75%, #DC2527 50.88%, #9A1014 95.2%);
	background: linear-gradient(94deg, #EF5627 4.75%, #DC2527 50.88%, #9A1014 95.2%);
	border-color:#fff;
	color: #fff;
}

@media screen and (max-width:1600px){
	.page-template-template-landing h2{font-size:2.5em}
}

@media screen and (max-width:1365px){
	.bnrBtn, .getStart .typeBtn {
		border-radius: 30px;
	}
}

@media screen and (max-width:639px){
	.bnrBtn, .getStart .typeBtn {
		padding: 0 15px;
		font-size: 3vw;
	}
}


/********************************/
/*********    Banner    *********/
/********************************/
.formBanner{
	width:100%;
	position:relative;
	display:block;
}
.formBanner > .elementor-container .elementor-container{
	justify-content:space-between;
	align-items:center;
	flex-wrap:wrap;
	display:flex;
}
.bnrBox{
	width:100%;
	padding:9.427083333333333vw 0 4.1666666666666664vw; /* 181-80 / 1920 */
	justify-content:space-between;
	align-items:center;
	flex-wrap:wrap;
	display:flex;
}
.formBanner .bnrBox{padding-bottom:10.416666666666667vw} /* 181-200 / 1920 */

.formBanner .bnrLft{
    width:40vw;
    display:flex;
    flex-direction:column;
    gap:1.9791666666666667vw;
    padding-right:0;
    text-align:left;
    line-height:normal;
    font-size:inherit;
}

.formBanner .bnrLft > .elementor-widget-wrap{
    width:100%;
    flex-direction:column;
    gap:1.9791666666666667vw;
    display:flex;
}
.formBanner .bnrHeading{width:100%;}
.formBanner .bnrHeading p strong{display:block;}
.formBanner .bnrHeading p{
    color:#FFF;
    font-family:'GothamBook';
    font-size:1.938em;
    font-weight:400;
    line-height:1.096774193548387;
    margin:0
}
.formBanner .bnrLft h1,
.formBanner .bnrLft h2{
    width:100%;
    color:#FFF;
    font-size:2.375em;
    font-weight:700;
    line-height:1.157894736842105;
    text-transform:uppercase;
    font-family:Mortend-Bold;
    margin:0
}
.formBanner .bnrLft p{margin:0 !important}
.formBanner .fompp p{
    color:#FFF;
    font-size:1.5em;
    font-style:normal;
    font-weight:400;
    line-height:1.208333333333333;
    margin:0 2.6041666666666665vw 0 0 !important;
}
.formBanner .bnrRgt{width:30.3125vw !important;} /* 582 / 1920 */
.formBanner .bnrRgt span{
	line-height:inherit;
	font-size:inherit;
}
.formBanner .zohoform{
    padding:2.0833333333333332vw;
    background:rgba(255, 255, 255, 0.95);
    box-shadow:0 0.78125vw 3.125vw 0 rgba(0, 0, 0, 0.50);
    border-radius:1.5625vw;
}
.formBanner .zohoform h2{
    color:#960F13;
    text-align:center;
    font-family:'Mortend-Bold';
    font-size:1.75em;
    font-weight:700;
    line-height:1.571428571428571;
    text-transform:uppercase;
    padding-bottom:1.5625vw;
    margin:0;
}

.formBanner .columnWrap{
	width:100%;
	display:flex;
	gap:1.5625vw; /* 30 / 1920 */
}
.formBanner .zhcont{gap:1.5625vw}
.formBanner .zhcont .phncont{
	width:100%;
	display:flex;
	gap:1.5625vw; /* 30 / 1920 */
}

.formBanner .zhcont .phncont > span{width:calc(75% - 1.5625vw)} /* 30 / 1920 */
.formBanner .zhcont .phncont > span:first-child{width:25%}

.formBanner .zhcont .inputbox{
	width:100%;
	border:none;
	padding:6px 0;
	display:block;
	box-sizing:border-box;
	height:2.2395833333333334vw;/* 43 / 1920 */
	background-color:transparent;
	border-bottom:1px solid #000;
	font-family:inherit;
	line-height:1.875;/*30px*/
	font-size:1.000em;/*16px*/
	border-radius:0;
	color:#050505;
	margin:0;
}

input::placeholder{overflow:visible}
.formBanner .zhcont .inputbox::-webkit-input-placeholder{color:#050505}
.formBanner .zhcont .inputbox::-moz-placeholder{color:#050505;opacity:1}
.formBanner .zhcont .inputbox:-moz-placeholder{color:#050505;opacity:1}
.formBanner .zhcont .inputbox:-ms-input-placeholder{color:#050505}

.formBanner .zhcont .fcheckbox{
	width:100%;
	position:relative;
	padding:1.0416666666666666vw 0 0;/* 20 / 1920 */
	justify-content:space-between;
	gap:1.0416666666666666vw;/* 20 / 1920 */
	align-items:center;
	flex-wrap:wrap;
	display:flex;
	margin:0;
}
.formBanner .zhcont .fcheckbox div{
	width:calc(50% - 10px);
	position:relative;
	margin:0;
}

.formBanner .frmcomwrp .zf-submitColor{
    width:auto;
    cursor:pointer;
    padding:0.78125vw 1.5625vw;
    font-family:GothamBold;
    line-height:1.000;
    font-size:1.125em;
    border:none;
    margin:auto;
    border-radius:30px;
    background:linear-gradient(135deg, #F05826 25.21%, #9C1115 74.79%);
    box-shadow:0px 4px 4px 0px rgba(150, 15, 19, 0.50);
    margin-top:0.5208333333333334vw
}
.formBanner .frmcomwrp .zf-submitColor:hover{
	background:linear-gradient(135deg, #F29855 25.21%, #EE3524 74.79%);
	color:#fff;
}

.formBanner .zf-errorMessage{
	width:100%;
	font-family:GothamBold;
	font-size:1.000em;/*16px*/
	text-align:left;
	line-height:1;
	color:#ff0000;
	margin:10px 0 0 !important;
}

@media screen and (max-width:767px){
	.formBanner .bnrBox{padding:75px 0 50px}
	.formBanner .bnrLft .kc_wrapper,
	.formBanner .bnrLft,
	.formBanner .bnrRgt{
		width:100% !important;
		padding-top:15px;
	}
	.formBanner .bnrHeading{
		margin-bottom:10px;
		font-size:13px;
	}
	.formBanner .bnrLft h1{
		margin-bottom:15px;
		font-size:25px;
	}
    .formBanner .zohoform{
        padding:15px;
        border-radius:15px;
    }
    .formBanner .zohoform h2{font-size:18px;}
	.formBanner .bnrLft p{font-size:13px}
	.formBanner .bnrLft p br{display:none}
    .formBanner .fompp p{margin:0}
    .formBanner .formBnrLft{margin:15px 0;}
	.formBanner .formBanner .zohoform h2{font-size:17px}
	.formBanner .formBanner .zohoform{padding:15px}
	.formBanner .columnWrap{gap:15px}
	.formBanner .zhcont .phncont{gap:15px}
	.formBanner .frmcomwrp{margin-top:15px}
	.formBanner .zhcont .inputbox{
		height:30px;
		font-size:11px;
	}
	.formBanner .frmcomwrp .zf-submitColor{
		padding:10px 15px;
		font-size:10px;
	}
}

/******************************************
	featuresSec Styles.
*******************************************/
.featuresSec{
	width:100%;
	position:relative;
	background-color:#fff;
	text-align:center;
	padding-top:1.8229166666666668vw;/* 35 / 1920 */
}
.greyBg{background-color:#F4F4F4 !important;}
.bgdwht{background-color:#FFF !important;}
.featuresSec.pad-0{padding:0}
.featuresSec.pad-30{padding:1.5625vw 0}/* 30 / 1920 */
section.elementor-section.elementor-top-section.featuresSec > .elementor-container {width: 100% !important}
.feature > .elementor-container{
	width:100%;
	justify-content:space-between;
	align-items:center;
	text-align:left;
	flex-wrap:wrap;
	display:flex;
}
.featImg{width:44%}
.feature .featImg{width:44%}
.feature.orderRgt .featImg{order:2;}
.featImg img{
    width:100%;
    height: auto;
}

.featText{
	width:calc(56% - 20px);
	box-sizing:border-box;
	position:relative;
	padding:0 15px;
	z-index:2;
}
.featText::after,
.featText::before{
	width:100%;
	display:block;
	content:"";
}
.featText::after{clear:both}
.feature .featText{width:calc(56% - 20px)}

.featText .featboxleft,
.featText .featbox{
	width:100%;
	max-width:44.01041666666667vw;/* 845 / 1920 */
	padding:0;
	margin:0;
}

.featText .featboxleft h3,
.featText .featboxleft p,
.featText .featbox h3,
.featText .featbox p{
	line-height:1.25;/*30px*/
	font-size:1.500em;/*24px*/
}
.featText p strong{
	font-family:GothamBook;
	font-weight: bold;
}
.featText .featboxleft{float:right;}

.featTextIn,
.featText .featTextul{
	width:100%;
	max-width:44.01041666666667vw;/* 845 / 1920 */
	list-style:none;
	padding:0;
	margin:0;
}

.featTextIn,
.feature.orderRgt .featTextul{float:right}

.featText .featTextul > li{
	padding:1.5625vw 0 1.5625vw 4.9479166666666664vw; /* 30-0-30-95 / 1920 */
	position:relative;
	line-height:1.25; /*30px*/
	font-size:1.500em; /*24px*/
	color:#000;
}
.featText .featTextul > li p {
	margin: 0 !important;
	line-height: inherit;
	font-size: inherit;
}

.featText .featTextul > li > svg{
	width:3vw;
	position:absolute;
	-webkit-transform:translateY(-50%);
	transform:translateY(-50%);
	top:50%;
	left:0;
}

.featTextIn{font-size:1.000em}/*16px*/
.featTextIn h2{
	width:calc(100% + 3.3854166666666664vw);/* 65 / 1920 */
	line-height:1.3157;/*50px*/
}
.featTextIn p{
	max-width:36.822916666666666vw;	/* 707 / 1920 */
	margin:1.71875vw 0 0;	/* 33 / 1920 */
	line-height:1.5625;	/*50px*/
	font-size:2.000em;	/* 32 / 1444 */
}
.featTextul li ul{
	margin:0;
	list-style:none;
	padding:0;
}
.featTextul li ul li{
	color:#000;
	font-weight:400;
	line-height:normal;
	list-style:none;
	margin:0.5208333333333333vw 0 0 0; /* 10 / 1920 */
	padding:0 0 0 1.3020833333333334vw; /* 25 / 1920 */
	position:relative;
}

.featTextul li ul li::after{
	content:"•";
	color:red;
	position:absolute;
	font-size:1.9791666666666666vw;/* 38 / 1920 */
	line-height:0.9;
	left:0;
	top:0;
}

@media screen and (max-width:1550px){
	.featText li{
		padding:15px 0 15px 55px;
		font-size:18px;
	}
	.featTextIn{
		padding-top:30px;
		padding-bottom:30px;
	}
	.featTextIn h2{width:calc(100% + 6.5013850415512466vw);}
	.featTextIn p{margin-top:2.2853185595567867vw;} /* 33 / 1444 */
}
@media screen and (max-width:1024px){
	.featTextIn{font-size:1.1vw}
	.featTextIn h2{width:calc(100% + 11vw)}
}

@media screen and (max-width:992px){
	.featText li{font-size:14px}
	.featTextIn h2{width:calc(100% + 13vw)}
}

@media screen and (max-width:767px){
	.featuresSec#safeglass1{padding-top: 30px}
	.featuresSec.pad-30{padding:20px 0}
	.featText{padding-bottom:15px}
}

@media screen and (max-width:639px){
	.feature{gap:0}
	.feature .featImg{width:100%}
	.feature.orderRgt .featImg{order:-1}
	.featText{width:100%}
	.feature .featText{width:100%}
	.featText .featboxleft,
	.featText .featbox,
	.featTextIn,
	.featText .featTextul{max-width:inherit}
	.featTextIn{
		padding-top:0;
		padding-bottom:15px;
		font-size:2vw
	}
	.featTextIn h2{width:100%}
	.featText .featTextul > li{padding-left:30px}
	.featText .featTextul > li > svg{width:25px}
	.featTextIn p{max-width:inherit}
}



/******************************************
	get Start Styles.
*******************************************/
.fridSec {
	width: 100%;
	position: relative;
	background-color: #fff;
	margin: 0 auto;
}
.frids > .elementor-container{
	width: 100%;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	display: flex;
}
.firdImg {width: 36%}
.firdImg img{
	width:100%;
	height: auto;
}
.firdcont {width: 61%;}
.firdcont strong {
	font-family: 'GothamBold';
	font-size: 1.688em;/*27px*/
	font-style: normal;
	font-weight: 700;
	line-height: 1.1;
	color: #000;
}
.firdcont p {
	color: #000;
	font-size: 1.500em;/*24px*/
	line-height: 1.25;/*30px*/
	font-weight: 400;
}

@media screen and (max-width:1440px) {
	.firdImg {width: 38%;}
	.firdcont {width: 55%}
	.firdcont strong {font-size: 20px;}
}

@media screen and (max-width:1199px) {
	.firdcont strong {font-size: 18px;}
	.firdcont p {
		font-size: 18px;
		line-height: 25px;
	}
}

@media screen and (max-width:1023px) {
	.fridSec {padding: 30px 0}
	.firdcont {width: 60%;}
	.firdcont p {
		font-size: 16px;
		line-height: 23px;
	}
	.firdcont strong {font-size: 16px}
}

@media screen and (max-width:767px) {
	.firdImg,
	.firdcont {width: 100%}
}

/******************************************
	get Start Styles.
*******************************************/
.getStart{
	background:#C60D12;
	text-align:center;
	padding:1.5625vw 0.78125vw 3.0208333333333334vw;/* 30-15-58 / 1920 */
}
.getStart p{
	color:#FFF;
	text-align:center;
	font-size:1.500em;/*24px*/
	font-weight:400;
	line-height:1.4;
	margin:0 !important;
}

@media screen and (max-width:1023px){
	.getStart p{
		font-size:18px;
		line-height:1.3;
	}
}

@media screen and (max-width:767px){
	.getStart {padding: 20px}
}

/******************************************
	Type Of Styles.
*******************************************/
.typeOfSec{
	padding:2.0833333333333332vw 0;/* 40 / 1920 */
	background-color:#fff;
	text-align:center;
}
.typeOfSec h2{
	text-align:center;
	margin-bottom:1.4583333333333334vw;/* 28 / 1920 */
}
.typeOfs > .elementor-container{
	width: 100%;
	justify-content: space-between;
	align-items: center;
	display: flex;
	gap:6.458333333333334vw;/* 124 / 1920 */
}
.typeOfLft,
.typeOfRight{width:50%;}
.typeBoxs{
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	text-align:center;
	gap:30px 0;
}
.tipebox{
	background:#FFF;
	min-height:10.052083333333334vw;/* 193 / 1920 */
	border-radius:0.78125vw;/* 15 / 1920 */
	text-decoration:none;
	width:calc(50% - 0.78125vw);/* 15 / 1920 */
	box-shadow:0px 10px 40px 0px rgba(0, 0, 0, 0.10);
	transition:all .3s ease;
	justify-content:center;
	align-items:flex-end;
	display:flex;
}
.tipebox:hover{box-shadow:0 10px 40px 0 rgba(0, 0, 0, 0.4);}
.typeIn{
	width:100%;
	display:flex;
}
.typeIn > a{
	width:100%;
	justify-content:center;
	align-items:flex-end;
	display:flex;
}
.typeImg{
	width:100%;
	text-align:center;
}
.tipebox p{
	color:#000;
	width:100%;
	margin:0.5208333333333333vw 0;/* 10 / 1920 */
	font-size:1.125em;/*18px*/
	font-weight:300;
	line-height:1.2;
}
.typeBtn{
	color:#000;
	line-height:2.333;/*42px*/
	font-size:1.125em;/*18px*/
	font-weight:400;
	text-align:center;
	text-decoration:none;
	background:transparent;
	border:2px solid #C60D12;
	transition:all .3s ease;
	justify-content:center;
	display:inline-flex;
	font-family:inherit;
	border-radius:1.5625vw;/* 30 / 1920 */
	margin:1.5625vw auto 0;/* 30 / 1920 */
	padding:0 1.1979166666666667vw;/* 23 / 1920 */
	cursor:pointer;
}
.typeBtn:hover{
	color:#fff;
	background:#C60D12;
	border:2px solid #C60D12;
}

@media screen and (max-width:1466px){
	.typeOfs > .elementor-container{gap:90px;}
}

@media screen and (max-width:1999px){
	.typeOfs > .elementor-container{gap:70px;}
}

@media screen and (max-width:1023px){
	.typeOfSec h2{margin-bottom:20px;}
	.typeOfs > .elementor-container{gap:50px;}
	.typeBoxs{gap:14px 0;}
	.tipebox{width:calc(50% - 8px);}
	.typeBtn{font-size:1.5em}
}

@media screen and (max-width:767px){
	.typeOfs > .elementor-container{flex-wrap:wrap;}
	.typeOfLft,
	.typeOfRight{width:100%}
}

/******************************************
	services ourClient Styles.
*******************************************/
.sliderSec{
	width:100%;
	padding:1.875vw 0;/* 36 / 1920 */
	background-color:#F4F4F4;
	text-align:center;
}
.ourClient{padding-bottom:4vw}
section.elementor-section.elementor-top-section.sliderSec > .elementor-container {width: 100% !important}

.sliderSec .container{
	width:100%;
	max-width:84.11458333333334%; /* 1615 / 1920 */
}

.sliderMid{
	width:100%;
	padding-left:3.125vw;/* 60 / 1920 */
	padding-right:3.125vw;/* 60 / 1920 */
	position:relative;
}

.slideItem{
	width:16.666%;
	margin:1.8229166666666668vw 0;/* 35 / 1920 */
	text-align:center;
	vertical-align:top;
}
.slideItem .imgBox{
	width:9.375vw !important;/* 180 / 1920 */
	height:9.375vw !important;/* 180 / 1920 */
	background-color:#fff;
	box-shadow:5px 5px 30px 0px rgba(0, 0, 0, 0.40);
	border-radius:100%;
	position:relative;
	overflow:hidden;
	display:block;
	margin:auto;
}

.slideItem strong{
	width:100%;
	display:flex;
	flex-wrap:wrap;
	min-height:2.0833333333333332vw;/* 40 / 1920 */
	margin-top:1.0416666666666666vw;/* 20 / 1920 */
	align-items:center;
	font-weight:normal;
	line-height:1.055;/*19px*/
	font-size:1.125em;/*18px*/
	display:block;
	color:#000;
}
.services strong{align-items:center}

.slideItem a{
	text-decoration:none;
	color:#000;
}

@media screen and (max-width:1550px){
	.slideItem{width:20%}
}

@media screen and (max-width:1365px){
	.slideItem{width:25%}
}

@media screen and (max-width:992px){
	.slideItem{width:33.3333%}
	.slideItem .imgBox{
		width:150px !important;
		height:150px !important;
	}
	.slideItem strong{font-size:14px}
}

@media screen and (max-width:767px){
	.sliderSec{
		padding-top:20px;
		padding-bottom:20px;
	}
	.slideItem .imgBox {margin: 15px auto}
	.ourClient {padding-bottom:65px}
	.slideItem{width:50%}
}

@media screen and (max-width:639px){
	.slideItem{width:100%}
}

/******************************************
	testimonial brand Styles.
*******************************************/
.testBandSec{background-color: #fff;}
section.elementor-section.elementor-top-section.testBandSec > .elementor-container .elementor-container {
	justify-content: space-between;
	flex-wrap: wrap;
	display: flex;
}
.testBand{
	display:flex;
	padding-bottom:30px;
	justify-content:space-between;
	flex-wrap:wrap;
	gap:40px;
}
.testimonialArea{width:50%}
.brandArea{width:44%}
.testBand .testimonialArea,
.testBand .brandArea{width:calc(50% - 20px)}
.testimonial .slick-next {right:0}
.testimonial .slick-prev {left:0}
.testimonial .slick-dots {
	margin-top: 15px;
	gap: 20px;
}
.testimonial .slick-dots button{
	width: 16px;
	height: 16px;
	border-radius: 50%;
	padding: 0;
}
.testimonial .slick-dots .slick-active button{
	width:16px;
	background:#C60D12;
}

.testBandSec h2{
	text-align:center;
	margin-top:1.875vw;/* 36 / 1920 */
}

.testimonialItem{padding:0.9375vw}/* 18 / 1920 */
.testimonialBox{
	padding:2.0833333333333332vw;/* 40 / 1920 */
	justify-content:space-between;
	box-shadow:0 10px 18px -2px rgba(0, 0, 0, 0.2);
	background-image:url(https://utsgroup.ca/lp/wp-content/themes/utsgrp/images/quoteBg-01.png);
	border-radius:0.78125vw;/* 15 / 1920 */
	background-size:cover;
	align-items:center;
	display:flex;
}
.tstimg{
	width:17.006802721088435%;/* 100 / 588 */
	line-height:0;
}
.tstConttent{width:79.421768707483%}/* 467 / 588 */
.testTitl{
	color:#000;
	font-size:1.250em;/*20px*/
	font-style:normal;
	font-weight:700;
	display:block;
}

.tstConttent p{
	color:#000;
	line-height:1.357;/*19px*/
	font-size:0.875em;/*14px*/
	font-style:italic;
	font-weight:300;
	margin:3px 0 5px;
}

.testBtn{
	color:#000;
	font-style:italic;
	font-family:inherit;
	text-decoration:none;
	background:transparent;
	line-height:1.357;/*19px*/
	font-size:0.875em;/*14px*/
	font-weight:300;
	border:none;
	float:right;
}

.testimonial{
	padding:0.5208333333333333vw 0;/* 10 / 1920 */
	position:relative;
}
.testimonial .slick-list{overflow:unset;}

.brand{
	overflow:hidden;
	position:relative;
	min-height:13.020833333333334vw;/* 250 / 1920 */
	align-items:center;
	flex-wrap:wrap;
	display:flex;
}
.brand img{
	width:100%;
	height:auto;
}

.testBandInst .brand{min-height:17vw}

.brand > div{
	width:100%;
	padding:0;
	margin:0;
}

.band-item{width:33.3333%;}

.band-item{height:15.625vw}/* 300 / 1920 */
.brandBox{
	display:flex;
	flex-wrap:wrap;
	justify-content:space-around;
	gap:2.0833333333333332vw;/* 40 / 1920 */
}

.brandLogo{
	width:100%;
	max-width:90%;
}

.selectD0t{
	bottom:0;
	position:absolute;
	text-align:center;
	transform:translate(-50%);
	position:absolute;
	left:50%;
}

.band-item{
	display:flex;
	justify-content:space-around;
}

@media screen and (max-width:1365px){
	.selectD0t{bottom:-15px}
}

@media screen and (max-width:1199px){
	.band-item{width:50%;}
}

@media screen and (max-width:1023px){
	.testBand .testimonialArea,
	.testBand .brandArea,
	.testimonialArea,
	.brandArea{width:100%;}
	.band-item{width:33.333%;}
	.testBand .testimonial{height:24vw}
}

@media screen and (max-width:767px){
	.brandArea{padding-top:20px}
	.testBandSec h2{margin-top:30px}
	.testimonial {margin-top: 10px}
	.tstConttent p{
		font-size:10px !important;
		margin:3px 0 5px !important;
	}
	.testBtn {font-size: 10px}
	.testBandSec .slick-arrow {top: 34%}
}

@media screen and (max-width:567px){
	.testimonial{height:360px;}
	.testBand .testimonial{
		padding-bottom:30px;
		height:auto;
	}
	.testimonialBox{
		gap:8px;
		padding:15px 30px 15px 30px;
		flex-wrap:wrap;
		text-align:center;
		justify-content:center;
	}
	.tstimg{width:70px;}
	.testBtn{
		float:initial;
		text-align:center;
	}
	.review svg{
		width:14px;
		margin-top:5px
	}
	.band-item{width:50%;}
	.brandBox{gap:15px;}
	.brandLogo{
		width:100%;
		padding:0 20px;
	}
}


/******************************************
	accorsection Styles.
*******************************************/
.faqTab{
    width:100%;
	flex-wrap:wrap;
	display:flex;
}
.commTab{
	width:100%;
	margin-bottom:1.0416666666666666vw; /* 20 / 1920 */
}
.tabBtn{
    width:100%;
    display:flex;
    flex-shrink:0;
    font-weight: bold;
    font-size:1.500em;
    padding:0 1.5625vw;
	font-family:GothamBook;
    justify-content:space-between;
    min-width:6.979166666666667vw;
    border-radius:5.2083333333333336vw;
    min-height:3.6458333333333335vw;
    gap:0.5208333333333333vw;
    border:1px solid #000;
    box-sizing:border-box;
    background:transparent;
    align-items:center;
	position:relative;
    text-align:left;
    cursor:pointer;
    line-height:1;
    color:#000;
}
.tabBtn svg{
	width:1.015625vw; /* 19.5 / 1920 */
	position:absolute;
	right:1.5625vw; /* 30 / 1920 */
	line-height:0;
	margin:auto;
	bottom:0;
	top:0;
}
.tabBtn.acTiveTab svg{transform:rotate(180deg);}
.tabBtn .stroke{stroke:#000}

.showText{
    display:none;
    margin-top:1.0416666666666667vw }/*20*/

.tabBtn.acTiveTab + .showText{display:block;}

.featText ul,
.textBox ul{list-style:disc}
.featText li,
.textBox li{padding:2px 0}
.featText li a,
.textBox li a{text-decoration:none}


@media screen and (max-width:639px){
    .commTab{margin-bottom:10px;}
    .tabBtn{
        font-size:12px;
        padding:0 20px;
        min-height:30px;
    }
    .tabBtn svg{width:12px}
}


/******************************************
	Thank You Page Styles.
*******************************************/
.thankImg {
	width: 100%;
	height:40.260416666666665vw; /* 773 / 1920 */
	margin:6.5vw auto 0;
	position: relative;
	z-index: 9;
}
.thankImg .container {
	display: flex;
	align-items: center;
	justify-content: center;
	transform: translate(-50%, -50%);
	position: absolute;
	width: 100%;
	left: 50%;
	top: 50%;
}
.thankYouTxt > .elementor-container{
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
}
.thankYouTxt .thankTxtLeft{width:auto}
.thankYouTxt .thankTxtRight {width:47%}

.thankYouTxt h1 {
	color: #FFF;
	font-weight: 700;
	margin: 0 0 0 2.6041666666666668vw; /* 50 / 1920 */
	font-style: normal;
	font-family: Mortend-Bold;
	text-align: center;
	text-transform: inherit;
	padding-top: 0.5208333333333333vw; /* 10 / 1920 */
	font-size: 5.250em; /*84px*/
	line-height: 1;
}
.thankYouTxt h2,
.thankYouTxt p {
	margin: 0 !important;
	line-height: 1;
	font-size: 3.000em; /*48px*/
	font-weight: 700;
	color: #fff;
}
.thankYouTxt p {
	font-weight: 300;
	margin-top: 1.0416666666666666vw !important; /* 20 / 1920 */
	line-height: 1;
}
.thankYouTxt h2 {font-family: GothamBold}

@media screen and (max-width:1920px) {
	.thankYouTxt h2,
	.thankYouTxt p {font-size: 2.3875vw}
	.thankYouTxt h1 {font-size: 4.2875vw}
	.thankImg .container {
		max-width: 100%;
		padding: 0 8vw 0 12vw;
	}
}

@media screen and (max-width:1666px) {
	.thankImg .container {padding: 0 3vw 0 15vw}
	.thankYouTxt h1 {margin: 0}
	.thankYouTxt p {margin-top: 12px !important}
}

@media screen and (max-width:1023px) {
	.thankYouTxt h2,
	.thankYouTxt p {font-size: 3vw}
	.thankYouTxt p {margin-top: 10px}
}

@media screen and (max-width:767px) {	
	.thankImg {margin-top:0}
	.thankYouTxt h2,
	.thankYouTxt p {font-size: 3.4vw}
	.thankYouTxt p {margin-top: 6px !important}
}
