@font-face {
	font-family: 'men_line';
	src:url('../fonts/Montserrat-Bold.ttf');
	font-weight: 700;
	font-style: normal;
}
@font-face {
	font-family: 'Montserrat-Bold';
	src:url('../fonts/Montserrat-Bold.ttf');
	font-weight: 700;
	font-style: normal;
}
@font-face {
	font-family: 'Montserrat-SemiBold';
	src:url('../fonts/Montserrat-SemiBold.ttf');
	font-weight: 600;
	font-style: normal;
}

@font-face {
	font-family: 'Sailec';
	src: url('../fonts/sailec_reg.otf');
}

@font-face {
	font-family: 'Montserrat';
	src:url('../fonts/Montserrat-Light.ttf');
	font-weight: 300;
	font-style: normal;
}
@font-face {
	font-family: 'Montserrat';
	src:url('../fonts/Montserrat-Regular.ttf');
	font-weight: 400;
	font-style: normal;
}
@font-face {
	font-family: 'Montserrat';
	src:url('../fonts/Montserrat-Medium.ttf');
	font-weight: 500;
	font-style: normal;
}
@font-face {
	font-family: 'Montserrat';
	src:url('../fonts/Montserrat-SemiBold.ttf');
	font-weight: 600;
	font-style: normal;
}
@font-face {
	font-family: 'Montserrat';
	src:url('../fonts/Montserrat-Bold.ttf');
	font-weight: 700;
	font-style: normal;
}

@font-face {
	font-family: 'Montserrat';
	src:url('../fonts/Montserrat-ExtraBold.ttf');
	font-weight: 800;
	font-style: normal;
}

@font-face {
	font-family: 'Montserrat';
	src:url('../fonts/Montserrat-Black.ttf');
	font-weight: 900;
	font-style: normal;
}

html
{
	font-family: 'Montserrat' !important;
}
body
{
	width:100%;
	overflow-x:hidden;
	background-color: #fff;
	font-family: 'Montserrat' !important;
}
@media (min-width:768px){
	.team_block{left:0!Important}
}
@media (max-width:992px){
	body{
		background:#fff;
	}
}
h2, h4 
{
	font-family: 'Montserrat' !important;
	font-weight: 600 !important;
	color: #000;
}
.clear{
	clear:both;
}
.inner-cr {
	width: 100%;
	padding-left:9%;
	padding-right:9%;
}
.cr-title h2 {
	color: #000;
	font-size: 1.5vw;
	margin-top:calc(0.5vw);
	font-family: Montserrat-SemiBold;
}
.cr-title {
	float: left;
	width: 35%;
}
.cr-text {
	width: 65%;
	float: left;
	background-color: #fafafa;
	padding: calc(3vw) calc(3vw);
	margin-bottom:calc(4vw);
}
.cr-text p {
	font-size: 1.2vw;
	color: #ff4a03;
	font-family: Sailec;
	line-height: calc(2.3vw);
}
.cr-text ul li {
	color: #ff4a03;
	font-family: Sailec;
	font-size: 1.2vw;
	list-style: square;
	padding-left: 1.2vw;
	line-height: calc(2.3vw);
}
.cr-text ul li span {color:#898989}
.cr-text ul {
	margin-left: -1.8vw;
}
.cr-text-footer {
	border-top: 2px solid #928c7c;
	padding-top: calc(1vw);
}
.cr-foot-right a {
	background-color: #ff4a03;
	color: #fff;
	padding: calc(1.2vw) calc(2.4vw);
	font-size: 1vw;
	font-family: Montserrat;
	border-radius: 14px;
}
.cr-foot-left {
	float: left;
	font-size: 1.2vw;
	color: #000;
	font-family: Sailec;
	margin-top: 25px;
}
.cr-foot-right {
	float: right;
	margin-top: 29px;
}
#careers-area {
	width:100%;
	margin-top: calc(7vw);
}

.flex-button {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: absolute;
    bottom: 5px;
    left: 0;
    right: 0;
    padding: 0 5vw;
    width: 88vw;
    z-index: 20;
}
@media(min-width:767px){
	.flex-button{display:none}
}
.teem_but {
    transition: 0.2s;
    width: 50px;
    height: 50px;
    border: none!important;
    color: #fff;
    font-size: 10vw;
    background: transparent;
    border-radius: 100px;
    opacity: 0.9;
    cursor: pointer;
    margin-left: 0.5vw;
    margin-right: 0.5vw;
    margin-top: -18vw;
	outline:none;
}



