@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Dela+Gothic+One&display=swap');


/*==BASIC-SETUP==*/
body {
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #0D0D0D;
  background: #F2F0EF;

}

a,
a:hover {
  text-decoration: none;
}

ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
label {
  margin: 0;
}

/* scroll-bar */
.scrolltotop {
  width: 40px;
  height: 40px;
  border-radius: 100px 100px 0 0;
  background: #CF4537;
  text-align: center;
  padding-top: 8px;
  font-size: 20px;
  color: #F2F0EF;
  position: fixed;
  right: 8px;
  bottom: 10px;
  display: none;
  transition: 0.2s all ease;
  -webkit-transition: 0.2s all ease;
  -moz-transition: 0.2s all ease;
  z-index: 100;
}

.scrolltotop:hover {
  color: #F2F0EF;
  background: #92321B;
}

/*==THIS IS START==*/
.header-area {
  padding: 21px 0;
  background: #F2F0EF;
}

.header-stickay {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 1000;
}


.logo-item img {
  max-width: 58px;
  height: auto;

}


.main-nav ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
}

.main-nav ul li {
  margin-right: 58px;
}

.main-nav ul li:first-child {
  margin-right: 13px;
}

.main-nav ul li:last-child {
  margin-right: 0;
}

.main-nav ul li a {
  font-weight: 600;
  font-size: 18px;
  letter-spacing: 0.18px;
  color: #0D0D0D;
  transition: 0.2s all ease;
}


.main-nav ul li a:hover {
  color: #CF4537;
 font-weight: 800;
}

.main-nav ul li:nth-child(4) a {
  font-weight: 700;
  font-size: 16px;
  color: #F2F0EF;
  border-radius: 20px;
  background: #CF4537;
  display: inline-block;
  padding: 16px 40px;
  transition: 0.2s all ease;
}

.main-nav ul li:nth-child(4) a:hover {
  background: #ECD8CE;
	color: #CF4537;
}


.main-nav ul li:nth-child(3) a {
  font-size: 18px;
 
}  

.mobil-img img {
  width: 100%;
}

.mobil-inner img {
  width: 100%;
}

/* MOBIL-MENU-START*/
.sidebar-menu {
  width: 285px;
  height: 100vh;
  position: fixed;
  top: 0;
  left: -285px;
  overflow-y: auto;
  transition: 0.6s ease;
  transition-property: left;
  background: #EBE7E7;
  z-index: 9999;
}

.sidebar-menu.active {
  left: 0;
}

.menu-wrap{
  margin-top: 10px;
  padding: 0 10px;
}

.menu-wrap{
  margin-top: 10px;
  padding: 0 10px;
}


.menu-item-eng a {
  font-weight: 600;
  font-size: 16px;
  color: #0D0D0D;
  display: inline-block;
  margin-top: 21px;
  transition: 0.2s all ease;
	margin-left:10px
}

.menu-item-eng a:hover {
  color: #C14747;
  font-weight: 800;
}

.mobil-brand{
	margin-left:10px;
	margin-top: 18px;
}


.menu-item-eng:nth-of-type(4) a {
  border-radius: 20px;
  background: #CF4537;
  padding: 12px 30px;
  transition: 0.2s all ease;
	color: #F2F0EF;
}

.menu-item-eng:nth-of-type(1) a {
  font-weight: 800;
	color: #CF4537;
}

.menu-item-eng:nth-of-type(4) a:hover {
    background: #92321B;
}

.menu-item-eng-about a {
  font-weight: 600;
  font-size: 16px;
  color: #0D0D0D;
  display: inline-block;
  margin-top: 21px;
  transition: 0.2s all ease;
	margin-left:10px
}

.menu-item-eng-about a:hover {
  color: #C14747;
  font-weight: 800;
}



.menu-item-eng-about:nth-of-type(4) a {
  border-radius: 20px;
  background: #CF4537;
  padding: 12px 16px;
  transition: 0.2s all ease;
	color: #F2F0EF;
}

.menu-item-eng-about:nth-of-type(1) a {
  font-weight: 800;
	color: #CF4537;
}

