/*******************************************************
 *
 * Join Our Team
 *
 *******************************************************/


#inner-page-wrapper {
	margin: 0;
}
#inner-page-wrapper > .container {
	width: 100%;
	padding: 0;
}
#content-full {
	margin-top: 0;
}
.jot-container {
	max-width: 1510px;
	width: 100%;
	margin: 0 auto;
	padding: 0 15px;
}
.jot-container-full {
	width: 100%;
	margin: 0 auto;
	padding: 0 15px;
}
.jot-main-wrap .global-site-title {
	font-family: "Antonio", sans-serif;
	line-height: 1.1;
	letter-spacing: 0;
  font-weight: 700;
	font-size: 70px;
	color: #fff;
}
section {
	position: relative;
}
section.get-in-touch-area,
footer.main-footer {
	display: none !important;
}
.bg-wrapper {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.bg-wrapper canvas {
    display: block;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.img-wrapper {
    position: relative;
    overflow: hidden;
}
.img-wrapper canvas {
    display: block;
    width: 100%;
    height: auto;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.img-wrapper img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    position: absolute;
    top: 0;
    left: 0;
}
.ip-banner {
	display: none;
}




/*banner*/
.jot-header-banner {
	position: relative;
	display: block;
	overflow: hidden;
}
.jot-banner {
	position: relative;
	overflow: hidden;
	width: 100%;
}
.jot-banner:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	background: rgba(0, 174, 239, 0.8);
}
.jot-banner canvas {
	display: block;
	position: relative;
	z-index: 0;
	width: 100%;
	min-height: 350px;
	background-color: #01adef;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
.banner-content {
	position: absolute;
	width: 100%;
	display: block;
	max-width: fit-content;
	left: 15%;
	bottom: 10%;
	z-index: 1;
}
.banner-title {
	color: #fff;
	margin-top: 46px;
	font-size: 50px;
}



/*section 1*/
.it-wrapper:before {
	content: '';
	position: absolute;
	width: 100%;
	height: 50px;
	left: 0;
	top: 0;
	background: #01adef;
}
.it-wrapper {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.it-img {
	width: 35%;
	z-index: 1;
}
.it-img .img-wrapper {
	height: 100%;
}
.it-content {
	width: 65%;
	z-index: 1;
	padding: 28px 100px;
}
.it-content .global-site-title {
	color:  #01adef;
	font-size: 80px;
	line-height: 1.1;
}
.it-text p {
	font-size: 25px;
	line-height: 1.7;
}


/*section 2*/
.non-competing {
	background: #323232;
}
.nc-wrapper {
	padding: 76px 0;
}
.nc-wrapper .global-site-title {
	margin-bottom: 28px;
	color: #01adef;
}
.nc-text p {
	color: #fff;
	line-height: 1.7;
	text-align: center;
	font-size: 25px;
  font-weight: 100;
}


/*section 3*/
.tt-wapper {
	padding: 81px 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.tt-content {
	width: 55%;
}
.tt-img {
	width: 45%;
}
.tt-content .global-site-title {
	font-size: 80px;
	color: #00aeef;
	line-height: 1.1;
	padding-bottom: 15px;
}
.tt-text {
	font-size: 22px;
	line-height: 1.7;
}
.tt-text ul {
	margin-left: 20px !important;
}


/*section 4*/
.closings-got-cooler .bg-wrapper:before {
    content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: -webkit-linear-gradient(left, rgba(0,0,0,0) 0%, rgba(0,0,0,0.9) 100%);
	background: -o-linear-gradient(left, rgba(0,0,0,0) 0%, rgba(0,0,0,0.9) 100%);
	background: linear-gradient(to right, rgba(0,0,0,0) 0%, rgba(0,0,0,0.9) 100%);
}
.cgc-wrapper {
	z-index: 1;
	position: relative;
	padding: 185px 0;
	width: 50%;
	margin-left: auto;
}
.cgc-wrapper .global-site-title {
	font-size: 90px;
	line-height: 1.2;
}
.cgc-wrapper .global-site-title span {
	color: #00aeef;
	font-size: 90px;
  font-family: "Antonio", sans-serif;
  display: inline;
  font-weight: 700;
}
.cgc-text p {
	line-height: 1.7;
	font-size: 20px;
	font-weight: 100;
	color: #fff;
}


/*section 5*/
.the-brokerage:before,
.the-brokerage:after {
	content: '';
	position: absolute;
	width: 100%;
	height: 50px;
	left: 0;
	top: 0;
	background: #076789;
}
.the-brokerage:after {
	top: auto;
	bottom: 0;
	display: none;
}
.the-brokerage .bg-wrapper {
	width: 40%;
	height: auto;
	left: auto;
	right: 0;
	top: 0;
  margin-top: -130px;
}
.tbr-wrapper {
	width: 70%;
	padding: 126px 0;
}
.tbr-wrapper .global-site-title {
	font-size: 80px;
	color: #00aeef;
	line-height: 1.1;
}
.tbr-text {
	font-size: 22px;
	line-height: 1.7;
}
.tbr-text ul {
	margin-left: 20px !important;
}


/*section 6*/
.mee-the-owners .bg-wrapper canvas {
	background-position: bottom right;
}
.mee-the-owners .bg-wrapper:before {
    content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: rgba(255,255,255,0.9);
}
.mto-wrapper {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 100px 0;
	position: relative;
	z-index: 1;
}
.mto-img {
	width: 40%;
}
.mto-content {
	width: 60%;
	z-index: 2;
	padding: 50px 0;
}
.mto-title {
	padding: 20px;
	border: 1px solid #00aeef;
	color: #00aeef;
	line-height: 1;
	font-size: 60px;
	display: flex;
	justify-content: center;
	align-items: center;
	min-height: 194px;
	max-width: 455px;
	margin-left: -30px;
  text-transform: uppercase;
  flex-direction: column;
}
.mto-text {
	padding: 0 65px;
}
.mto-item {
	color: #000;
	margin: 25px 0;
}
.mto-item:not(:last-child) {
	padding-bottom: 63px;
}
.mto-name {
	font-size: 30px;
	margin-bottom: 5px;
	font-weight: 700;
	line-height: 1;
}
.mto-pos {
	font-size: 20px;
}
.mto-desc p {
	line-height: 1.7;
	font-size: 18px;
	font-weight: 100;
}


/*section 7*/
.why-work {
	background: #076789;
	padding-top: 50px;
}
.ww-container {
	background: #00aeef;
	padding: 100px 0 70px;
}
.ww-content {
	margin-top: 82px;
}
.ww-items {
	display: flex;
	justify-content: space-between;
}
.ww-item {
	width: 25%;
	padding: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	color: #fff;
	flex-flow: column;
}
.ww-num {
	font-size: 70px;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 13px;
  line-height: 1;
}
.ww-num em {
	font-style: normal !important;
}
.ww-text {
	font-size: 30px;
  font-weight: 300;
	line-height: 1.3;
	text-transform: uppercase;
}
.ww-stars {
	display: flex;
	gap: 5px;
}
.ww-stars span {
	font-size: 40px;
	color: #ffdc27
}
.ww-review {
	display: flex;
	align-items: center;
	gap: 30px;
	justify-content: center;
	margin-top: 15px;
}
.ww-review .ww-text {
	font-size: 35px;
	font-weight: 400;
}
.ww-item:not(:last-child) {
	border-right: 2px solid #fff;
}



/*section 8*/
.thinking-bigger .jot-container-full {
	padding: 0;
}
.tb-wrapper {
	background: #00aeef;
}
.tb-wrapper .global-site-title {
	padding: 56px 15px 66px;
	background: #076789;
	width: 100%;
}
.tb-content {
	padding: 55px 0 102px 0;
	text-align: center;
}
.tb-content a.tb-cta {
	padding: 10px 50px 20px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #076789;
	border-top-left-radius: 63px;
	border-bottom-left-radius: 63px;
	border-top-right-radius: 63px;
	border-bottom-right-radius: 63px;
	border: 5px solid #fff;
	margin: 0 auto;
  max-width: fit-content;
  line-height: 1 !important;
  gap: 20px;
}
.tb-content a span {
	margin-top: 15px;
}
.tb-content a em {
	font-style: normal;
	display: inline;
  color: #fff;
  font-size: 35px;
  line-height: 1;
  font-weight: 900;
}


/*section 9*/
.footer-contact {
	background: #323232;
}
.footer-contact-wraper {
	padding: 101px 0;
	color: #fff;
}
.fc-content {
	display: flex;
	gap: 40px;
	justify-content: space-between;
}
.fc-items {
	width: 100%;
	border: 1px solid #fff;
	padding: 35px;
}
.fc-items a {
	color: #fff;
}
.footer-contact-wraper .global-site-title {
	margin-bottom: 42px;
	font-size: 70px;
}
.fc-title {
	font-size: 30px;
	font-weight: 300;
	color: #fff;
	letter-spacing: 0.05em;
	margin-bottom: 26px;
	line-height: 1;
}
.location-items span {
	margin-bottom: 16px;
	line-height: 1.7;
	display: flex;
	gap: 20px;
	align-items: flex-start;
	justify-content: space-between
}
.location-items em {
	line-height: 1.7;
	margin-right: 10px;
}
.location-items em.ai-font-location-c {
	font-size: 25px;
}
.location-items em.ai-font-mobile-a {
	font-size: 22px;
	margin-right: 13px;
	margin-left: 5px;
}
.location-items em.ai-font-envelope-f {
	font-size: 13px;
	margin-right: 9px;
	margin-left: 2px;
}
.socials-items {
	display: flex;
	gap: 13px;
}
.socials-items span a {
	display: flex;
	border: 1px solid #fff;
	border-radius: 50%;
	width: 50px;
	height: 50px;
	justify-content: center;
	align-items: center;
	font-size: 25px;
	font-weight: 100;
}
.fc-socials-cta {
	border: 1px solid #fff;
	padding: 20px;
	margin-top: 30px;
	border-top-left-radius: 35px;
	border-bottom-left-radius: 35px;
	border-top-right-radius: 35px;
	border-bottom-right-radius: 35px;
	height: 70px;
	  display: flex;
	  align-items: center;
	 max-width: 300px;
	font-style: italic;
	justify-content: center;
}

/*new section added*/
/*video youtube*/
.yt-video {
	background: -webkit-linear-gradient(rgba(0,173,239,1) 0%, rgba(6,103,136,1) 100%);
	background: -o-linear-gradient(rgba(0,173,239,1) 0%, rgba(6,103,136,1) 100%);
	background: linear-gradient(rgba(0,173,239,1) 0%, rgba(6,103,136,1) 100%);
}
.yt-container {
	max-width: 1510px;
  width: 100%;
  margin: 0 auto;
  padding: 50px 15px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.yt-left-content {
	width: 45%;
	background: #fff;
	padding: 62px 45px 0;
}
.yt-left-content .global-site-title {
	color: #00aeef;
}
.yt-left-content p {
	font-size: 20px;
	color: #000;
	line-height: 1.7 !important;
	font-weight: 500;
  text-transform: uppercase;
}
.yt-cta {
	display: flex;
  align-items: center;
  justify-content: center;
  background: #076789;
  max-width: 255px;
  height: 60px;
  color: #fff;
  text-transform: uppercase;
  font-family: var(--font-family-default);
	font-size: 20px;
  margin: 32px 0 -32px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
	letter-spacing: 0.1em;
}
.yt-cta:hover {
	background: #00aeef;
	color: #fff;
}
.yt-cta i {
	font-style: normal !important;
	font-size: 35px;
  margin-right: 15px;
}
.yt-cta:hover i {
	color: #fff;
}
.yt-right-content {
	width: 55%;
}
.video-wrapper {
    position: relative;
	overflow: hidden;
}
.video-wrapper canvas {
    display: block;
    width: 100%;
}
.video-wrapper img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.3s ease;
}
.video-wrapper a i {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    color: #fff;
    z-index: 15;
    transition: all 0.3s ease;
	font-size: 20px;
  border-radius: 50%;
  padding: 25px 30px;
	font-style: normal !important;
	background: rgba(255,255,255,0.3);
}
.video-wrapper a:hover img {
	transform: scale(1.1);
}

/*ig feed*/
.ig-feed {
	display: block;
	position: relative;
	background: #fff;
	height: auto;
}
.ig-icon {
	position: absolute;
	right: 0;
	left: auto;
	width: 300px;
	height: auto;
	top: 50%;
	transform: translateY(-50%);
}
.ig-icon i {
	color: #f2f2f2;
	width: 100%;
	height: auto;
	display: block;
	font-style: normal !important;
	font-size: 450px;
}
.ig-container {
	max-width: 1510px;
  width: 100%;
  margin: 0 auto;
  padding: 75px 15px;
	position: relative;
	display: flex;
  justify-content: center;
  align-items: flex-start;
	gap: 20px;
}
.img-wrapper {
    position: relative;
    overflow: hidden;
}
.img-wrapper canvas {
    display: block;
    width: 100%;
    height: auto;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.img-wrapper img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    position: absolute;
    top: 0;
    left: 0;
}
.ig-item i {
	font-style: normal !important;
}
.ig-item {
	width: 25%;
}
.ig-item.title {
	width: 550px;
}
.ig-item a {
	overflow: hidden;
}
.ig-item a:hover img {
	transform: scale(1.1);
}
.ig-container .global-site-title {
	color: #00aeef;
	margin-top: 95px;
	padding: 0 0 0 50px;
}









.image-holder{
  position: relative;
}

.image-holder canvas{
  display: block;
  height: 100%;
  width: 100%;
}

.image-holder img{
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
}

section.videos {
    position: relative;
    padding: 12.5vw 11.25vw;
    background: linear-gradient(to bottom,  rgba(0,169,234,1) 0%,rgba(6,106,139,1) 100%);
}

.video-slider .slick-current.slick-active.slick-center {
    transform: scale(2.2);
    position: relative;
    z-index: 33;
}

.video-slider > .slick-list {
    overflow: visible;
}



.video-slider > .slick-list .slick-slide {
    opacity: 0;
}

.video-slider > .slick-list .slick-active {
    opacity: 1;
    transform: scale(1.646);
}



























.video-slider-item p {
    display: none;
}


.video-slider .slick-current.slick-active.slick-center p {
    display: block;
    color: #fff;
    font-size: 9px;
    position: absolute;
    bottom: -10px;
    text-align: center;
    width: 100%;
    padding: 0 !important;
    margin: 0px !important;
}

.video-slider-item a .image-holder:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    z-index: 2;
    opacity: 55%;
}

.play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50% , -50%);
    z-index: 2;
    width: 39px;
    height: 39px;
    background: #000;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.play-button i {
    font-style: normal !important;
    color: #fff;
    position: relative;
    left: 1px;
    font-size: 12px;
}












.videos-container {
    position: relative;
}

.videos-container .global-site-title {
    position: absolute;
    top: -15.875vw;
    left: 0;
    text-align: center;
    width: 100%;
}

section.videos {
    padding: 20.5vw 11.25vw 18.5vw  11.25vw;
}













.videos-container {
    position: relative;
}

.videos-container .global-site-title {
    position: absolute;
    top: -15.875vw;
    left: 0;
    text-align: center;
    width: 100%;
}

section.videos {
    padding: 20.5vw 11.25vw 18.5vw  11.25vw;
}

.videos-wrapper .slick-dots {
    position: absolute;
    display: flex;
    justify-content: center;
    width: 100%;
    list-style: none !important;
    margin: 0px !important;
    line-height: 1 !important;
    gap: 10px;
    bottom: -13vw;
}

.videos-wrapper .slick-dots li button {
    background: transparent;
    font-size: 0;
    border: 0;
    width: 14px;
    height: 14px;
    background: #00aaeb;
    border-radius: 50%;
    padding: 0 !important;
}

.videos-wrapper .slick-dots li {
    height: auto !important;
    padding: 0 !important;
    margin: 0px !important;
}

.videos-wrapper .slick-dots li.slick-active button {
    background: #fff;
}




.video-slider-item a .image-holder:before {
    transition: all 0.3s ease-in-out;
}

.video-slider-item a:hover .image-holder:before {
    opacity: 20%;
}




.aiosp-iframe-holder .aiosp-content {
    max-width: 964px !important;
}






.jot-container .nc-wrapper {
    display: flex;
    align-items: center;
    flex-flow: row wrap;
    padding: 0;
    width: 100%;
    max-width: 1340px;
    margin-left: auto;
    margin-right: auto;
    justify-content: space-between;
}

.jot-container {
    max-width: 100%;
    padding-top: 112px !important;
    padding-bottom: 106px !important;
}

.jot-container .nc-wrapper img {
    margin: 0px !important;
    width: calc((590 / 1340)* 100%);
}

.jot-inr-cont {
    width: calc((690/ 1340) * 100%);
}

.nc-wrapper .global-site-title {
    text-align: left;
}

.nc-text p {
    text-align: left;
}

.nc-text p br {
    display: none;
}













.testi-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-style: normal;
    z-index: 9;
    height: 60px;
    width: 60px;
    border-radius: 50%;
    background: #01adef;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.3s ease-in-out;
}

