.ip-about {

}
/* Main : START */
/*.ip-join-main {
	position: relative;
	background: url(../../images/join-our-team/heading-bg.jpg) no-repeat right top / 100% auto;
	padding: 135px 0 70px;
}*/

div#ip-about {
    background-image: url(../../images/join-our-team/ip-join-our-team-bg.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center right;
    background-size: cover;
    overflow: hidden;
    padding: 135px 0 70px;
}

.name-Safari div#ip-about,
.is-mobile div#ip-about {
	background-attachment: scroll;
    background-position: right 2%;
    background-size: 150% auto;
}

.ip-join-main .global-accent {
	top: 208px;
	display: block;
}
.ip-join-main-text {
	font-size: 17px;
	font-weight: 300;
	line-height: 1.5;
	letter-spacing: 0.05em;
}
.ip-join-main-text .global-title {
	margin-bottom: 70px;
}

.ip-join-main-text .global-title h2 {
    font-size: 80px;
}

.ip-join-main-text .global-title h2 span{
	margin-bottom: 25px;
}

.ip-join-main-text .global-title strong{
    display: inline-block;
}
.ip-join-main-text p {
	margin-bottom: 38px;
	text-align: left;
}
.ip-join-main-text p.heading {
	font-size: 18px;
	font-weight: 600;
	line-height: 1.3;
}
.ip-join-main-team {
	position: relative;
	margin-bottom: 60px;
}
.ip-join-main-team + .ip-join-main-text .container::before {
	content: '';
	display: block;
	width: 35px;
	height: 3px;
	background: var(--primary-color);
	margin-bottom: 35px;
}
.ip-join-main-team .global-overlay {
	height: 78.7%;
	top: 17.1%;
}
.ip-join-main-team-inner {
	position: relative;
}
.ip-join-main-team-inner::before {
	content: '';
	display: block;
	position: absolute;
	width: 100%;
	height: 82.97%;
	bottom: 0;
	background: url(../../images/home/team-photo-bg.jpg) #cccccc no-repeat center center/cover;
	-webkit-box-shadow: 0px 0px 46px 0px rgba(0, 0, 0, 0.4);
	box-shadow: 0px 0px 46px 0px rgba(0, 0, 0, 0.4);
	z-index: -1;
}
.ip-join-main-team-inner img {
	margin: auto;
}

span.ip-jot-title {
    font: 400 100px/0.86 var(--title-font);
    font-size: 50px;
    display: block;
    /*margin: 1.5em 0 0.75em;*/
    color: var(--primary-color);
}

span.ip-jot-title em {
    color: #000;
}


/* Main : END */

/* Awards : START */
.ip-join-awards {
	position: relative;
	background: url(../../images/about/awards-bg.jpg) no-repeat center center / cover;
	padding: 45px 0 125px;
}
.ip-join-awards::before,
.ip-join-awards::after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}
.ip-join-awards::before {
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.95)), color-stop(51%, rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.95)));
	background: linear-gradient(to bottom, rgba(255, 255, 255, 0.95) 0%, rgba(255, 255, 255, 0) 51%, rgba(255, 255, 255, 0.95) 100%);
	z-index: 1;
}
.ip-join-awards::after {
	background: rgba(255, 255, 255, 0.85);
	z-index: 2;
}
.ip-join-awards .global-accent {
	top: 90px;
}
.ip-join-awards .global-overlay {
	height: 685px;
	top: 30px;
}
.ip-join-awards-container {
	position: relative;
	z-index: 10;
	width: 1170px;
	max-width: 100%;
	padding: 0 15px;
	margin: 0 auto;
}
.ip-join-awards .global-title {
	text-align: center;
	margin-bottom: 35px;
}
.ip-join-awards-holder {

}
.ip-join-awards-list {

}
.ip-join-awards-item {

}
.ip-join-awards-item img {
	margin: auto;
	transition: all 0.35s ease-in-out;
}
.ip-join-awards-item:not(.slick-center) img {
	transform: scale(0.86);
}
.ip-join-awards-item.slick-active:not(.slick-center) img {
	transform-origin: top right;
}
.ip-join-awards-item.slick-center + .slick-active img {
	transform-origin: top left;
}
.ip-join-awards-item span {
	display: block;
	font-size: 30px;
	font-weight: 500;
	line-height: 1;
	letter-spacing: 0.05em;
	text-align: center;
	margin-top: 35px;
	opacity: 1;
	transition: all 0.35s ease-in-out;
}
.ip-join-awards-item:not(.slick-center) span {
	opacity: 0;
}
.ip-join-awards-arrows {
	position: absolute;
	top: 42.5%;
	right: 100px;
	z-index: 10;
}
.ip-join-awards-arrow {
	position: relative;
	width: 60px;
	height: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid #acacac;
	border-radius: 50%;
	background: rgba(32,32,32,0.8);
	font-size: 14px;
	color: #ffffff;
	margin: 12px 5px;
	cursor: pointer;
	transition: all 0.35s ease-in-out;
}
.ip-join-awards-arrow:hover {
	background: rgba(32,32,32,1);
}
.ip-join-awards-arrow::before {
	content: '';
	display: block;
	position: absolute;
	width: 30px;
	height: 1px;
	top: 0;
	bottom: 0;
	margin: auto;
	background: #adadad;
}
.ip-join-awards-prev::before {
	right: -15px;
}
.ip-join-awards-next::before {
	left: -15px;
}
/* Awards : END */