.menu-item-eng-about:nth-of-type(3) a {
  font-weight: 800;
	color: #CF4537;
}

.menu-item-eng-about:nth-of-type(4) a:hover {
    background: #92321B;
}

.menu-item-pl a {
  font-weight: 600;
  font-size: 16px;
  color: #0D0D0D;
  display: inline-block;
  margin-top: 21px;
  transition: 0.2s all ease;
	margin-left:10px
}

.menu-item-pl a:hover {
  color: #C14747;
  font-weight: 800;
}


.menu-item-pl:nth-of-type(4) a {
  border-radius: 20px;
  background: #CF4537;
   padding: 12px 30px;
  transition: 0.2s all ease;
	color: #F2F0EF;
}

.menu-item-pl:nth-of-type(2) a {
  font-weight: 800;
	color: #CF4537;
}

.menu-item-pl:nth-of-type(4) a:hover {
    background: #92321B;
}

.menu-item-pl-o-mnie a {
  font-weight: 600;
  font-size: 16px;
  color: #0D0D0D;
  display: inline-block;
  margin-top: 21px;
  transition: 0.2s all ease;
	margin-left:10px
}

.menu-item-pl-o-mnie a:hover {
  color: #C14747;
  font-weight: 800;
}


.menu-item-pl-o-mnie:nth-of-type(4) a {
  border-radius: 20px;
  background: #CF4537;
  padding: 12px 16px;
  transition: 0.2s all ease;
	color: #F2F0EF;
}

.menu-item-pl-o-mnie:nth-of-type(2) a {
  font-weight: 800;
	color: #CF4537;
}

.menu-item-pl-o-mnie:nth-of-type(3) a {
  font-weight: 800;
	color: #CF4537;
}

.menu-item-pl-o-mnie:nth-of-type(4) a:hover {
    background: #92321B;
}

.menu-header {
  background: #EBE7E7;
  padding: 10px 8px;
}

.close-icon {
  width: 25px;
  height: 25px;
  display: block;
  position: relative;
  cursor: pointer;
}

.close-icon::before,
.close-icon::after {
  content: '';
  background: #CF4537;
  position: absolute;
  height: 100%;
  width: 4px;
  border-radius: 3px;
}

.close-icon::before {
  transform: rotate(45deg);
}

.close-icon::after {
  transform: rotate(-45deg);
}

.menu-btn {
  width: 30px;
  cursor: pointer;
  margin-left: auto;
}

.menu-btn span {
  display: block;
  width: 100%;
  height: 4px;
  background: #CF4537;
  margin: 5px 0 0 0;
  border-radius: 5px;
}

.menu-btn span:first-child {
  margin-top: 0;
}

.mobil-brand img {
  max-width: 57px;
}

/* MOBIL-MENU-END*/

.topmenu-area {
  background: #F2F0EF;
  padding-top: 60px;
}

/* empathy-area */
.empathy-area {
  background: #F2F0EF;
  padding: 80px 0 107px 0;
}

.empathy-title h2 {
  font-family: Dela Gothic One;
  color: #0D0D0D;
  font-size: 100px;
  letter-spacing: 0.7px;
}

.empathy-title h2 span {
  color: #CF4537;
}

.empathy-title p {
  font-weight: 400;
  font-size: 24px;
  color: #0D0D0D;
  margin-top: 30px;
  max-width: 2000px;
  line-height: 170%;
}

.empathy-title p span {
  font-weight: 700;
  font-size: 24px;
  color: #CF4537;
  line-height: 170%;
}

.empathy-title ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 70px;
}

.empathy-title ul li {
  margin-right: 24px;
	margin-top: 20px;
}

.empathy-title ul li:last-child {
  margin-right: 0;
}

.empathy-title ul li a {
  font-weight: 700;
  font-size: 20px;
  letter-spacing: 0.16px;
  border-radius: 24px;
  background: #CF4537;
  padding: 17px 47px;
  color: #F2F0EF;
  transition: 0.2s all ease;
  display: inline-block;
}

.empathy-title ul li a:hover {
  background: #ECD8CE;
	color: #CF4537;
}

.empathy-main img {
  width: 100%;
}