@media (min-width: 992px){
.about_us_heading h2{
	font-size:48px!important;
}

/************************slider***************************/
.slider_is{
	position:relative;
	width:82vw;
	margin-left:9vw;
	overflow:hidden;
	height:calc(55vw);
}

.slider_is img{
	position:relative;
	height:100%;
}

.slider_is .dis{
	position:absolute;
	top:0;
	display:none;
}

.slider_nav{
	padding-top:calc(1vw);
	width:100%;
	transform: scale(0.4);
}

.slider_nav button{
	vertical-align: middle;
	border:0;
	border-radius:100px;
	width:4.95vw;
	height:calc(4.95vw);
	padding:calc(0.5vw);
	background:transparent;
}

.slider_nav button div{
	vertical-align: middle;
	border:0;
	border-radius:100px;
	width:2.5vw;
	height:calc(2.5vw);
	background:#e6e7e8;
}

.slider_active{
	border:calc(0.2vw) solid #e6e7e8!important;
}
.slider_active div{
	background: #e6e7e8!important;
	    width: 3.5vw!important;
    height: 3.5vw!Important;
}
/************************end slider***************************/

/*****************TEAM********************************/


.teem_is_mob{
	display:none;
}

.team_tit{
	margin-top: calc(5.5vw);
	margin-bottom: calc(4.8vw);
}

.team{
	margin-left:9vw;
	width:91vw;
}

.team_abs{
	
}

.team_block{
	width:20%;
	height:calc(18vw);
	overflow: hidden;
	float:left;
	position: relative;
	margin-top: 0;
	margin-bottom: 0;
}

.team_block a div{
	font-size:4.1vw;
	margin-left:1.3vw;
	margin-top:calc(1vw);
	font-weight:700;
	color:#fff;
	text-decoration:underline;
	cursor: pointer;
}

.team_block img{
	width:100%;
}

.team_tit{
	margin-top: calc(5.5vw);
	margin-bottom: calc(4.8vw);
}

.team{
	margin-left:11.5vw;
	width:88.5vw;
}

.team_abs{
	top: calc(237vw + 88vh);
}

.team_block {
    width: 33%;
    height: calc(28.5vw);
    overflow: hidden;
    float: left;
    position: relative;
    margin-top: 0;
    margin-bottom: 0;
}

.team_block a div{
	font-size:4.1vw;
	margin-left:1.3vw;
	margin-top:calc(1vw);
	font-weight:700;
	color:#fff;
	text-decoration:underline;
	cursor: pointer;
}

.team_block img{
	width:100%;
}

.team_mob{
	display:none;
}

.team_mob2{
	display:none;
}

.team_under {
    transition: 0.3s;
    position: absolute;
    top: auto;
    bottom: 0;
    left: 0;
    width: 100%;
    color: #fff;
    font-size: 14px;
    padding-bottom: 10px;
    padding-top: 10px;
    background: rgba(0,0,0,0.4);
}

.team_under strong{
	transition:0.5s;
	position:relative;
	bottom: -20px;
}

.team_under span{
	transition:0.3s;
	position:relative;
	bottom: -20px;
}


.team_cover{
	display:flex;
	justify-content: center;
	align-items:center;
	transition: 0.3s;
	opacity:0;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	
}

.team_cover:hover{
	transition: 0.3s;
	opacity:1;
	transform: skewY(0deg);
}
.team_cover:hover div strong{
	transition:0.3s;
	bottom:0;
}
.team_cover:hover div span{
	transition:0.4s;
	bottom:0;
}

.team_soc{
	transition:0.2s;
	width:50px;
	height:50px;
	border:2px solid #fff;
	color:#fff;
	font-size:20px;
	background:transparent;
	border-radius: 100px;
	opacity:0.7;
	cursor:pointer;
	margin-left:0.5vw;
	margin-right: 0.5vw;
}

.team_soc:hover{
	transition: 0.2s;
	opacity: 1;
}


.our_team_heading.explore_our_space h2 {
	margin-bottom: 78px;
}

.about-sd.team_abs{
	top:calc(187vw);
}
.about-sd.p_all_abs {
	color: #000;
	font-size: 0.9vw;
	font-family: Sailec;
	position: absolute;
	transform: rotate(90deg);
}
.p_all_abs{	
	position: absolute;
	transform:rotate(90deg);
	color:#000;
	font-size:0.9vw;
	font-family: Sailec;
}

.cr-bg{
	background:#fff;
}

/*****************END TEAM********************************/
.career_img_ar{
	position:absolute;
	top:calc(23vw);
	height:calc(6vw)!important;
}

.non_desktop{
	display:none;
}

.non_mob{
	margin-top:120px;
}

.career_tab{
	padding-top:0!important;
}

.career_text {
	color: #828876;
	font-family: Sailec;
	/* opacity: 0.7; */
	font-size: 16px;
	margin-bottom: 23px;
	width: 95%;
}

.career_big{
	font-size:1.2vw!important;
}

.arrow_div{
	padding-bottom: 0!important;
}

.bold_top strong, .bold_top a{
	font-family: Montserrat-SemiBold!important;
	font-weight:600!important;
	font-size:1.36vw;
	color:#000;
	text-decoration:none;
	
}

.bold_top a:hover{text-decoration:none;}
.footer{
	background:#000;
	padding-top:calc(6vw);
	padding-bottom:calc(6vw);
}

.footer img{
	height:calc(3vw);
	display:block;
}

a .foo_nav{
	display:inline-block;
	vertical-align: top;
	margin-top:calc(5vw);
	margin-bottom:calc(5vw);
	color:#fff;
	font-size:0.9vw;
	font-weight:600;
	margin-left:6vw;
	margin-right:6vw;
}

.foo_txt{
	font-family: Sailec;
	color:#000;
	width:73vw;
	line-height:calc(100vw / 48);
	letter-spacing: 0.05vw;
	font-size:1.15vw;
}
.razdel {
	margin-left: 8.5vw;
	font-size: 4vw;
	line-height: calc(7vw);
	color: #000;
	font-family: Montserrat-SemiBold;
}
.hiring-bg {
	background-image: url(../images/hiring.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	color: #fff;
	background-position: top center;
	padding-top: calc(16vw);
	padding-bottom: calc(15.3vw);
	margin-top: 0;
	margin-bottom: calc(5.4vw);
}
.hiring-bg h3 {
	font-size: 48px;
	line-height: 42.61px;
	text-align: center;
}


#nav_menu a:hover{
	text-decoration: underline;
	text-decoration-color: #000;
}

.nav_mob{
	display:none;
}


.top{
	padding-left:3vw;
	padding-top:calc(100vw / 65);
	width:96.85vw;
}

.top_left{
	float:left;
}

.top_right{
	float:right;
}

.top_right a{
	margin-left:4vw;
}

}

@media (min-width: 768px) and (max-width: 992px){
.p_all_abs{
	display:none;
}
.about_us_heading h2{
	text-align:left;
	font-size:5vw!important;
	padding-top:calc(3vw)!important;
	padding-bottom:calc(3vw)!important;
}
/************************slider***************************/
.slider_is{
	position:relative;
	width:80vw;
	margin-left:10vw;
	overflow:hidden;
	height:calc(55vw);
}

.slider_is img{
	position:relative;
	height:100%;
}

.slider_is .dis{
	position:absolute;
	top:0;
	display:none;
}

.slider_nav{
	padding-top:calc(2vw);
	width:100%;
	transform: scale(0.7);
}

.slider_nav button{
	vertical-align: middle;
	border:0;
	border-radius:100px;
	width:4.95vw;
	height:calc(4.95vw);
	padding:calc(0.5vw);
	background:transparent;
}

.slider_nav button div{
	vertical-align: middle;
	border:0;
	border-radius:100px;
	width:2.5vw;
	height:calc(2.5vw);
	background:#e6e7e8;
}

.slider_active{
	border:calc(0.2vw) solid #e6e7e8!important;
}
.slider_active div{
	background: #e6e7e8!important;
	    width: 3.5vw!important;
    height: 3.5vw!Important;
}
/************************end slider***************************/

.about_tablet{
	padding-left:9vw!important;
	padding-right:10vw!important;
	background: url(../images/about_us_bg.png) no-repeat top right;
	background-size:50vw;
}
/*#fff*/
body{
	background: url(../images/about_bg_2.png) no-repeat #fff!important;
	background-position-x:-20vw!important;
	background-position-y:calc(49vw)!important;
	background-size:50vw!important;
}

.about_us_small_text{
	width:80%;
}

.explore_our_space{	
	background:transparent!important;
}

.explore_our_space h2{
	font-size:4vw!important;
	margin-bottom:calc(1vw)!important;
}

.hiring-bg {
	background-image: url(../images/hiring.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	color: #fff;
	background-position: top center;
	padding-top: calc(16vw);
	padding-bottom: calc(15.3vw);
	margin-top: 0;
	margin-bottom: calc(5.4vw);
}
.hiring-bg h3 {
	font-size: 4vw;
	text-align: center;
}

.razdel{
	width:100vw;
	text-align:center;
	font-size:4vw;
	font-weight: 700;
	color:#000;
}

.inner-cr {
	width: 100%;
	padding-left:9%;
	padding-right:9%;
}
.cr-title h2 {
	color: #000;
	font-size: 2.1vw;
	margin-top:calc(0.5vw);
	font-family: Montserrat-SemiBold;
}
.cr-title {
	float: left;
	width: 35%;
}
.cr-text {
	width: 65%;
	float: left;
	background-color: #fafafa;
	padding: calc(3vw) calc(3vw);
	margin-bottom:calc(4vw);
}
.cr-text p {
	font-size: 2vw;
	color: #ff4a03;
	font-family: Sailec;
	line-height: calc(3.5vw);
}
.cr-text ul li {
	color: #ff4a03;
	font-family: Sailec;
	font-size: 2vw;
	list-style: square;
	padding-left: 1.2vw;
	line-height: calc(3.5vw);
}
.cr-text ul li span {color:#898989}
.cr-text ul {
	margin-left: -1.8vw;
}
.cr-text-footer {
	border-top: 2px solid #928c7c;
	margin-top: calc(3vw);
	padding-bottom: calc(2vw);
}
.cr-foot-right a {
	background-color: #ff4a03;
	color: #fff;
	padding: calc(1.3vw) calc(2.4vw);
	font-size: 2vw;
	font-family: Montserrat;
	border-radius: 14px;
}
.cr-foot-left {
	float:none;
	text-align:center;
	clear:both;
	display:block;
	font-size: 2vw;
	margin-top:calc(2vw);
	color: #000;
	font-family: Sailec;
}
.cr-foot-right {
	float:none;
	text-align:center;
	clear:both;
	display:block;
	margin-top: 29px;
}
	/**************************TEAM********************/

.teem_is_mob{
	display:none;
}

.team_tit{
	margin-top: calc(10vw);
	margin-bottom: calc(9.5vw);
}

.team{
	width:100vw;
}

.team_abs{
	top:calc(799vw);
	left:1vw;
}

.team_block{
	width:50%;
	height:calc(50vw);
	overflow: hidden;
	float:left;
	position: relative;
	margin-top: 0;
	margin-bottom: 0;
}

.team_block a div{
	font-size:7vw;
	margin-left:3vw;
	margin-top:calc(2vw);
	font-weight:700;
	color:#fff;
	text-decoration:underline;
	cursor: pointer;
}

.team_mob{
	display:none;
}

.team_mob2{
	display:none;
}

.team_block img{
	width:100%;
}

.team_under {
    transition: 0.3s;
    position: absolute;
    top: auto;
    bottom: 0;
    left: 0;
    width: 100%;
    color: #fff;
    font-size: 14px;
    padding-bottom: 10px;
    padding-top: 10px;
    background: rgba(0,0,0,0.4);
}

.team_under strong{
	transition:0.5s;
	position:relative;
	bottom: -20px;
}

.team_under span{
	transition:0.3s;
	position:relative;
	bottom: -20px;
}


.team_cover{
	display:flex;
	justify-content: center;
	align-items:center;
	transition: 0.3s;
	opacity:0;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	
}

.team_cover:hover{
	transition: 0.3s;
	opacity:1;
	transform: skewY(0deg);
}
.team_cover:hover div strong{
	transition:0.3s;
	bottom:0;
}
.team_cover:hover div span{
	transition:0.4s;
	bottom:0;
}

.team_soc{
	transition:0.2s;
	width:50px;
	height:50px;
	border:2px solid #fff;
	color:#fff;
	font-size:20px;
	background:transparent;
	border-radius: 100px;
	opacity:0.7;
	cursor:pointer;
	margin-left:0.5vw;
	margin-right: 0.5vw;
}

.team_soc:hover{
	transition: 0.2s;
	opacity: 1;
}
.mob_none{
	display:none;
	/**************************END TEAM********************/
}
.bold_top strong, .bold_top a{
	font-family: Montserrat-SemiBold!important;
	font-weight:600!important;
	font-size:2.7vw;
	color:#000;
	
}
.bold_top a:hover{text-decoration:none;}
.non_mob{
	display:none;
}


.footer{
	background:#000;
	padding-top:calc(11vw);
	padding-bottom:calc(6vw);
}

.footer img{
	height:calc(5.6vw);
	display:block;
}

a .foo_nav{
	font-family: Montserrat-SemiBold!important;
	display:inline-block;
	vertical-align: top;
	margin-top:calc(11vw);
	margin-bottom:calc(8vw);
	color:#fff;
	font-size:2.5vw;
	font-weight:700;
	margin-left:4vw;
	margin-right:4vw;
}

.foo_txt{
	font-family: Sailec;
	color:#000;
	opacity: 0.85;
	width:75vw;
	line-height:calc(3.8vw);
	letter-spacing: 0.1vw;
	font-size:2.2vw;
}

#nav_menu {
    position: fixed;
    left: auto;
    width: 100%;
    right: 0;
    top: 0;
    text-align: left;
    background: rgba(255,255,255,0.9);
    z-index: 100;
    height: 100vh;
    box-shadow: 0px 10px 15px -5px rgba(0,0,0,0.5);
    line-height: calc(6vw);
    padding-top: calc(2vw);
    padding-bottom: calc(2vw);
}

.nav_men_dis{	
	transition:0.5s;
	transform: scale(0);
}

.nav_men_act{
	transition:0.5s;
	transform: scale(1);
}

#nav_menu a{
	display:block;
	margin-left:8vw;
}

#nav_menu a:hover{
	text-decoration: underline;
	text-decoration-color: #000;
}