/* Buttons : START */
.ip-join-buttons {
	position: relative;
	margin-top: -55px;
	z-index: 2;
}
.ip-join-buttons-holder .global-button {
	margin: 10px 25px;
}
/* Buttons : END */

/* Video : START */
.ip-join-video {
	margin-top: 60px;
	/*padding-bottom: 24px;*/
	padding-bottom: 0;
	position: relative;
}
.ip-join-video .global-overlay {
    width: 326px;
	height: 75%;
	/*bottom: 24px;*/
	top: 50%;
    transform: translateY(-50%);
}
.ip-join-video .global-overlay span {
	width: 455px;
    display: none;
}
/*
.ip-join-video .global-overlay.right {
	height: 458px;
	bottom: 155px;
}
*/
.ip-join-video-inner {
	position: relative;
	z-index: 10;
    justify-content: center;
}
.ip-join-video-agent {
	width: 43.70%;
	position: relative;
	z-index: 2;
    display: none;
}
.ip-join-video-agent-holder {
	position: relative;
	margin: 0 -7.1% 0 -8.5%;
	pointer-events: none;
}
.ip-join-video-agent-holder::before {
	content: '';
	display: block;
	position: absolute;
	width: 86.26%;
	height: 80.55%;
	bottom: 0;
	left: 8px;
	right: 0;
	margin: auto;
	background: url(../../images/home/agent-photo-bg.jpg) #cccccc no-repeat center center/cover;
	-webkit-box-shadow: 0px 0px 46px 0px rgba(0, 0, 0, 0.4);
	box-shadow: 0px 0px 46px 0px rgba(0, 0, 0, 0.4);
	z-index: -1;
}
.ip-join-video-agent-holder img {
	width: 100%;
}
.ip-join-video-main {
	width: 56.30%;
	position: relative;
	z-index: 1;
}

.ip-join-video-main .video-wrap {
	position: relative;
	display: block;
}
	
	.ah-video {
	    display: block;
	    position: relative;
	    overflow: hidden;
	    width: 100%;
	    height: 100%;
	}

		.ah-video::before {
			position: absolute;
			content: '';
			left: 0;
			top: 0;
			width: 100%;
			height: 100%;
			background: #000000;
			opacity: 0.3;
			z-index: 3;
			transition: all 0.35s ease-in-out;
		}

			.ah-video.is-playing::before {
				opacity: 0;
			}
	
		.ip-join-video-main .ah-video-icon {
		    position: absolute;
		    top: 50%;
		    left: 50%;
		    -webkit-transform: translate(-50%,-50%);
		    -ms-transform: translate(-50%,-50%);
		    transform: translate(-50%,-50%);
		    z-index: 10;
		    border-radius: 50%;
		    -webkit-transition: 0.3s all ease-in-out;
		    -o-transition: 0.3s all ease-in-out;
		    transition: 0.3s all ease-in-out;
		    cursor: pointer;
		}
		
		.ip-join-video-main .video-wrap .ah-video-icon .play-video {
			width: 110px;
		    height: 110px;
		    display: block;
			background: url(../../images/icon-play.png) no-repeat center center;
			z-index: 3;
		}

		.ip-join-video-main .video-wrap .ah-video-icon span.ai-font-pause-button-a {
		    position: absolute;
		    content: '';
		    top: 50%;
		    left: 50%;
		    -webkit-transform: translate(-50%,-50%);
		    -ms-transform: translate(-50%,-50%);
		    transform: translate(-50%,-50%);
		    font-size: 36px;
		    color: #fff;
		    -webkit-transition: 0.3s all ease-in-out;
		    -o-transition: 0.3s all ease-in-out;
		    transition: 0.3s all ease-in-out;
		    display: none;
		    cursor: pointer;
		}

		.ip-join-video-main .video-wrap .ah-video video {
			width: 100%;
		    height: auto;
		    position: absolute;
		    top: 50%;
		    left: 50%;
		    -webkit-transform: translate(-50%,-50%);
		    -ms-transform: translate(-50%,-50%);
		    transform: translate(-50%,-50%);
		    z-index: 1;
		}
		.ip-join-video-main .video-wrap .ah-video iframe {
		    width: 100%;
		    height: 100%;
		    position: absolute;
		    top: 50%;
		    left: 50%;
		    -webkit-transform: translate(-50%,-50%);
		    -ms-transform: translate(-50%,-50%);
		    transform: translate(-50%,-50%);
		    z-index: 1;
		}

		.ip-join-video-main .video-wrap .ah-video.is-playing iframe {
		    z-index: 3;
		}