.empathy-cnt {
  margin-top: 30px;
  max-width: 853px;
}

.empathy-cnt2 {
  max-width: 678px;
}

.empathy-cnt h6 {
  font-weight: 700;
  font-size: 24px;
  letter-spacing: 0.168px;
	margin-bottom: 22px;
}

.empathy-cnt h6 a {
  color: #0D0D0D;
 
}

.empathy-cnt p {
  font-weight: 400;
  font-size: 20px;
  color: #0D0D0D;
  letter-spacing: 0.14px;
  margin-top: 12px;
  line-height: 173%;
}

.main-btn a {
  font-weight: 700;
  font-size: 16px;
  color: #F2F0EF;
  border-radius: 24px;
  background: #CF4537;
  letter-spacing: 0.16px;
  display: inline-block;
	padding: 16px 40px;
  margin-top: 32px;
  transition: 0.2s all ease;
}

.main-btn a:hover {
  background: #ECD8CE;
	color: #CF4537;
}

/* institution-area */
.institution-area {
  background: #F2F0EF;
  padding: 1px 0 107px 0;
}

.institution-main img {
  width: 100%;
  font-weight: 700;
  font-size: 24px;
  letter-spacing: 0.168px;
}

.institution-cnt {
  max-width: 853px;
  margin-top: 30px;
}

.institution-cnt h6 {
  font-weight: 700;
  font-size: 24px;
  letter-spacing: 0.168px;
  line-height: 173%;
  margin-bottom: 22px;
}

.institution-cnt h6 a {
  color: #0D0D0D;
}

.institution-cnt p {
  font-weight: 400;
  font-size: 20px;
  color: #0D0D0D;
  letter-spacing: 0.14px;
  margin-top: 10px;
  line-height: 173%;
}

.play-area {
  background: #F2F0EF;
  padding: 1px 0 107px 0;
}

.play-main img {
  width: 100%;
}

/*daily-area*/
.daily-area {
  background: #F2F0EF;
  padding: 1px 0 120px 0;
}

.daily-main {
  max-width: 1203px;
}

.daily-main img {
  width: 100%;
}

.daily-cnt {
  margin-top: 30px;
  max-width: 853px;

}

.daily-cnt h6 {
  font-weight: 700;
  font-size: 24px;
  letter-spacing: 0.168px;
	margin-bottom: 22px;
}

.daily-cnt h6 a {
   color: #0D0D0D;
}

.daily-cnt p {
  font-weight: 400;
  font-size: 20px;
  color: #0D0D0D;
  letter-spacing: 0.14px;
  margin-top: 10px;
	  line-height: 173%;
}

/* know-area */

.know-area {
  background: #F2F0EF;
  padding: 27px 0;
  position: relative;
}

.know-main h3 {
  font-family: Dela Gothic One;
  font-size: 50px;
  color: #CF4537;
  letter-spacing: 0.38px;
}

.know-main p {
  font-weight: 400;
  font-size: 20px;
  color: #CF4537;
  letter-spacing: 0.14px;
  margin-top: 10px;
	
}

.know-img {
  position: absolute;
  left: 70%;
  bottom: -10px;
  z-index: 1;
}

.know-img img {
  max-width: 165px;
}

/*footer-area*/
.footer-area {
  background: #F2F0EF;
  padding: 54px 0 41px 0;
  z-index: 2;
}

.footermain-wrap {
  max-width: 1378px;
  margin: auto;
  border-bottom: 1px solid #CF4535;
  padding-bottom: 50px;
}

.footer-main {
  max-width: 855px;
  margin: auto;

}

.footer-item ul {
  margin-top: 18px;
 
	
}

.footer-item ul li:first-child {
  margin-top: 40px;
	
	

}

.footer-item ul li {
  margin-top: 18px;
	 display: block;
  
	
}

.footer-item ul li a {
  font-weight: 400;
  font-size: 16px;
  color: #CF4535;
  transition: 0.2s all ease;
 
}
	
	.footer-item-center{
    margin-left: 30%;
	}




.footer-item ul li a:hover {

	font-weight: 700;
}