.nav_mob{
	background: transparent;
	border:0;
	position:relative;
	z-index:200;
	font-size:5.8vw;
	margin-top:calc(2.5vw);
	margin-right:4.3vw;
	color:#000;
	text-shadow: #000 1px 1px 0, #000 -1px -1px 0, 
                 #000 -1px 1px 0, #000 1px -1px 0;
}

.top{
	z-index: 500;
	/*background: #f3ece2;*/
	background: #fff;
	padding-left:6.2vw;
	width:94vw;
}

.top2{
	z-index: 500;
	/*background: #f3ece2;*/
	background: #fff;
	padding-left:6.2vw;
	width:100vw!important;
}


.top_left{
	float:left;
	padding-top:calc(4vw);
}

.top_right{
	float:right;
}

.top_right a{
	margin-left:4vw;
}
}

@media (max-width: 767px){
.about_us_heading h2{
	text-align:left;
	font-size:6.5vw!important;
	font-family: Montserrat-Bold!important;
	margin-bottom: 0!important;
	margin-top: 10vw;
}

.contact_us_link a{
	font-size:5vw!important;
}
/************************slider***************************/
.slider_is{
	position:relative;
	width:100vw;
	overflow:hidden;
	height:calc(68vw);
}

.slider_is img{
	position:relative;
	height:100%;
}

.slider_is .dis{
	position:absolute;
	top:0;
	display:none;
}

.slider_nav{
	padding-top:calc(8vw);
	width:100%;
}

.slider_nav button{
	vertical-align: middle;
	border:0;
	border-radius:100px;
	width:4.95vw;
	height:calc(4.95vw);
	padding:calc(0.5vw);
	background:transparent;
}

.slider_nav button div{
	vertical-align: middle;
	border:0;
	border-radius:100px;
	width:2.5vw;
	height:calc(2.5vw);
	background:#e6e7e8;
}

.slider_active{
	border:calc(0.2vw) solid #e6e7e8!important;
}
.slider_active div{
	background: #e6e7e8!important;
	    width: 3.5vw!important;
    height: 3.5vw!Important;
}
/************************end slider***************************/


.about_tablet{
	padding-left:7vw!important;
	padding-right:7vw!important;
	background: url(../images/about_us_bg.png) no-repeat;
	background-position-x:50vw;
	background-position-y:calc(15vw);
	background-size:70vw;
}
/*#fff*/
body {
    background: url(../images/about_bg_2.png) no-repeat #fff!important;
    background-position-x: -20vw!important;
    background-position-y: calc(60vh)!important;
    background-size: 50vw!important;
}
.desk_marg_top_10{
	position:relative;
	width:100%!important;
	padding:0!important;
	left:-5.5vw!important;
}

.desk_marg_top_10 iframe {
	width:100vw!important;
	height:60vw!important;
}

.hiring-bg {
	background-image: url(../images/hiring-mobile.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	color: #fff;
	height:calc(110vw);
	background-position: top center;
	padding-top: calc(40vw);
	padding-bottom: calc(15.3vw);
	margin-top: 0;
	margin-bottom: calc(5.4vw);
}
.hiring-bg h3 {
	margin-left: 25%;
	width:50%;
	font-size: 6.5vw;
	line-height:calc(10vw);
	text-align: center;
}

.razdel{
	width:100vw;
	text-align:center;
	font-size:7vw;
	font-weight: 700;
	color:#000;
}

.inner-cr {
	width: 100%;
	padding:0!important;
	margin-bottom: 0!important;
	padding-bottom: 0!important;
}
#careers-area{	
	margin-bottom: 0!important;
	padding-bottom: 0!important;
}
.cr-title h2 {
	color: #000;
	font-size: 5vw;
	margin-bottom:calc(8vw);
	font-family: Montserrat-SemiBold;
}
.cr-title {
	text-align: center;
	width: 100%;
}
.cr-text {
	width: 100%;
	background-color: #fafafa;
	padding: calc(5vw) calc(7vw);
	margin-bottom:calc(8vw);
}
.cr_text_last{
	margin-bottom:0!important;
}
.cr-text p {
	font-size: 4vw;
	color: #ff4a03;
	font-family: Sailec;
	line-height: calc(7.5vw);
}
.cr-text ul li {
	color: #ff4a03;
	font-family: Sailec;
	font-size: 4vw;
	list-style: square;
	padding-left: 1.2vw;
	line-height: calc(7.5vw);
}
.cr-text ul li span {color:#898989}
.cr-text ul {
	margin-left: -1.8vw;
}
.cr-text-footer {
	border-top: 2px solid #928c7c;
	margin-top: calc(3vw);
	padding-bottom: calc(2vw);
}
.cr-foot-right a {
	background-color: #ff4a03;
	color: #fff;
	padding: calc(3vw) calc(6vw);
	font-size: 4vw;
	font-family: Montserrat;
	border-radius: 10px;
}
.cr-foot-left {
	float:none;
	text-align:center;
	clear:both;
	display:block;
	font-size: 4vw;
	margin-top:calc(2vw);
	color: #000;
	font-family: Sailec;
}
.cr-foot-right {
	float:none;
	text-align:center;
	clear:both;
	display:block;
	margin-top: 29px;
}

.p_all_abs{
	display:none;
}
/*****************************TEAM***********************/

.teem_is_mob{
	padding-top:calc(8vw);
	padding-bottom:calc(8vw);
	width:100vw;
}
.teem_is_mob button{
	vertical-align: middle;
	border:0;
	border-radius:100px;
	width:4.95vw;
	height:calc(4.95vw);
	padding:calc(0.5vw);
	background:transparent;
}

.teem_is_mob button div{
	vertical-align: middle;
	border:0;
	border-radius:100px;
	width:3.5vw;
	height:calc(3.5vw);
	background:#e5dbcf;
}
.teem_is_mob_active{
	border:calc(0.2vw) solid #b6afa5!important;
}
.teem_is_mob_active div{
	background: #b6afa5!important;
}
.team_tit{
	margin-top: calc(9vw);
	margin-bottom: calc(8.5vw);
}

.team{
	position:relative;
	width:100vw;
}

.team_abs{
	top:calc(679vw);
	left:1vw;
}

.team_block{
	position:relative;
	width:100%;
	height:calc(100vw);
	overflow: hidden;
	position: relative;
	margin-top: 0;
	margin-bottom: 0;
}

.team_block a div{
	font-size:15vw;
	margin-left:4vw;
	margin-top:calc(4vw);
	font-weight:700;
	color:#fff;
	text-decoration:underline;
	cursor: pointer;
}


.team_dis{
	top:0;
	left:0;
	position:absolute!important;
	display:none;
}

.team_mob{
	position:absolute;
	z-index:90;
	top:auto;
	left:auto;
	bottom:10px;
	right:20px;
	font-size:10vw;
	font-weight:700;
	color:#d26a35;
}

.team_mob2{
	position:absolute;
	z-index:90;
	bottom:10px;
	left:20px;
	font-size:10vw;
	font-weight:700;
	color:#d26a35;
}

.team_block img{
	width:100%;
}


.team_under{

	text-align:center;

	transition:0.3s;

	position:absolute;

	top:auto;

	bottom:0;

	left:0;

	width:100%;

	color:rgba(255,255,255,0.9);

	font-size:4vw;

	padding-bottom:20px;

	padding-top:20px;

	background: rgba(0,0,0,0.3);

}

.flex-button {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: absolute;
    bottom: 14px;
    left: 0;
    right: 0;
    padding: 0 5vw;
    width: 98%;
    z-index: 20;
}







.team_cover{

	display:flex;

	justify-content: center;

	align-items:center;

	transition: 0.3s;

	opacity:1;

	position:absolute;

	top:0;

	left:0;

	width:100%;

	height:100%;

}







.teem_but {
    transition: 0.2s;
    width: 50px;
    height: 50px;
    border: none!important;
    color: #fff;
    font-size: 10vw;
    background: transparent;
    border-radius: 100px;
    opacity: 0.9;
    cursor: pointer;
    margin-left: 0.5vw;
    margin-right: 0.5vw;
    margin-top: -18vw;
}



.teem_but:hover{

	transition: 0.2s;

	opacity: 1;

}
.mob_none{
	display:none;
}
/*****************************END TEAM***********************/
.bold_top, .bold_top a{
	font-family: men_line;
	font-size:5vw;
	color:#000;
}


.non_mob{
	display:none;
}

.footer{
	background:#000;
	padding-top:calc(21vw);
	padding-bottom:calc(6vw);
}

.footer img{
	height:calc(18vw);
	display:block;
	padding-bottom:calc(6vw);
}

a .foo_nav{
	display:block;
	margin-top:calc(11vw)!important;
	margin-bottom:calc(8vw)!important;
	color:#fff;
	font-size:4vw;
	font-weight:700;
	margin-left:3vw;
	margin-right:3vw;
}

.foo_txt{
	font-family: Sailec;
	color:#d6d5d3;
	width:75vw;
	line-height:calc(7vw);
	letter-spacing: 0.1vw;
	font-size:2.8vw;
	margin-top:calc(20vw);
	margin-bottom:calc(7vw);
}

#nav_menu {
    position: fixed;
    left: auto;
    width: 100%;
    right: 0;
    top: 0;
    height: 100vh;
    text-align: left;
    background: rgba(255,255,255,0.9);
    z-index: 100;
    box-shadow: 0px 10px 15px -5px rgba(0,0,0,0.5);
    line-height: calc(8vw);
    padding-top: calc(9vw);
    padding-bottom: calc(2vw);
}

.nav_men_dis{	
	transition:0.5s;
	transform: scale(0);
}

.nav_men_act{
	transition:0.5s;
	transform: scale(1);
}

#nav_menu a{
	display:block;
	margin-left:8vw;
}