/*.ip-join-video-main a {
	display: block;
	position: relative;
}
.ip-join-video-main a::before,
.ip-join-video-main a::after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}
.ip-join-video-main a::before {
	background: #000000;
	opacity: 0.3;
	z-index: 2;
	transition: all 0.35s ease-in-out;
}
.ip-join-video-main a:hover::before {
	opacity: 0.7;
}
.ip-join-video-main a::after {
	background: url(../../images/icon-play.png) no-repeat center center;
	z-index: 3;
}*/
.ip-join-video-main canvas {
	display: block;
	width: 100%;
	background-color: #cccccc;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	z-index: 2;
}

.ip-join-video-main .is-playing canvas {
	display: block;
	width: 100%;
	background-color: #cccccc;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	z-index: 1;
}
/* Video : END */


.ip-list-join{

	margin-left: 28px;
	list-style: none;

}

.ip-list-join li{

    line-height: 1;
    margin: 30px 0;
    font-weight: 400;
    padding-left: 20px;
    position: relative;

}

.ip-list-join li::before {
    content: "";
    background: var(--primary-color);
    font-weight: bold;
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    margin-right: 10px;
    position: absolute;
    top: 50%;
    left: 0;
     transform: translateY(-50%); 
}


.ip-container .footer-top-container, .ip-container .footer-top-bg{

    background: url(../../images/join-our-team/contact-bg-ip.jpg) #cccccc no-repeat center center/cover;
}

.sec-sub-title {
    font-family: var(--title-font);
    font-weight: 400;
    font-size: 36px;
    display: block;
    margin: 0.75em 0;
    color: #01539e;
}

.ip-join-video-main .sec-sub-title {
	text-align: center;
}

span.main-text-bottom {
    color: #01539e;
}

.message-video {
	text-align: center;
}

@media only screen and (max-width: 1440px) {
  #inner-page-wrapper .ip-join-main-text{
    padding: 0 135px;
  }

  #inner-page-wrapper .ip-join-main-text .container{
  	max-width: 100%;
  }
}

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

}

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

@media only screen and (max-width: 1199px) {
	.ip-join-awards-arrows {
		right: 45px;
	}
	#inner-page-wrapper .ip-join-main-text{
	    padding: 0 88px;
	  }
}

@media only screen and (max-width: 991px) {
	#inner-page-wrapper .ip-join-main-text{
      padding: 0;
    }

    #inner-page-wrapper{
    	padding-top: 0 !important;
    }
	.ip-join-main {
		background-size: 150% auto;
		padding-top: 70px;
		padding-bottom: 0px;
	}
	.ip-join-main-team .global-overlay {
		display: none;
	}
	.ip-join-main-team {
		padding-left: 0;
		padding-right: 0;
	}
	.ip-join-awards-arrows {
		position: relative;
		top: inherit;
		right: inherit;
	}
	.ip-join-video {
        margin-top: 0;
		padding-top: 0;
		padding-bottom: 0;
		position: relative;
    	overflow: hidden;
	}
	.ip-join-video-agent {
		width: 100%;
	}
	.ip-join-video-agent-holder {
		max-width: 500px;
		margin: 0 auto 50px;
	}
	.ip-join-video-main {
		width: 100%;
	}

	.ip-join-buttons{
		margin: 20px 0 ;
	}
    div#ip-about {
        padding-top: 0;
        padding-bottom: 0;
        
    }
}

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

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

	.ip-join-main-text .global-title h2 {
		font-size: 40px;
		line-height: 1;
	}

	span.ip-jot-title {
		font-size: 36px;
	}
	
}