.copy-title p {
  font-weight: 400;
  font-size: 12px;
  font-style: italic;
  letter-spacing: 0.24px;
  color: #CF4537;
  margin-top: 77px;
}

/*====dyplom-page====*/

.empathy-title2 p {
  font-size: 20px;
  line-height: 173%;
}

.empathy-title2 p a {
  font-weight: 700;
  color: #CF4537;
  text-decoration: underline;
}

.empathy-title2 ul {
  margin-top: 40px;
}

.empathytitle-cnt {
  max-width: 2000px;
  margin-top: 70px;
}

/* poster-area */

.poster-area {
  background: #F2F0EF;
  padding: 100px 0 96px 0;
}

.poster-title p {
  font-weight: 500;
  font-size: 20px;
  color: #0D0D0D;
  letter-spacing: 0.4px;
  padding-bottom: 14px;
}

.poster-img img {
  width: 100%;
}

.poster-cnt {
  padding: 170px 0;
}

.poster-cnt h4 {
  font-family: Dela Gothic One;
  font-size: 38px;
  letter-spacing: 0.38px;
  color: #CF4537;
	margin-bottom: 1rem;
}

.poster-cnt span {
  font-family: Montserrat;
  font-weight: 500;
  font-size: 24px;
  color: #0D0D0D;
  letter-spacing: 0.52px;
  display: block;
  margin-top: 5px;
}

.poster-right {
  max-width: 1400px;
}

.poster-right p {
  font-weight: 400;
  font-size: 20px;
  color: #0D0D0D;
  letter-spacing: 0.14px;
  line-height: 173%;
}

.poster-right p:nth-of-type(2) {
  margin-top: 3%;
}

/*bottommenu-area*/

.bottommenu-area {
  background: #F2F0EF;
  padding: 1px 0 95px 0;
  position: relative;
  
}


.bottommenu-main h3 {
  font-family: Dela Gothic One;
  font-size: 50px;
  color: #CF4537;
  letter-spacing: 0.38px;
  text-align: center;
  align: center;
	
}

.bottommenu-main p {
  font-weight: 400;
  font-size: 20px;
  color: #CF4537;
  letter-spacing: 0.14px;
  text-align: center;
  margin-top: 10px;
}

.bottommenu-item ul {
  display: flex;
  flex-wrap: wrap;
 justify-content: center; 
  margin-top: 40px;
}

.bottommenu-item ul li {
  margin-right: 42px;
}

.bottommenu-item ul li a {
  font-weight: 700;
  font-size: 16px;
  padding: 12px 24px;
  border-radius: 20px;
  background: #BCAD8E;
  display: inline-block;
  color: #443C32;
  letter-spacing: 0.16px;
  transition: 0.2s all ease;
}


.bottommenu-item ul li a:hover {
  background: #443C32;
	color: #F2F0EF;
}

.bottommenu-item ul li:last-child {
  margin-right: 0;
}

.bottommenu-item-CS ul {
  display: flex;
  flex-wrap: wrap;
 justify-content: center; 
  margin-top: 40px;
}

.bottommenu-item-CS ul li {
  margin-right: 42px;
}

.bottommenu-item-CS ul li a {
  font-weight: 700;
  font-size: 16px;
  padding: 12px 24px;
  border-radius: 20px;
  background: #CF4537;
  display: inline-block;
  color: #F2F0EF;
  letter-spacing: 0.16px;
  transition: 0.2s all ease;
}

.bottommenu-item-CS ul li:nth-child(6) a {
	background: #CF4537;
	color: #F2F0EF;
}

.bottommenu-item-CS ul li a:hover {
  background: #ECD8CE;
  color: #CF4537;
}

.bottommenu-item-CS ul li:last-child {
  margin-right: 0;
}

.bottommenu-item-COMM ul {
  display: flex;
  flex-wrap: wrap;
 justify-content: center; 
  margin-top: 40px;
}

.bottommenu-item-COMM ul li {
  margin-right: 42px;
}

.bottommenu-item-COMM ul li a {
  font-weight: 700;
  font-size: 16px;
  padding: 12px 24px;
  border-radius: 20px;
  background: #BCAD8E;
  display: inline-block;
  color: #443C32;
  letter-spacing: 0.16px;
  transition: 0.2s all ease;
}

