/******************************************
	handSec Styles.
*******************************************/
.handSec {
    background: #F4F4F4;
    padding: 2.0833333333333332vw 0 1.5625vw;
}

.handSec h2 {
    text-align: center;
    text-transform: capitalize;
}
.handCont p {
    color: #000;
    font-size: 1.625em;
    text-align: center;
    line-height: 1.2307;
    font-weight: 400;
    margin: 0 !important;
}

.handBoxs {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 auto;
    max-width: 990px;
    text-align: center;
    padding: 0 0.78125vw;
    flex-wrap: wrap;
}
.handSec2 .handBoxs {
    max-width: 1190px;
}
.handSec2 .handBox {
    width: calc(20% - 1.5625vw);
}

.handBox {
    text-decoration: none;
    width: calc(25% - 1.5625vw);
    margin-top: 1.5625vw;
}

.handBox p,
.handBox strong {
    color: #000;
    font-weight: 400;
    font-style: normal;
    text-align: center;
    text-decoration: none;
    font-size: 1.125em;
    line-height: 1.5;
    margin-top: 0.9375vw;
    display: block;
}

.handBox p a{color: #000}
.handBox img{
    border-radius: 50%;
    box-shadow: 5px 5px 30px 0px rgba(0, 0, 0, 0.40);
    transition: all .3s ease;
    width: 100%;
    height: auto;
}
.handBox:hover img{
    box-shadow: 5px 5px 30px 0px rgba(0, 0, 0, 0.60);
}

@media screen and (max-width: 767px) {
    .handSec {
        padding: 30px 0;
    }
    .handBox {margin-top: 20px;}
    .handBox,
    .handSec2 .handBox {
        width: calc(50% - 15px);
    }
    .handBox p,
    .handCont p {
    	font-size: 16px;
    	line-height: 1;
    }
}





/******************************************
	unlockSec Styles.
*******************************************/
.unlockSec {
	width: 100%;
	padding: 1.8229166666666668vw 0;/* 35 / 1920 */
	position: relative;
	background: #fff url(https://utsgroup.ca/lp/wp-content/webp-express/webp-images/themes/utsgrp/images/unlock.png.webp) no-repeat left center;
	background-size: auto 100%;
	text-align: center;
	margin: 0 auto;
}
.unlockSec h2{
    text-transform: capitalize
}

.unlockSec strong {
	display: block;
	font-weight: 400;
	padding-bottom: 0.78125vw;/* 15 / 1920 */
	line-height: 1.000;
	font-size: 2.625em;/*42px*/
}

.unlockRow {
	width: 100%;
	justify-content: space-between;
	flex-wrap: wrap;
	display: flex;
}

.unlock {
	margin-top: 1.3020833333333334vw;/* 25 / 1920 */
	padding: 1.0416666666666666vw 0.5208333333333333vw;/* 20-10 / 1920 */
	box-sizing: border-box;
	width: calc(25% - 22.5px);
	box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.10);
	align-items: flex-start;
	justify-content: center;
	background-color: #fff;
	border-radius: 0.78125vw;/* 15 / 1920 */
	flex-wrap: wrap;
	display: flex;
}

.unlockRow .unlock {width: calc(25% - 22.5px)}

.unlock svg {height: 2.6041666666666668vw}

/* 50 / 1920 */

.unlock strong {
	width: 100%;
	display: block;
	padding: 0.5208333333333333vw 0 0;/* 10 / 1920 */
	font-weight: normal;
	font-family: GothamBold;
}

.unlock p {margin: 0 !important}

.unlock p,
.unlock strong {
	line-height: 1.111;/*20px*/
	font-size: 1.125em;/*18px*/
	color: #000;
}

@media screen and (max-width:1550px) {
	.unlockSec strong {font-size: 2.5vw}
	.unlock strong {font-size: 18px}
}

@media screen and (max-width:1024px) {
	.unlock {
		padding: 20px;
		margin-top: 15px;
		width: calc(25% - 11.25px);
	}
    .unlockRow .unlock {width: calc(25% - 11.25px)}
	.unlock p,
	.unlock strong {font-size: 14px}
}

@media screen and (max-width:992px) {
	.unlock {width: calc(50% - 7.5px)}
	.unlock svg {height: 6vw}
	.unlockRow .unlock {width: calc(50% - 7.5px)}
}

@media screen and (max-width:639px) {
	.unlockSec {padding: 20px 0}
	.unlockSec strong {font-size: 4.5vw}
	.unlock {width: 100%}
	.unlock svg {height: 10vw}
    .unlockRow .unlock {width: 100%}
}





/******************************************
	Our Expertise Styles.
*******************************************/
.ourExpSec {
	background: #F4F4F4;
	padding: 2.0833333333333332vw 0.78125vw;/* 40-15 / 1920 */
}

.ourExpSec h2 {text-align: center;}

