/*
Theme Name: URBANE
Theme URI: 
Author: Web Team
Author URI: 
Description: 
Version: 1.0
Text Domain: 

*/
/******** URBANE ********/
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;800&family=Oswald:wght@200;400&display=swap');
html, body {
  font-size: 100% !important;
}
* {
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:focus {
  outline: none !important;
}
a {
  color: #fdb935;
  transition: color 0.5s, background 0.5s;
}
a:hover {
  text-decoration: none;
  color: #df970b;
}
input[type="submit"], button {
  cursor: pointer;
}
img {
  max-width: 100%;
  height: auto;
}
.responsive-img {
  width: 100%;
}
.mb35p {
  margin-bottom: 35px;
}
.mb30p {
  margin-bottom: 30px;
}
.mb25p {
  margin-bottom: 25px;
}
.mb20p {
  margin-bottom: 20px;
}
.mb15p {
  margin-bottom: 15px;
}
.mb10p {
  margin-bottom: 10px;
}
.mb5p {
  margin-bottom: 5px;
}
.mt35p {
  margin-top: 35px;
}
.mt30p {
  margin-top: 30px;
}
.mt25p {
  margin-top: 25px;
}
.mt20p {
  margin-top: 20px;
}
.mt15p {
  margin-top: 15px;
}
.mt10p {
  margin-top: 10px;
}
.mt5p {
  margin-top: 5px;
}
.w100p {
  width: 100% !important;
  float: left;
}
.wa {
  width: auto !important;
}
.dib {
  display: inline-block !important;
  float: none !important;
}
.br3 {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.br5 {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.br10 {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.brtr5 {
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
}
.brtr10 {
  -webkit-border-radius: 10px 10px 0 0;
  -moz-border-radius: 10px 10px 0 0;
  border-radius: 10px 10px 0 0;
}
.brbl5 {
  -webkit-border-radius: 0px 0px 5px 5px;
  -moz-border-radius: 0px 0px 5px 5px;
  border-radius: 0px 0px 5px 5px;
}
.brbl10 {
  -webkit-border-radius: 0px 0px 10px 10px;
  -moz-border-radius: 0px 0px 10px 10px;
  border-radius: 0px 0px 10px 10px;
}
.oh {
  overflow: hidden !important;
}
.br100 {
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}
body p, body a, body span, body form, body ul, body ol {
  font-size: 16px;
}
.op90, .op70 {
  transition: opacity 0.5s;
}
.op90:hover { /* IE 8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  /* IE 5-7 */
  filter: alpha(opacity=90);
  /* Netscape */
  -moz-opacity: 0.9;
  /* Safari 1.x */
  -khtml-opacity: 0.9;
  /* Good browsers */
  opacity: 0.9;
}
.op70:hover { /* IE 8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  /* IE 5-7 */
  filter: alpha(opacity=70);
  /* Netscape */
  -moz-opacity: 0.7;
  /* Safari 1.x */
  -khtml-opacity: 0.7;
  /* Good browsers */
  opacity: 0.7;
}
.nbr {
  -webkit-border-radius: 0px !important;
  -moz-border-radius: 0px !important;
  border-radius: 0px !important;
}
.nbs {
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
}
.nbdr {
  border: none !important;
}
.nb {
  background: none !important;
}
.nm {
  margin: 0px !important;
}
.np {
  padding: 0px !important;
}
.npt {
  padding-top: 0px !important;
}
.npr {
  padding-right: 0px !important;
}
.npb {
  padding-bottom: 0px !important;
}
.npl {
  padding-left: 0px !important;
}
body {
  font-family: 'Lato', sans-serif;
}
.f-right {
  float: right !important;
}
.f-left {
  float: left !important;
}
/*--------------------------------------------------------------
Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}
.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}
.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
h1, h2, h3, h4, h4, h5, h6 {
  font-weight: 400;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a, h1 span, h2 span, h3 span, h4 span, h5 span, h6 span, h1 p, h2 p, h3 p, h4 p, h5 p, h6 p {
  font-size: inherit !important;
}
.container {
  width: 100%;
  max-width: 80%;
}
/********************************************* Website *************************************************/
body {
  background-color: #141414;
  font-family: 'Oswald', sans-serif;
}
body * {
  transition: all 0.5s;
}
.main_outter_wrap {
  height: 100vh;
  width: 100vw;
  position: fixed;
  top: 0;
  left: 0;
  overflow: hidden;
}
.main_wrap {
  background-image: url("../images/main_bg.jpg");
  background-position: 0 0;
  background-size: cover;
  background-repeat: no-repeat;
  height: 120vh;
  width: 120vw;
  position: fixed;
  top: -10vh;
  left: -10vw;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  transition: all 0s !important;
}
.web_logo {
  display: inline-block;
}
.logo_sec .web_logo:hover {
  transform: scale(1.1);
}
.web_header {
  position: fixed;
  width: 100%;
  left: 0;
  top: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 3;
}
.content_buttons_sec {
  max-width: 55vw;
  position: relative;
  left: calc(55vw/10);
}
.content_buttons_sec * {
  color: #fff;
}
.content_buttons_sec h2 {
  font-weight: 400;
  text-transform: uppercase;
  font-size: 40px;
  letter-spacing: 9px;
  margin-bottom: 60px;
  margin-top: 170px;
}
.content_buttons_sec h1 {
  font-family: 'Open Sans', sans-serif;
  font-weight: 800;
  text-transform: uppercase;
  font-size: 60px;
  letter-spacing: 4px;
  margin-bottom: 30px;
}
.span_lines_vh_set {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.span_lines_cross_set {
  width: calc(55vw/2);
  height: 80%;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  left: -29%;
}
.purple_line_h {
  width: 100%;
  height: 10px;
  background: #9a439d;
  display: block;
}
.purple_line_v {
  width: 10px;
  height: 100%;
  background: #9a439d;
  display: inline-block;
  position: absolute;
  left: 50%;
}
.white_line_h {
  width: 0;
  height: 10px;
  background: rgba(255, 255, 255, 0.10);
  position: absolute;
  left: 22%;
}
.content_buttons_sec h3 {
  font-weight: 400;
  font-size: 25px;
  letter-spacing: 4px;
  margin-bottom: 60px;
  line-height: 2;
  max-width: 90%;
  margin-top: 30px;
}
.content_buttons_sec h2, .content_buttons_sec h1, .content_buttons_sec h3, .content_buttons_sec ul {
  position: relative;
  z-index: 2;
}
.content_buttons_sec h2:hover, .content_buttons_sec h1:hover, .content_buttons_sec h3:hover {
  transform: scale(1.02);
}
.buttons_list {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  list-style: none;
  margin-bottom: 200px;
}
.buttons_list li {
  margin-right: 30px;
}
.buttons_list li a {
  font-size: 20px;
  font-weight: 100;
  letter-spacing: 6px;
  text-decoration: none;
  text-transform: uppercase;
  background: rgba(255, 255, 255, 0.08);
  height: 70px;
  line-height: 70px;
  min-width: 230px;
  display: inline-block;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.buttons_list li a:after {
  content: '';
  width: 100px;
  height: 100px;
  position: absolute;
  top: calc(50% - 50px);
  border-radius: 100px;
  left: calc(50% - 50px);
  background: rgb(255 255 255 / 5%);
  transition: all 0.7s;
  transform: scale(0);
}
.buttons_list li a:hover:after {
  transform: scale(4);
}
.buttons_list li a:hover {
  color: #fff;
  transform: scale(1.05);
}
.buttons_list li a span {
  color: #a752aa;
  padding-left: 5px;
}
.buttons_list li a:hover span {
  transform: translateX(20px);
  color: #f2f2f2;
}
.web_footer {
  position: fixed;
  width: 100%;
  left: 0;
  bottom: 20px;
  z-index: 3;
}
.web_footer ul {
  display: flex;
  align-items: center;
  justify-content: center;
  list-style: none;
}
.web_footer ul li {
  margin-right: 15px;
  padding-right: 10px;
  letter-spacing: 6px;
  font-weight: 100;
}
.web_footer ul li a {
  color: #cfcfcf;
  text-transform: uppercase;
  text-decoration: none;
  display: block;
}
.web_footer ul li a:hover {
  color: #fff;
  transform: scale(1.08);
}
.web_footer ul li:first-child {
  border-right: 1px solid #cfcfcf;
}
@media(min-width:1601px) and (max-width:1920px) {
  .content_buttons_sec h2 {
    font-size: 27px;
    margin-top: 130px;
  }
  .content_buttons_sec h1 {
    font-size: 45px;
  }
  .content_buttons_sec h3 {
    font-size: 20px;
  }
  .buttons_list {
    margin-bottom: 60px;
  }
  .buttons_list li a {
    height: 65px;
    line-height: 65px;
    min-width: 220px;
  }
}
@media(min-width:1401px) and (max-width:1600px) {
  .content_buttons_sec {
    max-width: 59vw;
  }
  .content_buttons_sec h2 {
    font-size: 20px;
    margin-top: 100px;
    margin-bottom: 40px;
  }
  .content_buttons_sec h1 {
    font-size: 38px;
  }
  .content_buttons_sec h3 {
    font-size: 18px;
    max-width: 100%;
  }
  .buttons_list {
    margin-bottom: 50px;
  }
  .buttons_list li a {
    height: 55px;
    line-height: 55px;
    min-width: 200px;
    font-size: 16px;
  }
  .logo_sec img {
    max-width: 180px;
  }
}
@media(min-width:1281px) and (max-width:1400px) {
  .content_buttons_sec {
    max-width: 66vw;
  }
  .content_buttons_sec h2 {
    font-size: 20px;
    margin-top: 80px;
    margin-bottom: 20px;
  }
  .content_buttons_sec h1 {
    font-size: 35px;
  }
  .span_lines_cross_set {
    width: calc(66vw/2);
  }
  .white_line_h {
    width: calc(100% - calc(66vw/4) + 20px);
  }
  .content_buttons_sec h3 {
    font-size: 16px;
    margin-bottom: 30px;
  }
  .buttons_list {
    margin-bottom: 50px;
  }
  .buttons_list li a {
    height: 50px;
    line-height: 50px;
    min-width: 180px;
    font-size: 14px;
  }
  .logo_sec img {
    max-width: 160px;
  }
  .web_footer ul li a {
    font-size: 14px;
  }
}
@media(min-width:1281px) and (max-width:1366px) {
  .content_buttons_sec h3 {
    font-size: 15px;
    margin-bottom: 20px;
  }
  .content_buttons_sec h1 {
    font-size: 32px;
  }
}
@media(min-width:1025px) and (max-width:1280px) {
  .content_buttons_sec {
    max-width: 66vw;
  }
  .content_buttons_sec h2 {
    font-size: 17px;
    margin-top: 80px;
    margin-bottom: 20px;
  }
  .content_buttons_sec h1 {
    font-size: 30px;
  }
  .span_lines_cross_set {
    width: calc(66vw/2);
  }
  .white_line_h {
    width: calc(100% - calc(66vw/4) + 20px);
  }
  .content_buttons_sec h3 {
    font-size: 15px;
    margin-bottom: 30px;
    letter-spacing: 3px;
  }
  .buttons_list {
    margin-bottom: 50px;
  }
  .buttons_list li a {
    height: 50px;
    line-height: 50px;
    min-width: 180px;
    font-size: 14px;
  }
  .logo_sec img {
    max-width: 160px;
  }
  .web_footer ul li a {
    font-size: 14px;
  }
}
@media(min-width:992px) and (max-width:1024px) {
  .content_buttons_sec {
    max-width: 66vw;
  }
  .content_buttons_sec h2 {
    font-size: 17px;
    margin-top: 80px;
    margin-bottom: 20px;
    letter-spacing: 5.9px;
  }
  .content_buttons_sec h1 {
    font-size: 26px;
  }
  .span_lines_cross_set {
    width: calc(66vw/2);
  }
  .white_line_h {
    width: calc(100% - calc(66vw/4) + 20px);
  }
  .content_buttons_sec h3 {
    font-size: 16px;
    margin-bottom: 30px;
    letter-spacing: 2px;
  }
  .buttons_list {
    margin-bottom: 50px;
  }
  .buttons_list li a {
    height: 50px;
    line-height: 50px;
    min-width: 180px;
    font-size: 14px;
  }
  .logo_sec img {
    max-width: 160px;
  }
  .web_footer ul li a {
    font-size: 14px;
  }
}
@media(min-width:768px) and (max-width:991px) {
  .content_buttons_sec {
    max-width: 66vw;
  }
  .content_buttons_sec h2 {
    font-size: 20px;
    margin-top: 80px;
    margin-bottom: 20px;
    letter-spacing: 5.9px;
  }
  .content_buttons_sec h1 {
    font-size: 25px;
  }
  .span_lines_cross_set {
    width: calc(66vw/2);
    left: -30%;
  }
  .white_line_h {
    width: calc(100% - calc(66vw/4) + 20px);
  }
  .content_buttons_sec h3 {
    font-size: 16px;
    margin-bottom: 30px;
    letter-spacing: 2px;
  }
  .buttons_list {
    margin-bottom: 50px;
  }
  .purple_line_v {
    top: 10px;
  }
  .buttons_list li a {
    height: 50px;
    line-height: 50px;
    min-width: 180px;
    font-size: 14px;
  }
  .logo_sec img {
    max-width: 160px;
  }
  .web_footer ul li a {
    font-size: 14px;
  }
}
@media(max-width:767px) {
  .content_buttons_sec {
    max-width: 75vw;
  }
  .content_buttons_sec h2 {
    font-size: 12px;
    margin-top: 77px;
    margin-bottom: 15px;
    letter-spacing: 2px;
  }
  .content_buttons_sec h1 {
    font-size: 17px;
  }
  .content_buttons_sec h2, .content_buttons_sec h1, .content_buttons_sec h3 {
    text-align: center;
  }
  .span_lines_vh_set {
    display: none;
  }
  .span_lines_cross_set {
    width: calc(75vw/2);
    left: -30%;
  }
  .white_line_h {
    width: calc(100% - calc(75vw/4) + 20px);
  }
  .content_buttons_sec h3 {
    font-size: 14px;
    margin-bottom: 15px;
    letter-spacing: 0;
    margin-top: 10px;
  }
  .buttons_list {
    margin-bottom: 50px;
  }
  .purple_line_v {
    top: 10px;
  }
  .buttons_list {
    justify-content: center;
  }
  .buttons_list li a {
    height: 30px;
    line-height: 30px;
    min-width: 140px;
    font-size: 9px;
  }
  .logo_sec img {
    max-width: 90px;
  }
  .web_footer ul li a {
    font-size: 12px;
  }
  .content_buttons_sec {
    max-width: 95vw;
    left: auto;
  }
  .content_buttons_sec h1 {
    font-size: 17px;
    margin-bottom: 15px;
  }
  .buttons_list li:last-child {
    margin-right: 0px;
  }
  .content_buttons_sec h3 {
    max-width: 100%;
  }
  .web_footer ul li:last-child {
    margin-right: 0px;
    padding-right: 0px;
  }
}
@media(max-width:479px) {
  .content_buttons_sec {
    max-width: 85vw;
  }
  .content_buttons_sec h2 {
    font-size: 16px;
    margin-top: 50px;
    margin-bottom: 25px;
    letter-spacing: 2px;
  }
  .content_buttons_sec h1 {
    font-size: 22px;
    margin-bottom: 20px;
  }
  .content_buttons_sec h3 {
    font-size: 15px;
    margin-bottom: 25px;
    letter-spacing: 1px;
    margin-top: 15px;
  }
  .buttons_list li a {
    height: 45px;
    line-height: 45px;
    min-width: 152px;
    font-size: 15px;
    letter-spacing: 3px;
  }
}
@media(max-width:374px) {
  .content_buttons_sec h2 {
    font-size: 13px;
    margin-top: 50px;
    margin-bottom: 25px;
    letter-spacing: 2px;
  }
  .content_buttons_sec h1 {
    font-size: 18px;
    margin-bottom: 20px;
  }
  .content_buttons_sec h3 {
    font-size: 12px;
    margin-bottom: 25px;
    letter-spacing: 0.5px;
    margin-top: 15px;
  }
  .buttons_list li a {
    height: 35px;
    line-height: 35px;
    min-width: 120px;
    font-size: 13px;
    letter-spacing: 3px;
  }
}
@media(max-width:568px) and (max-height:320px) {
  .web_header {
    top: 20px;
  }
  .content_buttons_sec h2 {
    font-size: 12px;
    margin-top: 77px;
    margin-bottom: 15px;
    letter-spacing: 0;
  }
  .content_buttons_sec h1 {
    font-size: 16px;
    margin-bottom: 7px;
  }
  .content_buttons_sec h3 {
    font-size: 12px;
    margin-bottom: 12px;
    letter-spacing: 0;
    margin-top: 0;
  }
}
.header_nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  list-style: none;
  margin-bottom: 0;
  margin-top: 25px;
}
.header_nav li {
  font-weight: 100;
  margin-left: 50px;
}
.header_nav li:first-child {
  margin-left: 0px;
}
.header_nav li a {
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: 6px;
  color: #a752aa;
  display: block;
  position: relative;
  transform: scale(1) !important;
}
.header_nav li a:after {
  content: '';
  width: 0;
  height: 6px;
  background: #9a439d;
  position: absolute;
  left: 0;
  bottom: -10px;
  transition: all 0.5s;
}
.header_nav li.active_page_nav a:after,
.header_nav li a:hover:after
{
  width: 100%;
  transform: scale(1) !important;
  text-decoration: none !important;
}
@media(min-width:480px) and (max-width:767px) {
  .header_nav {
    margin-top: 3px;
  }
  .header_nav li {
    margin-left: 25px;
  }
  .header_nav li a {
    font-size: 15px;
  }
}
@media(max-width:479px) {
  .header_nav {
    margin-top: 6px;
  }
  .header_nav li {
    margin-left: 15px;
  }
  .header_nav li a {
    font-size: 13px;
    letter-spacing: 4px;
  }
  .container {
    max-width: 100%;
  }
}
@media(max-width:320px) {
  .header_nav li a {
    font-size: 13px;
    letter-spacing: 2px;
  }
}




.content_inner_page_sec{
		height: auto;
		display: flex;
		align-items: flex-start;
		justify-content: center;
		flex-direction: column;
		width: 80vw;		
		color: #fff;
		font-weight: 100;
		letter-spacing: 4px;
		line-height: 1.8;
		font-size: 18px;
	}
	
	.main_inner_page_wrap{
		padding: 60px;
		width: 100%;
		background: rgba(255,255,255, 0.05);
	}
	
	.content_inner_page_sec ul {
		list-style: none;
		margin-top: 15px;
	}
	.content_inner_page_sec ul li {
		letter-spacing: 1.5px;
		position: relative;
		padding-left: 50px;
		margin-bottom: 6px;
	}
	.content_inner_page_sec ul li .list_icon {
		position: absolute;
		width: 30px;
		height: 30px;
		color: #9c449f;
		left: 20px;
		top: 4px;
	}
	
	.content_inner_page_sec *:not(ul):not(li):not:(.main_inner_page_wrap):hover{
			transform:scale(1.02);
	}

	.main_team_member:hover{
			transform:scale(1.02);
	}

	.content_inner_page_sec ul li:hover{transform:translateX(3px);}

	.main_inner_page_wrap {

		width: 100%;
		margin-top: 28vh;
		height: 69vh;
		overflow: auto;
	}

@media(min-width:768px) and (max-width:1919px){
	.main_inner_page_wrap {
		height: 69vh;
	}
}

	.inner_page_main_wrap{justify-content: flex-start;}
	@media(max-width:767px){
		.main_inner_page_wrap {
			padding: 26px;
			margin-top: 32vh;
			height: 62vh;

		}
		
		.content_inner_page_sec ul li {
			padding-left: 25px;
		}
		
		.content_inner_page_sec ul li .list_icon {
			left: 0;
		}
		
		
		.content_inner_page_sec {
			letter-spacing: 3px;
			line-height: 1.7;
		}
		
	}
	
	@media (max-width: 479px){
		.main_inner_page_wrap {
			padding: 26px;
			margin-top: 24vh;
			height: 75vh;
		}
	}



.main_team_member{
		text-align: center;
	}
	.main_team_member svg{
		width: 130px;
		height: 130px;
		padding: 20px;
		border-radius: 100px;
		border: 1px solid #fff;
	}
	.main_team_member h3 {
		font-size: 30px;
	}
	
	.main_team_member p {
		text-transform: uppercase;
		font-size: 14px;
	}
	
	.sec_title{text-align:center; text-transform: uppercase;margin-bottom:35px;}
	
	.main_team_member h3,
	.main_team_member h4{font-weight:100;}
	.mtr_top{margin-bottom:40px;}
	.mtr_top .main_team_member svg{
		width: 160px;
		height: 160px;
		border-radius: 160px;
	}
	
	@media(min-width:1401px) and (max-width:1920px){
		.main_inner_page_wrap.team_page{
			padding: 20px;
			margin-top: 27vh;
			height: 73vh;
		}
		
		.sec_title {
			margin-bottom: 20px;
		}
		.mtr_top {
			margin-bottom: 14px;
		}
	}
	
	@media(min-width:1367px) and (max-width:1600px){
		
		.main_inner_page_wrap.team_page {
			padding: 20px;
			margin-top: 27vh;
			height: 73vh;
		}
		
		.sec_title {
			margin-bottom: 20px;
			font-size: 25px;
		}
		
		.main_team_member svg {
			width: 80px;
			height: 80px;
			padding:15px;
			border-radius: 100px;
			border: 1px solid #fff;
		}
		
		.mtr_top .main_team_member svg {
			width: 120px;
			height: 120px;
		}
		
	}
	
	
	@media(min-width:1024px) and (max-width:1366px){
		
		.main_inner_page_wrap.team_page {
			padding: 20px;
			margin-top: 27vh;
			height: 73vh;
		}
		
		.sec_title {
			margin-bottom: 15px;
			font-size: 20px;
		}
		
		.mtr_top {
			margin-bottom: 0px;
		}
		
		.main_team_member svg {
			width: 60px;
			height: 60px;
			padding:15px;
			border-radius: 100px;
			border: 1px solid #fff;
		}
		
		.mtr_top .main_team_member svg {
			width: 100px;
			height: 100px;
		}
		
	}
	@media(min-width:1024px) and (max-width:1366px){
		.main_inner_page_wrap.team_page .container {
			max-width: 94%;
		}
		
		.main_inner_page_wrap.team_page {
			padding: 30px;
			margin-top: 29vh;
			height: auto;
		}
		
	}
	
	
	@media(min-width:768px) and (max-width:1023px){
		.main_inner_page_wrap.team_page .container {
			max-width: 100%;
		}
		
		.main_inner_page_wrap.team_page {
			padding: 30px;
			margin-top: 29vh;
			height: auto;
		}
		
		.main_team_member svg {
			width: 100px;
			height: 100px;
		}
		
		.mtr_top .main_team_member svg {
			width: 150px;
			height: 150px;
		}
		
	}
	
	@media(max-width:767px){
		.main_inner_page_wrap.team_page .container {
			max-width: 100%;
		}
		
		.main_team_member svg {
			width: 100px;
			height: 100px;
		}
		
		.mtr_top .main_team_member svg {
			width: 150px;
			height: 150px;
		}
		
		.sec_title {
			margin-bottom: 25px;
			font-size: 22px;
		}
		
		.main_team_member h3 {
			font-size: 25px;
		}
		
		.main_team_member h4 {
			font-size: 20px;
			margin-bottom: 40px;
		}
		
	}	
	

@keyframes load_element {
  to {
    opacity: 1;
  }
}
@keyframes load_element_scale {
  to {
    transform: scale(1);
  }
}
@keyframes load_element_with_full {
  to {
    width: calc(100% - calc(55vw/4) + 30px);
  }
}
.main_wrap, .logo_sec, .content_buttons_sec h2, .content_buttons_sec h1, .content_buttons_sec h3, .content_buttons_sec ul, .web_footer ul, .content_inner_page_sec {
  opacity: 0;
  transition: all 0.5s;
}
.start_animate .main_wrap, .start_animate .logo_sec, .start_animate .content_buttons_sec h2, .start_animate .content_buttons_sec h1, .start_animate .content_buttons_sec h3, .start_animate .content_buttons_sec ul, .start_animate .web_footer ul, .content_inner_page_sec {
  animation: load_element 1s linear 0s forwards;
}
.start_animate .logo_sec {
  animation-delay: 0.5s;
}
.start_animate .content_buttons_sec h2 {
  animation-delay: 1s;
}
.start_animate .content_buttons_sec h1 {
  animation-delay: 1.5s;
}
.start_animate .content_buttons_sec h3 {
  animation-delay: 2s;
}
.start_animate .content_buttons_sec ul {
  animation-delay: 2.5s;
}
.span_lines_cross_set {
  transform: scale(0);
}
.start_animate .span_lines_cross_set {
  animation: load_element_scale 1s linear 3s forwards;
}
.white_line_h {
  animation: load_element_with_full 1.5s linear 4s forwards;
}


.start_animate .content_inner_page_sec {
  animation-delay: 1s;
}