.bottommenu-item-COMM ul li:nth-child(2) a {
	background: #443C32;
  color: #F2F0EF;
}

.bottommenu-item-COMM ul li a:hover {
 background: #443C32;
  color: #F2F0EF;
}

.bottommenu-item-COMM ul li:last-child {
  margin-right: 0;
}

.bottommenu-item-CUR ul {
  display: flex;
  flex-wrap: wrap;
 justify-content: center; 
  margin-top: 40px;
}

.bottommenu-item-CUR ul li {
  margin-right: 42px;
}

.bottommenu-item-CUR ul li a {
  font-weight: 700;
  font-size: 16px;
  padding: 12px 24px;
  border-radius: 20px;
  background: #BCAD8E;
  display: inline-block;
  color: #443C32;
  letter-spacing: 0.16px;
  transition: 0.2s all ease;
}

.bottommenu-item-CUR ul li:nth-child(5) a {
	background: #443C32;
  color: #F2F0EF;
}

.bottommenu-item-CUR ul li a:hover {
  background: #443C32;
  color: #F2F0EF;
}

.bottommenu-item-CUR ul li:last-child {
  margin-right: 0;
}

.bottommenu-item-ENV ul {
  display: flex;
  flex-wrap: wrap;
 justify-content: center; 
  margin-top: 40px;
}

.bottommenu-item-ENV ul li {
  margin-right: 42px;
}

.bottommenu-item-ENV ul li a {
  font-weight: 700;
  font-size: 16px;
  padding: 12px 24px;
  border-radius: 20px;
  background: #BCAD8E;
  color: #443C32;
  display: inline-block;
  letter-spacing: 0.16px;
  transition: 0.2s all ease;
}

.bottommenu-item-ENV ul li:nth-child(1) a {
		background: #443C32;
  color: #F2F0EF;
}

.bottommenu-item-ENV ul li a:hover {
  	background: #443C32;
  color: #F2F0EF;
}

.bottommenu-item-ENV ul li:last-child {
  margin-right: 0;
}

.bottommenu-item-FLE ul {
  display: flex;
  flex-wrap: wrap;
 justify-content: center; 
  margin-top: 40px;
}

.bottommenu-item-FLE ul li {
  margin-right: 42px;
}

.bottommenu-item-FLE ul li a {
  font-weight: 700;
  font-size: 16px;
  padding: 12px 24px;
  border-radius: 20px;
  background: #BCAD8E;
  color: #443C32;
  display: inline-block;
  letter-spacing: 0.16px;
  transition: 0.2s all ease;
}

.bottommenu-item-FLE ul li:nth-child(4) a {
		background: #443C32;
  color: #F2F0EF;
}

.bottommenu-item-FLE ul li a:hover {
  	background: #443C32;
  color: #F2F0EF;
}

.bottommenu-item-FLE ul li:last-child {
  margin-right: 0;
}

.bottommenu-item-SR ul {
  display: flex;
  flex-wrap: wrap;
 justify-content: center; 
  margin-top: 40px;
}

.bottommenu-item-SR ul li {
  margin-right: 42px;
}

.bottommenu-item-SR ul li a {
  font-weight: 700;
  font-size: 16px;
  padding: 12px 24px;
  border-radius: 20px;
  background: #BCAD8E;
  color: #443C32;
  display: inline-block;
  letter-spacing: 0.16px;
  transition: 0.2s all ease;
}

.bottommenu-item-SR ul li:nth-child(3) a {
		background: #443C32;
  color: #F2F0EF;
}

.bottommenu-item-SR ul li a:hover {
  	background: #443C32;
  color: #F2F0EF;
}

.bottommenu-item-SR ul li:last-child {
  margin-right: 0;
}

.gellary-item img {
  width: 100%;
  margin-top: 17px;
}

.poster-gellary-area {
  background: #F2F0EF;
  padding: 190px 0 96px 0;
}

.cat-curiosity-bg {
    background: #F2F0EF;
}