.testi-arrow i {
    font-style: normal !important;
    line-height: 1;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50% , -50%);
}


a.testi-next-arrow {
    right: 0;
}


.testi-arrow:hover {
    background: #097eaa;
}




/*******************************************************
 *
 * Mobile styles and other media queries
 *
 *******************************************************/

@media only screen and (min-width: 992px) {
	.jot-main-wrap {
		font-size: 1.375vw;
	}
	.jot-container {
		max-width: 94.375vw;
		padding: 0 0.938vw;
	}
	.jot-container-full {
		padding: 0 0.938vw;
	}
	.jot-main-wrap .global-site-title {
		font-size: 4.155vw;
	}

	/*banner*/
	.banner-title {
		margin-top: 2.875vw;
		font-size: 3.125vw;
	}

	/*section 1*/
	.it-wrapper:before {
		height: 3.125vw;
	}
	.it-content {
		padding: 1.75vw 6.25vw;
	}
	.it-content .global-site-title {
		font-size: 4vw;
	}
	.it-text p {
		font-size: 1.563vw;
	}

	/*section 2*/
	.nc-wrapper {
		padding: 4.75vw 0;
	}
	.nc-wrapper .global-site-title {
		margin-bottom: 1.75vw;
	}
	.nc-text p {
		font-size: 1.563vw;
	}

	/*section 3*/
	.tt-wapper {
		padding: 5.063vw 0;
	}
	.tt-content .global-site-title {
		font-size: 4vw;
		padding-bottom: 0.938vw;
	}
	.tt-text {
		font-size: 1.25vw;
	}
	.tt-text ul {
		margin-left: 1.25vw !important;
	}

	/*section 4*/
	.cgc-wrapper {
		padding: 11.563vw 0;
	}
	.cgc-wrapper .global-site-title {
		font-size: 5.625vw;
	}
	.cgc-wrapper .global-site-title span {
		font-size: 5.625vw;
	}
	.cgc-text p {
		font-size: 1.25vw;
	}

	/*section 5*/
	.the-brokerage:before,
	.the-brokerage:after {
		height: 3.125vw;
	}
	.the-brokerage .bg-wrapper {
	  margin-top: -8.125vw;
	}
	.tbr-wrapper {
		padding: 7.875vw 0;
	}
	.tbr-wrapper .global-site-title {
		font-size: 4vw;
	}
	.tbr-text {
		font-size: 1.25vw;
	}
	.tbr-text ul {
		margin-left: 1.25vw !important;
	}

	/*section 6*/
	.mto-wrapper {
		padding: 6.25vw 0;
	}
	.mto-content {
		padding: 3.125vw 0;
	}
	.mto-title {
		padding: 1.25vw;
		border: 0.063vw solid #00aeef;
		font-size: 3.75vw;
		min-height: 12.125vw;
		max-width: 28.438vw;
		margin-left: -1.875vw;
	}
	.mto-text {
		padding: 0 4.063vw;
	}
	.mto-item {
		margin: 1.563vw 0;
	}
	.mto-item:not(:last-child) {
		padding-bottom: 3.938vw;
	}
	.mto-name {
		font-size: 1.875vw;
		margin-bottom: 0.313vw;
	}
	.mto-pos {
		font-size: 1.25vw;
	}
	.mto-desc p {
		font-size: 1.125vw;
	}

	/*section 7*/
	.why-work {
		padding-top: 3.125vw;
	}
	.ww-container {
		padding: 6.25vw 0 4.375vw;
	}
	.ww-content {
		margin-top: 5.125vw;
	}
	.ww-item {
		padding: 1.25vw;
	}
	.ww-num {
		font-size: 3.875vw;
		margin-bottom: 0.813vw;
	}
	.ww-text {
		font-size: 1.575vw;
	}
	.ww-stars {
		gap: 0.313vw;
	}
	.ww-stars span {
		font-size: 2.5vw;
	}
	.ww-review {
		gap: 1.875vw;
		margin-top: 0.938vw;
	}
	.ww-review .ww-text {
		font-size: 1.858vw;
	}
	.ww-item:not(:last-child) {
		border-right: 0.125vw solid #fff;
	}

	/*section 8*/
	.tb-wrapper .global-site-title {
		padding: 3.5vw 0.938vw 4.125vw;
	}
	.tb-content {
		padding: 3.438vw 0 6.375vw 0;
	}
	.tb-content a.tb-cta {
		padding: 0.625vw 3.125vw 1.25vw;
		border-top-left-radius: 3.938vw;
		border-bottom-left-radius: 3.938vw;
		border-top-right-radius: 3.938vw;
		border-bottom-right-radius: 3.938vw;
		border: 0.313vw solid #fff;
	  gap: 1.25vw;
	}
	.tb-content a span {
		margin-top: 0.938vw;
	}
	.tb-content a em {
	  font-size: 2.188vw;
	}

	/*section 9*/
	.footer-contact-wraper {
		padding: 6.313vw 0;
	}
	.fc-content {
		gap: 2.5vw;
	}
	.fc-items {
		border: 0.063vw solid #fff;
		padding: 2.188vw;
	}
	.footer-contact-wraper .global-site-title {
		margin-bottom: 2.625vw;
		font-size: 4.375vw;
	}
	.fc-title {
		font-size: 1.875vw;
		margin-bottom: 1.625vw;
	}
	.location-items span {
		margin-bottom: 1vw;
		gap: 1.25vw;
	}
	.location-items em {
		margin-right: 0.625vw;
	}
	.location-items em.ai-font-location-c {
		font-size: 1.563vw;
	}
	.location-items em.ai-font-mobile-a {
		font-size: 1.375vw;
		margin-right: 0.813vw;
		margin-left: 0.313vw;
	}
	.location-items em.ai-font-envelope-f {
		font-size: 0.813vw;
		margin-right: 0.563vw;
		margin-left: 0.125vw;
	}
	.socials-items {
		gap: 0.813vw;
	}
	.socials-items span a {
		border: 0.063vw solid #fff;
		width: 3.125vw;
		height: 3.125vw;
		font-size: 1.563vw;
	}
	.fc-socials-cta {
		border: 0.063vw solid #fff;
		padding: 1.25vw;
		margin-top: 1.875vw;
		border-top-left-radius: 2.188vw;
		border-bottom-left-radius: 2.188vw;
		border-top-right-radius: 2.188vw;
		border-bottom-right-radius: 2.188vw;
		height: 4.375vw;
		 max-width: 18.75vw;
	}


	/*new added section*/
	.yt-container {
		max-width: 94.375vw;
		padding: 3.13vw 0.938vw;
	}
	.yt-left-content {
		padding: 3.26vw 2.36vw 0;
	}
	.yt-left-content p {
		font-size: 1.05vw;
	}
	.yt-cta {
	  max-width: 13.4vw;
	  height: 3.15vw;
		font-size: 1.05vw;
	  margin: 1.68vw 0 -1.68vw;
	}
	.yt-cta i {
		font-size: 1.84vw;
	  margin-right: 0.79vw;
	}
	.video-wrapper a i {
		font-size: 1.05vw;
	  padding: 1.31vw 1.58vw;
	}

	.ig-container {
		max-width: 94.375vw;
		padding: 4.69vw 0.938vw;
		gap: 1.05vw;
	}
	.ig-icon {
		width: 15.76vw;
	}
	.ig-icon i {
		font-size: 23.65vw;
	}
	.ig-item.title {
		width: 28.9vw;
	}
	.ig-container .global-site-title {
		margin-top: 4.99vw;
		padding: 0 0 0 2.63vw;
	}

}