#nav_menu a:hover{
	text-decoration: underline;
	text-decoration-color: #000;
}
.nav_mob{
	background: transparent;
	border:0;
	position:relative;
	z-index:200;
	font-size:5.8vw;
	margin-top:calc(2.5vw);
	margin-right:4.3vw;
	color:#000;
	text-shadow: #000 1px 1px 0, #000 -1px -1px 0, 
                 #000 -1px 1px 0, #000 1px -1px 0;
}

.top{
	z-index: 500;
	/*background: #f3ece2;*/
	background: #fff;
	padding-left:6.2vw;
	width:93.8vw;
}

.top2{
	z-index: 500;
	/*background: #f3ece2;*/
	background: #fff;
	padding-left:6.2vw;
	width:100vw!important;
}

.top_left{
	float:left;
	padding-top:calc(4vw);
}

.top_right{
	float:right;
}

.top_right a{
	margin-left:4vw;
}

}
/*******************************************************/
.process_heading h2
{
	font-weight: bold !important;

}
.desk_marg_top_10
{
	margin-top: 10px;
}
.empty_height_about_us
{
	height: 30px;
}
.contact_us_link {
	margin-bottom: 19px;
}
.explore_our_space h2
{
	font-weight: bold;
	font-family: Montserrat-SemiBold;
	font-size: 48px;
line-height: 56.80px;
margin-bottom: 35px;
}