.bottommenu-area2 {
  background: #F2F0EF;
  padding: 95px 0;
  position: relative;
}

.a-img {
  position: absolute;
  left: 0;
  bottom: -10px;
	
}

.a-img img {
  max-width: 100px;
}

.empathy-title3 h2 {
  color: #CF4537;
}

.a-img {
  left: 188px;
}

.b-img {
  position: absolute;
  top: 110px;
  right: 138px;
}

.b-img img {
  max-width: 180px;
}

.a-img3 {
  position: absolute;
  right: 0;
  bottom: -10px;
}

.a-img3 img {
  max-width: 100px;
}

.d-img {
  position: absolute;
  top: 0;
  left: 293px;
}

.d-img img {
  max-width: 100px;
}

.a-img10 {
  left: 0;
	max-width: 248px;
	 position: absolute;
  bottom: -10px;
}

.a-img20 {
  left: 0;
  position: absolute;
  bottom: 0;
}

.a-img20 img {
  max-width: 248px;
  margin-bottom: -10px;
}

.a-img21 {
  left: 0;
  position: absolute;
  bottom: 0;
}

.a-img21 img {
  max-width: 115px;
  margin-bottom: -10px;
}
.btm-container {
  position: relative;
  padding-bottom: 95px;
}

.btm-container10 {
  position: relative;
  padding-top: 95px;
}

.bottommenu-area200 {
  padding-bottom: 0 !important;
}

.bottommenu-area300 {
  padding-top: 0 !important;
  overflow: hidden;
}

.a-img50 {
  bottom: initial;
  top: -5px;
}


/*==about=page-start==*/
.aboutinner-area {
  background: #F2F0EF;
  overflow: hidden;
}

.aboutinner-main {
  max-width: 1770px;
  margin: auto;
  text-align: right;
  padding-top: 60px;
}

.aboutinner-main img {
  max-width: 128px;
  margin-bottom: -24px;
}

/*about-area*/
.about-area {
  background: #F2F0EF;
}

.about-main {
  max-width: 1700px;
  margin: auto;
}

.about-main-2 {
  margin-top:6rem;
  margin-bottom:10rem;
}


.about-left h2 {
  font-family: Dela Gothic One;
  font-size: 70px;
  color: #CF4537;
}

.about-right img {
  width: 100%;
}

/*interdiscip-area*/
.interdiscip-area {
  background: #F2F0EF;
  padding: 80px 0 300px 0;
}

.interdiscip-item p {
  font-weight: 400;
  font-size: 24px;
  color: #0D0D0D;
  line-height: 170%;
}

.interdiscip-item p span {
  font-weight: 600;
  color: #CF4537;
  letter-spacing: 0.168px;
}

.interdiscip-item p:nth-of-type(2) {
  margin-top: 20px;
}

.interdiscip-item2 {
  max-width: 502px;
}

/*scope-area*/
.scope-area {
  background: #EBE7E7;
  padding: 198px 0 172px 0;
}

.scope-title ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  border-top: 4px solid #CF4537;
  border-bottom: 4px solid #CF4537;
}

.scope-title ul li {
  font-family: Dela Gothic One;
  font-weight: 400;
  font-size: 170px;
  color: #CF4537;
  line-height: 160px;

}

.scope-pg {
  max-width: 2300px;
  margin: auto;
}

.scope-pg p {
  font-weight: 600;
  font-size: 22px;
  color: #CF4537;
  letter-spacing: 0.44px;
  margin-top: 24px;
  font-style: italic;
  line-height: 191.5%;
	text-align: center;
}

.scope-main {
  max-width: 1450px;
  margin: auto;
  margin-top: 345px;
}

.scopeitem-title h2 {
  font-weight: 700;
  font-size: 60px;
  color: #CF4537;
  letter-spacing: 0.42px;
  font-style: italic;
  line-height: 162%;
}

.scope-left h6 {
  font-weight: 700;
  font-size: 20px;
  color: #0D0D0D;
  letter-spacing: 0.14px;
  font-style: italic;
  margin-top: 13px;
  line-height: 173%;
} 