/* iPad(portrait) | Galaxy Tab 4(portrait)  */

@media only screen and (max-width: 991px) {


	.jot-container .nc-wrapper img {
	    width: 100%;
	    max-width: 400px !important;
	    margin-left: auto !important;
	    margin-right: auto !important;
	    margin-bottom: 30px !important;
	}

	.jot-inr-cont {
	    width: 100%;
	}

	.video-slider-item p {
	    display: block;
	    text-align: center;
	    color: #fff;
	}


	.video-slider > .slick-list .slick-active {
	    opacity: 1;
	    transform: scale(1);
	}

	section.videos {
	    padding: 69px 35px;
	}

	.videos-container .global-site-title {
	    top: 0;
	    position: relative;
	    margin-bottom: 30px;
	}

	.videos-wrapper .slick-dots {
	    position: relative;
	    bottom: 0;
	}

	.videos-wrapper .slick-dots li button {
	    width: 10px;
	    height: 10px;
	}









	#content-full br {
		display: none;
	}
	.jot-main-wrap .global-site-title {
		text-align: center;
	}

	.banner-content {
		width: 80%;
		left: 50%;
		transform: translateX(-50%);
		max-width: 100%;
	}
	.banner-title {
		margin-top: 26px;
		font-size: 30px;
		text-align: center;
	}

	.it-wrapper {
		flex-direction: column;
	}
	.it-img {
		width: 80%;
		z-index: 1;
	}
	.it-content {
		width: 100%;
		padding: 28px 20px;
	}
	.it-content .global-site-title {
		font-size: 50px;
	}
	.it-text p {
		font-size: 20px;
		text-align: center;
	}

	.jot-main-wrap .global-site-title {
		font-size: 50px;
	}

	.nc-text p {
		font-size: 20px;
		text-align: center;
	}

	.tt-wapper {
		flex-direction: column;
	}
	.tt-content {
		width: 100%;
	}
	.tt-img {
		width: 80%;
	}
	.tt-content .global-site-title {
		font-size: 50px;
	}
	.tt-text {
		font-size: 20px;
		text-align: center;
	}
	.tt-text ul {
		margin-left: 0 !important;
		list-style-position: inside;
	}


	.cgc-wrapper {
		width: 100%;
	}
	.cgc-wrapper .global-site-title {
		font-size: 50px;
	}
	.cgc-wrapper .global-site-title span {
		font-size: 50px;
	}
	.cgc-text p {
		font-size: 20px;
		text-align: center;
	}


	.tbr-wrapper {
		width: 100%;
	}
	.tbr-wrapper .global-site-title {
		font-size: 50px;
	}
	.tbr-text {
		font-size: 20px;
		text-align: center;
	}
	.tbr-text ul {
		margin-left: 0 !important;
		list-style-position: inside;
	}
	.jot-container {
		z-index: 1;
		position: relative;
	}
	.the-brokerage .bg-wrapper {
		width: 80%;
		margin-top: 0;
	}
	.the-brokerage .bg-wrapper canvas {
		opacity: 0.2;
	}

	.mto-wrapper {
		flex-direction: column;
	}
	.mto-img {
		width: 80%;
	}
	.mto-content {
		width: 100%;
		text-align: center;
	}
	.mto-title {
		margin: 0 auto;
	}
	.ww-items {
		flex-direction: column;
	}
	.ww-item {
		width: 100%;
		border: none;
	}
	.ww-item:not(:last-child) {
		border-right: none;
		margin-bottom: 30px;
	}

	.fc-content {
		flex-direction: column;
		padding: 0 20px;
	}
	.footer-contact-wraper {
		text-align: center;
	}
	.location-items span {
		justify-content: center;
	}
	.socials-items {
		justify-content: center;
	}
	.fc-socials-cta {
		margin-left: auto;
		margin-right: auto;
	}

	/*new section added*/
	.yt-container {
		flex-direction: column;
	}
	.yt-left-content {
		width: 100%;
		padding-bottom: 62px;
		margin-bottom: 20px;
		text-align: center;
	}
	.yt-right-content {
		width: 100%;
	}
	.yt-cta {
		margin: 0 auto;
	}


	.ig-container {
		align-items: center;
		flex-direction: column;
	}
	.ig-item.title {
		width: 100%;
		max-width: 100%;
	}
	.ig-container .global-site-title {
		margin-top: 0;
	  padding: 0;
	  margin-bottom: 50px;
	}
	.ig-item {
		width: 100%;
		max-width: 400px;
	}

}


/* Galaxy Tab 3(portrait) | Galaxy S5(landscape) */

@media only screen and (max-width: 767px) {

}

@media only screen and (max-width: 567px) {

}

/* Galaxy S5(portrait) | iPod Touch(landscape) | iPod Touch(portrait) */

@media only screen and (max-width: 480px) {

}