.active_team
{
	border-bottom: 3px solid #d26a35;
}
.our_team_heading.explore_our_space {
	padding-top: 10px;
}
.explore_our_space
{
	/*background : url(../images/about_bg_2.png);*/
	background-size: 30%;
	background-position: top left;
	background-repeat: no-repeat;
	padding-top: 100px;
}
.about_us_bg_top
{
	background : url(../images/about_us_bg.png);
	background-repeat: no-repeat;
	background-position: top right;
	background-size: 30%;
	padding-top: 100px;
}
.art_expression .brave_new_world {
	margin-bottom: 28px;
}
.brave_new_world
{
	color : #000;
	font-weight: 600;
    font-size: 16px;
    line-height: 22.72px;
    font-family: Montserrat-SemiBold;
}

@media (max-width: 767px){
	.brave_new_world{
		font-size: 4vw!important;
	}
	.career_text{
		font-size: 3.5vw!important;
		line-height:calc(6vw)!important;
		margin-bottom:calc(5vw);
	}
}
.about_us_heading h2
{
	font-family: Montserrat-Bold!important;
	font-weight: 600 !important;
	color: #000;
	    text-align: center;
}
.header
{
	height: 50px;
	background-color: white;


}
.connections_lowers
{
	background :url('../images/lines_bg.png');
	background-repeat: no-repeat;
	background-position: left;
}
.our_clients
{
	background-color: white;
}
.purpose_heading h2
{
	color: #000;
	font-weight: bold;
}
.purpose_small_text
{
	line-height: 30px;
	font-family: 'Cormorant', serif;
}

.about_bg_2 {
    background: url(../images/about_bg_2.png);
    background-size: 100%;
    position: absolute;
    width: 49vw;
    height: 33vw;
    top: -18vw;
    left: -8vw;
}

.our_space img
{
	max-width: 100%;
}
.about_us_small_text
{
    font-family: Sailec !important;
    font-size: 16px;
    line-height: 30px;
    color: #828876;
}
.contact_us_link a
{
	font-family: 'Cormorant', serif;
	color: #898989;
	text-decoration: underline;
	font-size: 22.72px;
    line-height: 56.8px;
}
.arrow img
{
	height: 100px;
	margin-right: 50px;
}
/*.arrow_div
{
	background-image: url('../images/carrersbg.png');
	
	background-size: 70%;
	background-repeat: no-repeat;
	background-position: right;
	padding-top: 80px;
	padding-bottom: 120px;
}*/
.arrow_div {
    /* background-image: url(../images/carrersbg.png); */
    background-image: url(../images/carrersbg-new.png);
    /* background-size: 68%; */
    /* background-repeat: no-repeat; */
    /* background-position: right; */
    padding-top: calc(8vw);
    padding-bottom: calc(11vw) !important;
    background-position: 56vw -1%;
    background-size: 100%;
    background-repeat: no-repeat;
}
@media (min-width: 768px) and (max-width: 992px){
	.arrow_div{
		background-image: url('../images/carrersbg-new.png')!important;
		padding-left:9vw!important;
	}
}

@media (max-width: 767px){
	.arrow_div{
		background-image: url('../images/carrersbg-new.png')!important;
		background-size: 230%!important;
		    background-position-x: 8vw;
		width:100%!important;
		padding-left:6vw!important;
	}
	.arr_mob{

		width:100%!important;
	}
}
.carrer_arrow_div
{
	margin-top: 300px;
}
.arrow_div img
{
	height: 100px;
	
}
.korean_text img
{
	height: 300px;
}
.part_ad_agency h1
{
	font-size: 36px;
	color: #000;
	letter-spacing: 3px;
	font-weight: bold;

}
#cosmetics
{
	background:url('../images/cosmetics_bg.png');
	padding: 20px 40px;
	background-size: 100%;
	background-position: top;
	background-repeat: no-repeat;
}
#webdeveloper
{
	background:url('../images/webdeveloper.png') center center;
	padding: 20px 40px;
	background-size: cover;
	background-repeat: no-repeat;
}
#marketing
{
	background:url('../images/marketing.png') center center;
	padding: 20px 40px;
	background-size: 100%;
	background-repeat: no-repeat;
	background-color:black;
}
#administration
{
	background:url('../images/administration.jpg') center center;
	padding: 20px 40px;
	background-size: 100%;
	background-repeat: no-repeat;
	background-color:black;
}
#admedia
{
	background:url('../images/social_media_marketing.jpg') center center;
	padding: 20px 40px;
	background-size: 100%;
	background-repeat: no-repeat;
	background-color:black;
}
.carrers_details
{
	font-size: 12px;
	font-family: 'Montserrat', sans-serif !important;
	font-weight: bold;
}
.carrers_requirement
{
	list-style-type: square;
	margin: 0;
	padding: 5px 25px;
}
#fashion1
{
	background:url('../images/fashion1.png');
	padding: 20px 40px;
	background-size: 100%;
	background-position: top;
	background-repeat: no-repeat;
	background-color: black;
	opacity: 0.7;
}
#fashion2
{
	background:url('../images/fashion2.png');
	padding: 20px 40px;
	background-size: 100%;
	background-position: top;
	background-repeat: no-repeat;
	background-color: black;
	opacity: 0.7;
}
#cosmetics2
{
	background:url('../images/cosmetics2.png');
	padding: 20px 40px;
	background-size: 100%;
	background-position: top;
	background-repeat: no-repeat;
	background-color: black;
	opacity: 0.7;
}
#leverage_systems
{
	background:url('../images/principles.png');
	padding: 20px 40px;
	background-size: cover;
	background-position: top center;
	background-repeat: no-repeat;
	

}
#innovative
{
	background-color: #d26a35;
	padding: 20px 40px;
}
#quality_staff
{
	background-color: #9e6d57;
	padding: 20px 40px;
}

.bor
{
	border : 1px solid red;
}
.ad_agency_lower_heading
{
	color: #000;
	font-weight: bold;
}
.ad_agency_lower_text
{
	color: #828876;
}
.portfolio_heading h2
{
	color:#000;
	font-weight: bold;
}
/*added for accordion*/
.half {
  float: left;
  width: 50%;
  padding: 0 1em;
}
.learnmore_link a
{
	color: white;
	float:right;
	margin-top: 100px;
}
.navbar-brand
{
	font-size: 16px !important;
}
.apply_now_link a
{
	color: white;
	float:right;
	margin-top: 100px;
	text-decoration: underline;
	font-weight: bold;
}
/* Acordeon styles */
.tab {
  position: relative;
  width: 100%;
  color: #fff;
  overflow: hidden;
}
.input_accordion {
  position: absolute;
  opacity: 0;
  z-index: -1;
}
label {
  position: relative;
  display: block;
  padding: 0 0 0 1em;
  font-weight: bold;
  line-height: 3;
  cursor: pointer;
}
.blue label {
  background: #2980b9;
}
.tab-content {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height .35s;
  -o-transition: max-height .35s;
  transition: max-height .35s;
}
.blue .tab-content {
  background: #3498db;
}
.tab-content p {
  margin: 1em;
}
/* :checked */
input:checked ~ .tab-content {
  max-height: 100em;
}
/* Icon */
label::after {
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  width: 3em;
  height: 3em;
  line-height: 3;
  text-align: center;
  -webkit-transition: all .35s;
  -o-transition: all .35s;
  transition: all .35s;
}
input[type=checkbox] + label::after {
  content: url(../images/arrow_up.png);
  /* transform: rotate(180deg);*/
}
input[type=radio] + label::after {
  content: "\25BC";
}
input[type=checkbox]:checked + label::after {
  /*transform: rotate(180deg);*/
  content: url(../images/arrow_down.png);
}
input[type=radio]:checked + label::after {
  transform: rotateX(180deg);
}
.team_img:hover > .cover {
    position: absolute;
    top: 0;
    width:100%;
    height:100%;
    left: 0;
    background-color:#000;
    opacity:0.5;
    z-index: 100;
    display: block;
}
.mk-employeee-networks{
    display: none;
    padding-left: 0px;
}
.team_img:hover .mk-employeee-networks{
    position: absolute;
    top: 50%;
    width: 100%;
    margin-top: -20px;
    text-align: center;
    z-index: 101;
    display: inline-block;

}
.team_img:hover .mk-employeee-networks li{
     margin: 0;
    padding: 0;
    list-style: none;
    display: inline-block;
}
.team_img:hover .mk-employeee-networks li a{
     display: block;
    margin: 0 6px 10px;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    line-height: 44px;
    box-shadow: 0 0 0 1px rgba(255,255,255,.6) inset;
    text-align: center;
    box-sizing: border-box;
    vertical-align: middle;
}
.team_img:hover .mk-employeee-networks li svg{
    height: 48px;
    width: 29px
}
.team_img .mk-employeee-networks li:hover svg{
    opacity: 0.7;
}
.black_header_text{
    width: 100%;
}
.black_header_text_details{
    width: 80%;
    margin: 0 auto;
}
.sticky{
    position: fixed;
    background: #bbbbbb;
    display: inline-block;
    width: 100%;
    z-index: 200;
    margin: 0;
    padding: 25px 0;
}
.sticky_mobile_search{
    top: 24% !important;
}