.scope-left p {
  font-weight: 400;
  font-size: 20px;
  color: #0D0D0D;
  letter-spacing: 0.14px;
  /*! font-style: italic; */
  margin-top: 20px;
  line-height: 173%;
}

.scope-left {
  max-width: 582px;
}

.scope-right ul li {
  font-weight: 700;
  font-size: 17px;
  font-style: italic;
  letter-spacing: 0.34px;
  text-transform: uppercase;
  color: #CF4537;
  margin-top: 40px;
}

.scope-right ul li:first-child {
  margin-top: 0;
}

.who-area {
  background: #F2F0EF;
  padding: 116px 0 200px 0;
}

.who-left {
  max-width: 1028px;
}

.who-inner img {
  max-width: 94px;
  margin-right: 50px;
}

.whoimg-item img {
  max-width: 150px;
  margin-top: 102px;
}

.who-inner h2 {
  font-family: Dela Gothic One;
  font-weight: 700;
  font-size: 38px;
  color: #CF4537;
  letter-spacing: 0.38px;
}

.who-inner h6 {
  font-weight: 500;
  font-size: 26px;
  letter-spacing: 0.52px;
  color: #0D0D0D;
  margin-top: 15px;
}

.who-inner p {
  font-weight: 400;
  color: #0D0D0D;
  font-size: 20px;
  letter-spacing: 0.14px;
  margin-top: 20px;
  line-height: 173%;
}

.who-img img {
  max-width: 324px;
  margin-top: 132px;
}

.who-inner {
  max-width: 582px;
}

/* take-area-start */
.take-area {
   background: #F2F0EF;
   padding: 6em 0 150px 0;
}

.take-main {
  max-width: 853px;
}

.take-main h4 {
  font-family: Dela Gothic One;
  font-size: 38px;
  letter-spacing: 0.38px;
  color: #0D0D0D;
}

.take-main ul li {
  font-weight: 400;
  font-size: 20px;
  letter-spacing: 0.14px;
  color: #0D0D0D;
  margin-top: 25px;
  line-height: 173%;
}

.take-main ul li:first-child {
  margin-top: 12px;
}

.take-main ul li span {
  font-weight: 600;
  color: #CF4537;
}

.a-img20 {
  left: 0;
  bottom: 0;
}

.interdiscip-item2 {
  max-width: 500px;
  margin-left: auto;
}

.poster-left h4 br {
  display: none;
}

.poster-left{
	max-width: 600px;
}

.poster-left span {
		font-size: 24px;
	}

#active-filter-digital-touchpoints li:nth-child(2) a {
	background: #ECD8CE;
	color: #CF4537;
}
#active-filter-digital-touchpoints-2 li:nth-child(2) a {
	background: #ECD8CE;
	color: #CF4537;
}

#active-filter-branding li:nth-child(1) a {
	background: #ECD8CE;
	color: #CF4537;
}
#active-filter-branding-2 li:nth-child(1) a {
	background: #ECD8CE;
	color: #CF4537;
}
#active-filter-culture li:nth-child(3) a {
	background: #ECD8CE;
	color: #CF4537;
}

#active-filter-culture-2 li:nth-child(3) a {
	background: #ECD8CE;
	color: #CF4537;
}

.active-navpl ul li:nth-child(2) a{
font-weight: 800;
  font-size: 18px;
  color: #CF4537;
}

.active-naveng ul li:nth-child(1) a{
font-weight: 800;
  font-size: 18px;
  color: #CF4537;
}

.active-nav-abouteng ul li:nth-child(2n+1) a{
font-weight: 800;
  font-size: 18px;
  color: #CF4537;
}


.active-nav-aboutpl ul li:nth-child(2) a{
font-weight: 800;
  font-size: 18px;
  color: #CF4537;
}

.active-nav-aboutpl ul li:nth-child(3) a{
font-weight: 800;
  font-size: 18px;
  color: #CF4537;
}

.poster-img {
    pointer-events: none;
}

.gellary-item {
	pointer-events: none;
}

p {
  text-wrap: pretty;
}
	
.empathy-main video {
 width: 100%;
	height:auto;
}
.poster-img video {
 width: 100%;
	height:auto;
}