.ourExpFlx > div {
	display: flex;
	margin: 0 auto;
	align-items: center;
	justify-content: center;
	max-width: 1190px;/* 1220 / 1920 */
	gap: 2.0833333333333332vw;/* 40 / 1920 */
	width: 100%;
}

.ourExpleft .ourExpCont {
	text-align: right;
	margin-right: 1.5625vw;/* 30 / 1920 */
}

.ourExpImg {
	width: 11.25vw
}

/* 216 / 1920 */


.ourExpleft>div,
.ourExpRight>div {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 1.5625vw;/* 30 / 1920 */
	width: 100%;
}

.ourExpImg img {
	display: block;
	border-radius: 50%;
	box-shadow: 5px 5px 30px 0px rgba(0, 0, 0, 0.40);
    width: 11.25vw;
    height: 11.25vw;
}

.ourExpCont .ourExpTitle {
	color: #000;
	line-height: 1.2;
	font-size: 2.125em;/*34px*/
	font-weight: 700;
	text-decoration: none;
	display: block;
	margin-bottom: 4px;
}

.ourExpCont p {
	color: #000;
	font-size: 1.875em;/*30px*/
	font-style: normal;
	font-weight: 400;
	line-height: 1.2;
	margin: 0 !important;
}

.ourExpRight .ourExpCont {
	text-align: left;
	margin-left: 1.5625vw;/* 30 / 1920 */
}

.ourExpleft .ourExpCont {
	text-align: right;
	margin-right: 1.5625vw;/* 30 / 1920 */
}

@media screen and (max-width:1023px) {
	.ourExpFlx > div {
		gap: 15px;
	}

	.ourExpleft .ourExpCont {
		margin-right: 10px;
	}

	.ourExpRight .ourExpCont {
		margin-left: 10px
	}
}

@media screen and (max-width:767px) {
	.ourExpSec {
		padding: 20px 0
	}

	.ourExpFlx > div {
		flex-wrap: wrap;
	}

	.ourExpleft,
	.ourExpRight {
		width: 100%;
	}
}




/* ============== Key Features Start ==============*/
.kyeFerdSec {
	background: #F4F4F4;
	padding: 2.0833333333333332vw 0;
	/* 40 / 1920 */
}

.kyeFerdItems {
	margin: 0;
	padding: 0;
	list-style: none;
	counter-reset: listitem;
	justify-content: space-between;
	margin-top: -10px;
	flex-wrap: wrap;
	display: flex;
}

.kyeFerdItems>li {
	position: relative;
	padding: 0 0 0 1.9791666666666666vw;
	/* 38 / 1920 */
	margin-top: 2.0833333333333332vw;
	/* 40 / 1920 */
	width: 44%;
}

.kyeFerdItems>li p {
	color: #000;
	font-weight: 400;
	font-size: 1.500em;
	/*24px*/
	line-height: 1.25;
	/*30px*/
	margin: 0;
}

.kyeFerdItems>li:before {
	left: 0;
	color: #000;
	position: absolute;
	content: counters(listitem, '.') '.';
	counter-increment: listitem;
	font-size: 1.500em;
	/*24px*/
	line-height: 1.25;
	/*30px*/
	font-weight: 700;
}

.kyeFerdItems>li strong {
	color: #000;
	font-size: 1.500em;
	/*24px*/
	line-height: 1.25;
	/*30px*/
	font-weight: 700;
}

.kyeFerdItems li ul {
	margin: 0;
	list-style: none;
	padding: 0;
}

.kyeFerdItems li ul li {
	color: #000;
	font-weight: 400;
	list-style: none;
	font-size: 1.500em;/*24px*/
	line-height: 1.25;/*30px*/
	margin: 0.5208333333333333vw 0 0 0;/* 10 / 1920 */
	padding: 0 0 0 1.3020833333333334vw;/* 25 / 1920 */
	position: relative;
}

.kyeFerdItems li ul li::after {
	content: "•";
	color: red;
	left: 0;
	position: absolute;
	top: 0;
	font-size: 1.9791666666666666vw;
	/* 38 / 1920 */
	line-height: 0.9;
}

@media screen and (max-width:1466px) {
	.kyeFerdItems>li {
		width: 46%;
	}
}

@media screen and (max-width:1023px) {
	.kyeFerdItems>li {
		padding: 0 0 0 24px;
		margin-top: 30px;
		width: 48%;
	}

	.kyeFerdItems li ul li::after {
		font-size: 26px;
	}

	.kyeFerdItems li ul li {
		padding: 0 0 0 20px;
	}
}

@media screen and (max-width:767px) {
	.kyeFerdSec {
		padding: 20px 0
	}

	.kyeFerdItems>li {
		width: 100%;
	}
}

@media screen and (max-width:639px) {
	.kyeFerdItems {
		font-size: 3vw
	}
}

/* ============== Key Features End ==============*/