/* accordion ende*/
@media(min-width: 200px) and (max-width: 360px)
{
	.korean_background
	{
	    background:url(../images/korean-bg.png);
	    background-repeat : no-repeat;
	    background-position: top center;
	    background-size : 55% !important;
	}
}
@media(min-width: 370px) and (max-width: 419px)
{
	.korean_background
	{
	    background:url(../images/korean-bg.png);
	    background-repeat : no-repeat;
	    background-position: top center;
	    background-size : 45% !important;
	}
}

@media(min-width: 420px) and (max-width: 514px)
{
	.korean_background
	{
	    background:url(../images/korean-bg.png);
	    background-repeat : no-repeat;
	    background-position: top center;
	    /*background-size : 30% !important;*/
	}
}
@media(min-width: 515px) and (max-width: 740px)
{
	.korean_background
	{
	    background:url(../images/korean-bg.png);
	    background-repeat : no-repeat;
	    background-position: top center;
	    /*background-size : 20% !important;*/
	}
}
@media(min-width: 742px) and (max-width: 996px)
{
	.korean_background
	{
	    background:url(../images/korean-bg1.png);
	    background-repeat : no-repeat;
	    background-position: center;
	    /*background-size : 15% !important;*/
	}
}
@media(min-width: 355px) and (max-width: 550px)
{
	.korean_background
	{
	    background:url(../images/korean-bg.png);
	    background-repeat : no-repeat;
	    background-position: top center;
	   /* background-size : 40% !important;*/
	}
	.process_heading h2
	{
		font-size: 24px;
		letter-spacing: -0.3px;
	}
	.connect_with_us
	{
		font-size: 12px;
		margin-left: 5px;
		letter-spacing: -0.8px;
		line-height: 22px;
	}
	.get_in_touch
	{
		font-size: 12px !important;
		margin-left: 5px;
		line-height: 22px;

	}

}

@media(max-width: 998px)


{
		
	.custom_menu_Desktop
	{
		display: none !important;
	}

	.no-pad-mobile
	{
		padding-left: 0px !important;
	}
	.explore_our_space 
	{
		padding-top: 20px
	}
	.about_us_bg_top
	
	{
		/*background : url(../images/about_us_bg.png);
		background-repeat: no-repeat;
		background-position: top right;
		background-size: 30%;*/
		padding-top: 20px;
		background-image: none;
	}

	.custom_menu a
	{
		font-weight: bold;
		color:white !important;
	}
	
	.empty_height_about_us
	{
		display: none;
	}
	.careers_heading h2
	{
		letter-spacing: -0.5px;
			font-weight:600!important;
	}
}
	@media (min-width: 768px) and (max-width: 992px){
		.careers_heading h2{
			padding-left:7vw;
			margin-top:calc(6vw)!important;
			font-size:5vw!important;
		}
	}
	@media (max-width: 767px){
		.careers_heading h2{
			padding-left:2vw;
			font-weight:600!important;
			font-size:9vw!important;
			    margin-top: 10vw!Important;
		}
	}
	.arrow_div
	{
		padding: 20px;
	}
	#quality_staff
	{
		padding: 10px;
	}

	#innovative
	{
		padding : 10px;
	}

	

	.disclaimer
	{
	width: 80%;
	font-style: italic;
	font-size: 10px;
	margin: 20px auto 0px;
	color: white;
	font-family: 'Cormorant', serif;


	}
	.footer_menu
	{

	margin-top: 30px;
	font-family: font-family: 'Montserrat', sans-serif !important;
	font-weight: bold;


	
	}
	.footer_menu a
	{
		color: white;
		text-decoration : none;
		font-family: font-family: 'Montserrat', sans-serif !important;
		font-weight: bold;
	}
	.lower_connections
		{
			padding-top: 50px;
			padding-bottom: 50px;
		}
	.mob_marg_top_20
	{
		margin-top: 20px;
	}
	.bottom-left 
	{
	    position: absolute;
	    background-color: black;
	    opacity: 0.6 !important;
	    color: white;
	    padding: 10px;
	    font-size: 10px;
	    bottom: 0px;
	    left: 15px;
	    right: 15px;
	}
	#leverage_systems
	{
		background-size: cover;
		padding: 10px;
	}
	.black_header_text_details
	{
		line-height: 10px;
		font-size: 10px;
		color: black;
		font-family: font-family: 'Montserrat', sans-serif !important;
	}
	.black_header_text
	{
		color: black;
		
		width: 90%;
		font-size: 10px;
		font-family: font-family: 'Montserrat', sans-serif !important;
	}
	#fashion1
	{
		padding: 20px 10px !important;
		background-size: 300%;
	}
	#fashion2
	{
		padding: 20px 10px !important;
		background-size: 300%;
	}

	.learnmore_link a
	{
		margin-top: 30px
	}
	.apply_now_link a
	{
		margin-top: 30px;
		font-weight: bold;
	}
	#cosmetics
	{
		padding: 20px 10px !important;
		background-size: 300%;
	}
	#webdeveloper
	{
		padding: 20px 10px 10px !important;
		background-size: 300%;
	}
	#marketing
	{
		padding: 20px 10px !important;
		background-size: 300%;
	}
	#administration
	{
		padding: 20px 10px !important;
		background-size: 300%;
	}
	#admedia
	{
		padding: 20px 10px !important;
		background-size: 300%;
	}
	#cosmetics2
	{
		padding: 20px 10px !important;
		background-size: 300%;
	}
	.show_on_mobile
	{
		display: block;
	}
	.part_ad_agency h1
	{
		font-size: 24px
	}
	.show_on_desktop
	{
		display: none;
	}
	.desktop_arrow
	{
		display: none;
	}
	.mob_marg_top_10
	{
		margin-top: 20px !important;
	}

	.text_center
	{
		text-align: center !important;
	}
	.vertical_text
	{
		display: none
	}
	.vertical_text1
	{
		display: none
	}
	.vertical_text2
	{
		display: none
	}
	.vertical_text3
	{
		display: none
	}
	.vertical_text4
	{
		display: none
	}
	.navbar-brand
	{
		color: #000 !important;
	}
	.custom_menu
	{
		list-style-type: none !important;
	}
.custom_menu a
{
	color: #000;
	text-decoration: none;
	
}
.custom_menu a:hover
{
	color: #000;
	text-decoration: none;
}
.custom_menu li
{
	margin-top: 10px;
}
.submit_search
{
	background-color: #000;
	color: white;
	border-color: transparent;
	padding: 5px 20px;
	margin-left: : -10px !important;
	position: relative;
	left: -10px;
	font-family: font-family: 'Montserrat', sans-serif !important;
}
	.navbar
	{
		padding-top: 10px;
	}
	.navbar-brand
	{
		margin-top:50px;
	}
	.mobile_search
	{
		display: block !important;
	}
	.navbar-brand
	{
		float: none !important;
	}
	.cross_image
	{
		display: none;
	}
	.desk_search
	{
		display: none
	}

}
/*media query */
@media(max-width: 560px)
{
	.mobile_search{
		width: 80%;
	}
	.menu{
		width: 80%
	}
	.mobile_search{
		top: 6% !important;
	}
	.sticky_mobile_search {
    	top: 24% !important;
	}
}
@media(max-width: 767px)
{
    .nav-item{
        padding: 10px 40px;	    	
    }
	.menu_icon
	{
		display: none !important;
	}
	.custom_menu
	{
		background-color:#6d706f !important; 
		position: fixed;
		top: -20px;
		padding: 30px 20px;
		padding-right: 0;
    	padding-left: 0;
		width: 60%;
		z-index: 1000;
		text-align: center; 
    	display: none;
	}
	.custom_menu li{
    	margin-top: 0px;
    	border-bottom: 1px solid #b6b6b6;
    }
    .custom_menu li.navs:hover{
		background: linear-gradient(170deg, #a4a4a4 40%, #7d7d7d 55%);
    }

}
@media(min-width: 768px) and (max-width: 998px)
{
	.cross_image
	{
		margin-top:0px !important;
	}
	.menu_icon
	{
		margin-top: 0px !important;
	}
	.custom_menu a {
    color: #000 !important;
    font-weight: bold;
    font-size: 16px;
    text-decoration: none;
    margin-left: 14px;
}
.navbar-brand
{
	margin-top: 0px !important;
}
	.second_button
	{
		display: none;
	}
	/*.menu_icon
	{
		display: block;
	}*/
	.custom_button
	{
		display: none;
	}
	.custom_menu_desktop
	{
		padding-left: 10px;
		display: none;
		margin-top: -5px !important;
		padding-top: 0px !important;
	}
}

@media(min-width: 1020px) and (max-width: 1200px)
{
	.medium_marg_20
	{
		margin-top: 20px !important
	}
}


@media(min-width: 1000px)

{

	.custom_menu_desktop
	{
		margin-top: 20px;
	}
	

	.our_team_row
	{
		padding-left: 15px;
	}
	.custom_button
	{
		display: none;
	}
	.black_header_text_details
{
	color: black;
	font-size: 11px;
	margin-left: 15px;
	width: 70%;
	line-height: 20px;
}
.black_header_text
{
	color: black;
	margin-left: 15px;
	width: 40%;
}
	.no_pad_right
	{
		padding-right: 0px !important;
	}
	.show_on_mobile
	{
		display: none;
	}
	.tab_content_para
	{
		margin-top: 250px !important;
		font-family: font-family: 'Montserrat', sans-serif !important;
	}
	.tab_content_para_carrerspage
	{
		margin-top: 200px !important;
		

	}
	.part_ad_agency h1
{
	margin-top:100px;
}
	.empty_height
	{
		height: 150px;
	}
	.custom_row
	{
		width: 80%;
		margin: 0 auto;
		
	}
	.vertical_text
{
	position: absolute;
	left: 50px;
	top: 40px;
	transform: rotate(90deg);
	transform-origin: left top 0;
	font-size: 12px;
}
	.vertical_text3
{
	position: absolute;
	left: 50px;
	top: 1500px;
	transform: rotate(90deg);
	transform-origin: left top 0;
	font-size: 12px;
}
	.vertical_text4
{
	position: absolute;
	left: 50px;
	top: 2400px;
	transform: rotate(90deg);
	transform-origin: left top 0;
	font-size: 12px;
}
.bottom-left {
    position: absolute;
    width: 100%;
    background-color: black;
    opacity: 0.6 !important;
    color: white;
    padding: 10px;
    font-size: 10px;
    bottom: 0px;
}
.client
{
	background-color: white;
	border : 1px solid #000;
	
}
.lower_connections
{
	padding-top: 50px;
	padding-bottom: 50px;
}
.disclaimer
{
	width: 70%;
	font-style: italic;
	font-size: 10px;
	margin: 20px auto 0px;
	color: white;

}
.footer_menu
{
	display: inline-block;
	margin-top: 30px;
	margin-left: 30px;
	font-family: 'Montserrat', sans-serif !important;
	font-weight: bold;
}
.footer_menu a
{
	color: white;
	text-decoration : none;
	font-family: 'Montserrat', sans-serif !important;
	font-weight: bold;
}
.my_search
{
	width: 350px !important;
	padding : 15px !important;
	background-color: transparent;
	border-color: transparent;
	border:1px solid #000;
	height: 30px;
}
.custom_menu
{
	list-style-type: none !important;
}
.first_item
{
	margin-left: 10px !important;
}

.custom_menu_desktop
{
	display: none;
}
.cross_image
{
	display: none;
}
.navbar-brand
{
	color: #000 !important;
}

.custom_menu a
{
	
	color: #000;
	font-weight: bold;
	font-size: 16px;
	text-decoration: none;
	margin-left: 30px;
}
.custom_menu a:hover
{
	
	color: #000;
	font-weight: bold;
	font-size: 16px;
	text-decoration: none;
}
.submit_search
{
	background-color: #000;
	color: white;
	border-color: transparent;
	padding: 5px 20px;
	margin-left: : -10px !important;
	position: relative;
	left: -10px
}
.footer_menu a:hover
{
	color: white;
	text-decoration : none;
}
.footer{
	background:#000;
	padding-top:calc(6vw);
	padding-bottom:calc(6vw);
}

.footer img{
	height:calc(3vw);
	display:block;
}

a .foo_nav{
	display:inline-block;
	vertical-align: top;
	margin-top:calc(5vw);
	margin-bottom:calc(5vw);
	color:#fff;
	font-size:0.9vw;
	font-weight:600;
	margin-left:6vw;
	margin-right:6vw;
}

.foo_txt{
	font-family: Sailec;
	color:#e5dccf;
	width:73vw;
	line-height:calc(100vw / 48);
	letter-spacing: 0.05vw;
	font-size:1.15vw;
}

.client img
{
	max-width: 100%;
}
.no-pad
{
	padding: 0px;
	margin: 0px !important;
}
.first_pad
{
	padding-left: 15px !important;
	padding-top: 0px !important;
	padding-right: 0px !important;
	padding-bottom: 0px !important;
}
.our_team_heading h2
{
	color: #000;
	font-weight: bold;

}

	.desk_marg_top_50
	{
		margin-top: 50px;
	}
	.desk_marg_top_20
	{
		margin-top: 20px;
	}
	.vertical_text2
{
	position: absolute;
	left: 50px;
	top: 800px;
	transform: rotate(90deg);
	transform-origin: left top 0;
	font-size: 12px;
}
.mobile_search
{
	display: none;
}

}
.custom_button
{
	background-color: transparent !important;
	border-color: none !important;
	border: none !important;
	box-shadow: none !important;
	position: relative;
	top: -2px;
}
.team_img img
{
	max-width: 100%;
}
.client img
{
	max-width: 100%;
}
.client
{
	background-color: white;
	border : 1px solid #000;
	
}

/*added for about us page slider*/
.clearout {
height:20px;
clear:both;
}

#flexiselDemo1, #flexiselDemo2, #flexiselDemo3 {
display:none;
}

.nbs-flexisel-container {
    position:relative;
    max-width:100%;
}
.nbs-flexisel-ul {
    position:relative;
    width:99999px;
    margin:0px;
    padding:0px;
    list-style-type:none;   
    text-align:center;  
    overflow: auto;
}

.nbs-flexisel-inner {
    position: relative;
    overflow: hidden;
    float:left;
    width:100%;
    /*background:#fcfcfc;*/
    
}

.nbs-flexisel-item {
    float:left;
    margin:0px;
    padding:0px;
    cursor:pointer;
    position:relative;
    line-height:0px;
}
.nbs-flexisel-item img {
    max-width: 100%;
    cursor: pointer;
    position: relative;
    /*margin-top: 10px;
    margin-bottom: 10px;*/
}


/*** Navigation ***/

.nbs-flexisel-nav-left,
.nbs-flexisel-nav-right {
	display: none;
    padding:5px 10px;
    border-radius:15px;
    -moz-border-radius:15px;
    -webkit-border-radius:15px;      
    position: absolute;
    cursor: pointer;
    z-index: 4;
    top: 50%;
    transform: translateY(-50%);   
    background: rgba(0,0,0,0.5);
    color: #fff;     
}

.nbs-flexisel-nav-left {
    left: 10px;
}

.nbs-flexisel-nav-left:before {
    content: "<"
}

.nbs-flexisel-nav-left.disabled {
    opacity: 0.4;
}

.nbs-flexisel-nav-right {
    right: 5px;    
}

.nbs-flexisel-nav-right:before {
    content: ">"
}

.nbs-flexisel-nav-right.disabled {
    opacity: 0.4;
}
.careers_heading h2
{
	font-weight: 600;
	font-family:  'Montserrat-SemiBold' !important;
	color: #000;
}
.make_contact h2
{
	font-weight: bold;
}

.carrers_details
{
	font-family: 'Cormorant', serif;
}
.art_expression h5
{
	font-weight: 600;
	color: #000;
}
.join_us_link
{
	margin-top: 50px;
}

.join_us_link a
{
	color: #000;
	text-decoration: underline;

}
.signature
{
	position: relative;
	float: right;
}
.signature img
{
	max-width: 200px;
}
.personal_statement
{
	font-size: 15px; 
	font-weight: bold;
	color : #000;
}
.process_ul
{
	list-style-type: 
}
.dear_reader_text
{
	line-height: 30px;
	font-size: 12px;
	font-family: 'Cormorant', serif;
}
.contact_us
{
	background-image: url('../images/contact_bg_1.png');
	background-repeat: no-repeat;
	background-size: 30%;
	background-position-y: 25%;
	background-position-x:-100px; 
}
.extra_div
{
	background-image: url('../images/contact_bg_2.png');
	background-repeat: no-repeat;
	background-size: 50%;
	overflow: auto;
	background-position: bottom;
	background-position-x:700px; 

}
.mobile_search_box
{
	border-color: transparent;
	background-color: #f4ede2;
	padding : 5px 20px;
	height: 34px;
	border : 1px solid #000;
	width: 200px
}
.korean_background
{
   
}
.numbered_list
{
	font-family: 'Cormorant', serif;
	font-size: 12px;
	line-height: 30px
}
.connect_with_us a:hover
{
	text-decoration: none !important; 
}

    .p_all_abs {
    top: calc(70vw + 127vh)!important;
}

@media screen and (min-width: 768px) {
    .mobile_footer
    {
      display: none!important;
    }

  }

  @media screen and (max-width: 767px) {
    .footer_logo
    {
      float: none !important;
      margin-left: 30% !important;
    }
    .mobile_footer_details
    {
      width: 100%;
      text-align: center;
      padding: 20px;
      font-size: 10px;
      color: #fff;
      box-sizing: border-box;

    }
    .mobile_text_right
    {
      width: 100%;
      text-align: center;
      padding: calc(11vw) calc(7vw) calc(9vw);
      font-size:4.5vw;
      line-height:calc(8vw);
      color: white;
      box-sizing: border-box;
    }
    .footer_on_desktop
    {
      display: none;
    }
    .mobile_footer
    {
      display: block;
      overflow: auto;
      text-align: center !important;
    }
    .social_icons_main_mobile
    {
     
      padding-top: 20px;
     clear: both;
     text-align: center;
     overflow: auto;
   }
   .social_icon_mobile
  {
    display: inline;
    color: white;
    display: inline;
  }
  .social_icon_mobile a
  {
    color: white;
    text-decoration: none;
    font-size:10vw;
  }
   .social_icon_mobile a:hover
  {
    color: white;
    text-decoration: none;
  }

  .marg-left-20
  {
    margin-left: 10%!important;
  }
}
@media (min-width: 992px) {
  .footer_logo
  {
    margin-top: 15px;
  }
  .marg-left-20
  {
    margin-left: 4%;
  }
  .social_icons_main
  {
   
    padding-top: 20px;
   clear: both;
 }
  .social_icon
  {
    float: left;
    color: white;
  }
  .social_icon a
  {
    color: white;
    text-decoration: none;
    font-size:1.8vw;
  }
   .social_icon a:hover
  {
    color: white;
    text-decoration: none;
  }
  .footer
  {
    overflow: auto;
  }
  .footer_logo
  {
    float: left;
    margin-left: 20%;
    padding-right:3%;
  }
  .footer_right
  {
    float: left;
    margin-left: 30px;
    width: 60%;
  }
  a .foo_nav
  {
    margin-top: calc(1vw);
    margin-left: 0px;
    margin-bottom: calc(3vw);
  }
  .footer_text
  {
    float: left;
    width: 45%;
    color: #fff;
    font-size: calc(0.8vw);
    line-height:calc(1.4vw);
  }
  .footer_text_right
  {
    float: left;
    width:20%;
    color: #fff;
    margin-left: 3%;
    line-height:calc(2.2vw);
	font-size:1.5vw;

  }
}
@media(max-width:991px){
.about_bg_2{display:none}}
@media (min-width: 768px) and (max-width:991px) {
.footer_logo img {
	height:calc(5.6vw);
	display:block;
	float:none!important;
}
.footer_logo {
	display:flex!important;
	justify-content: center;
	flex-wrap:wrap;
	width:100%;
}

.footer_right {
	width:80%!important;
	margin:0 10%!important;
	display:flex!important;
	flex-wrap:wrap;
	float:none!important;
	justify-content: space-between;
}

.foo_last {
	margin-right:0!important;
}

.footer_text {
	color:#fff;
	width:100%!important;
	font-size:1.8vw!important;
	line-height:calc(3.5vw)!important;
	margin-top:calc(5vw);
	text-align: center;
}
.footer_text_right {
	width:100%!important;
	margin:calc(3vw) 0!important;
	line-height:calc(6vw)!important;
	font-size:4vw!important;
	text-align: center;
}

.social_icons_main {
	display:flex!important;
	justify-content: center;
	flex-wrap:wrap;
	width:100%;
	margin:calc(3vw) 0;
	padding: 0!important;
}
.social_icon a {
	font-size:7vw!important;
	color:#fff;
}

.social_icon {
	float:none!important;
	display:inline-block;
}

.marg-left-20 {
	margin-left:7vw!important;
}
a .foo_nav{
	display:inline-block;
	vertical-align: top;
	margin-top:calc(11vw);
	margin-bottom:calc(8vw);
	color:#fff;
	font-size:2.2vw;
	font-weight:700;
	margin-left:3vw;
	margin-right:3vw;
}

.foo_txt{
	font-family: Sailec;
    color: #000;
    opacity: 0.85;
    width: 75vw;
    line-height: calc(3.8vw);
    letter-spacing: 0.1vw;
    font-size: 2.2vw;
}

}