/*
==================================================================================
==================================================================================

             =================   ====== // =====           ================
            =================   ====== //  ======         ================
           =====               ======       ======       ======
          =====               ======        ======      ======
         =====               ======         ======     ======
        =================   ======          ======    ===============
       =================   ======           ======   ===============
      =====               ======           ======            ======
     =====               ======           ======            ======
    =====               ======	        ======             ======
   =================   ====== // ===========   =================
  =================   ====== // =========     =================   Copyright 2021

==================================================================================
==================================================================================
*/


@font-face {
  font-family: 'GlacialIndifference-Bold';
  src: url("./fonts/GlacialIndifference-Bold.woff2") format("woff2");
  font-display: swap;
}

@font-face {
  font-family: 'GlacialIndifference-Regular';
  src: url('./fonts/GlacialIndifference-Regular.woff2') format("woff2");
  font-display: swap;
}

@font-face {
  font-family: 'Baskerville-SemiBold';
  src: url('./fonts/Baskerville-SemiBold.woff2') format("woff2");
  font-display: swap;
}

@font-face {
  font-family: 'AmsterdamOne-eZ12l';
  src: url('./fonts/AmsterdamOne-eZ12l.woff2') format("woff2");
  font-display: swap;
}



:root {
  --black: #000;
  --blue: #0464B4;
  --green: #7ac143;
  --white: #fff;
  --white-1: #F6F6F6;
  --red: #e41b46;
  --gold: #C99A5B;
  --grey: #6E6E6E;
  --grey-d: #6C6C6C;
  --purple: #394D9F;
	--GlacialIndifference-Regular : 'GlacialIndifference-Regular';
	--GlacialIndifference-Bold : 'GlacialIndifference-Bold';
	--Baskerville-SemiBold : 'Baskerville-SemiBold';
	--AmsterdamOne: 'AmsterdamOne-eZ12l';
}




.GlacialIndifference-Regular {
  font-family: var(--GlacialIndifference-Regular);
}

.GlacialIndifference-Bold {
  font-family: var(--GlacialIndifference-Bold);
}


.Baskerville-SemiBold {
  font-family: var(--Baskerville-SemiBold);
}

.AmsterdamOne {
  font-family: var(--AmsterdamOne);
}

/**
* GLOBAL STYLE
*/

.row-5 {
	margin-left: -5px;
	margin-right: -5px;
}

.row-10 {
	margin-left: -10px;
	margin-right: -10px;
}

.row-15 {
	margin-left: -15px;
	margin-right: -15px;
}

.row-25 {
	margin-left: -25px;
	margin-right: -25px;
}

.row-42 {
	margin-left: -42px;
	margin-right: -42px;
}

.row-60 {
	margin-left: -60px;
	margin-right: -60px;
}

.row-100 {
	margin-left: -100px;
	margin-right: -100px;
}

.space-around {
  justify-content: space-around;
}

.space-between {
  justify-content: space-between;
}

.br-8 {
  border-radius: 8px;
}

.br-10 {
  border-radius: 10px;
}

.br-30 {
  border-radius: 30px !important;
}

.columns-2 {
	columns: 2;
}

.container-full {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  position: relative;
}

.container {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 55px;
  position: relative;
}

.container-med {
  width: 100%;
  max-width: 1230px;
  padding: 0 25px;
  margin: 0 auto;
  position: relative;
}

.container-med-1 {
  width: 100%;
  max-width: 1100px;
  padding: 0 25px;
  margin: 0 auto;
  position: relative;
}

.container-sm {
  width: 100%;
  max-width: 760px;
  padding: 0 25px;
  margin: 0 auto;
  position: relative;
}

.container-fluid {
  width: 100%;
  position: relative;
}

.container-inner {
  width: 100%;
  position: relative;
  padding-left: 50px;
  padding-right: 50px;
  margin: 0 auto;
}

.m-0 {
  margin: 0 auto;
}

.nopadding {
  padding: 0 !important;
}

.nomargin {
  margin: 0 !important;
}

.mt-5 {
	margin-top: 5px;
}

.mt-10 {
	margin-top: 10px;
}

.mt-20 {
	margin-top: 20px;
}

.mt-30 {
	margin-top: 30px;
}

.mt-40 {
	margin-top: 40px;
}

.mt-60 {
	margin-top: 60px;
}

.mt-80 {
	margin-top: 80px;
}

.mt-100 {
	margin-top: 100px;
}

.mb-10 {
	margin-bottom: 10px;
}

.mb-15 {
	margin-bottom: 15px;
}

.mb-20 {
	margin-bottom: 20px;
}

.mb-30 {
	margin-bottom: 30px;
}

.mb-40 {
	margin-bottom: 40px;
}

.mb-50 {
	margin-bottom: 50px;
}

.mb-60 {
	margin-bottom: 60px;
}

.mb-80 {
	margin-bottom: 80px;
}

.mb-100 {
	margin-bottom: 100px;
}

.ml-auto {
  margin-left: auto;
}

.ml-30 {
  margin-left: 30px;
}

.mr-30 {
  margin-right: 30px;
}

.mtb-5 {
	margin-top: 5px;
	margin-bottom: 5px;
}

.mtb-10 {
	margin-top: 10px;
	margin-bottom: 10px;
}

.mtb-20 {
	margin-top: 20px;
	margin-bottom: 20px;
}

.mtb-30 {
	margin-top: 30px;
	margin-bottom: 30px;
}

.mtb-40 {
	margin-top: 40px;
	margin-bottom: 40px;
}

.mtb-50 {
	margin-top: 50px;
	margin-bottom: 50px;
}

.mtb-80 {
	margin-top: 80px;
	margin-bottom: 80px;
}

.m-auto {
	margin: 0 auto;
	float: unset !important;
}

.plr-10 {
  padding-left: 10px;
  padding-right: 10px;
}

.plr-15 {
  padding-left: 15px;
  padding-right: 15px;
}

.plr-20 {
  padding-left: 20px;
  padding-right: 20px;
}

.plr-30 {
  padding-left: 30px;
  padding-right: 30px;
}

.ptb-20 {
	padding-top: 20px;
	padding-bottom: 20px;
}

.ptb-30 {
	padding-top: 30px;
	padding-bottom: 30px;
}

.ptb-50 {
	padding-top: 50px;
	padding-bottom: 50px;
}

.ptb-60 {
	padding-top: 60px;
	padding-bottom: 60px;
}

.ptb-80 {
	padding-top: 80px;
	padding-bottom: 80px;
}

.ptb-100 {
	padding-top: 100px;
	padding-bottom: 100px;
}

.pr-20 {
	padding-right: 20px;
}

.pb-30 {
  padding-bottom: 30px;
}

.pb-50 {
  padding-bottom: 50px;
}


.pl-20 {
	padding-left: 20px;
}

.pl-30 {
	padding-left: 30px;
}

.pl-40 {
	padding-left: 40px;
}


.pt-10 {
	padding-top: 10px;
}

.pt-20 {
	padding-top: 20px;
}

.pt-40 {
	padding-top: 40px;
}

.pt-60 {
	padding-top: 60px;
}

.p-20 {
  padding: 20px;
}

.w-400 {
	max-width: 400px;
	float: left;
	width: 100%;
	position: relative;
}

.w-320 {
	max-width: 320px;
	float: left;
	width: 100%;
	position: relative;
}


.w-285 {
	max-width: 285px;
	float: left;
	width: 100%;
	position: relative;
}

.w-250 {
	max-width: 250px;
	float: left;
	width: 100%;
	position: relative;
}

.w-100 {
	float: left;
	width: 100%;
	position: relative;
}

.img-100 {
	float: left;
	width: 100%;
	height: auto;
}


.lh-16 {
	line-height: 1.6;
}

.lh-2 {
	line-height: 2;
}

.fgold {
	color: var(--gold);
}

.fblack {
	color: var(--black);
}

.fwhite *,
.fwhite {
	color: var(--white);
}

.fblue {
	color: var(--blue);
}

.fgrey {
	color: var(--grey);
}

.fgrey-d *,
.fgrey-d {
	color: var(--grey-d);
}

.fgreen {
	color: var(--green);
}

.fred {
	color: var(--red);
}

.bgwhite-1 {
	background: var(--white-1);
}

.bgblack {
	background: var(--black);
}

.bgwhite {
	background: var(--white);
}

.bggold {
	background: var(--gold);
}

.bgblue {
	background: var(--blue);
}

.bgwhite {
	background: var(--white);
}

.box-shadow {
  -webkit-box-shadow: 0px 0px 11px -1px rgb(82 82 82);
  -moz-box-shadow: 0px 0px 11px -1px rgba(82,82,82,1);
  box-shadow: 0px 0px 11px -1px rgb(82 82 82);
}

.anchor {
    margin-top: -80px;
    padding-top: 80px;
}

.col-2 {
	width: 50%;
	float: left;
	padding: 0 25px;
  position: relative;
}

.col-3 {
	width: 33.33%;
	float: left;
	padding: 0 25px;
}

.col-4 {
	width: 25%;
	float: left;
	padding: 0 25px;
}

.col-c-1-1 {
  width: 100%;
  max-width: 400px;
  padding: 0 25px;
  float: left;
}

.col-c-1 {
  width: 100%;
  max-width: 325px;
  padding: 0 25px;
  float: left;
}

.col-c-2 {
  width: calc(100% - 325px);
  padding: 0 25px;
  float: left;
}

.col-c-2-1 {
  width: 100%;
  max-width: 400px;
  padding: 0 25px;
  float: left;
}

.col-c-2-2 {
  width: calc(100% - 400px);
  padding: 0 25px;
  float: left;
}



.col-2-1 {
  width: 60%;
  float: left;
  padding: 0 25px;
}

.col-2-2 {
  width: 40%;
  float: left;
  padding: 0 25px;
}

.content-wb .back {
  width: 100%;
  max-width: 200px;
  float: left;
}

.content-wb .content-wb-in {
  width: calc(100% - 200px);
  float: left;
}

.floatleft {
	float: left;
}


.floatright {
	float: right;
}

.order-1 {
  order: 1;
}


.animated {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

section {
	position: relative;
	width: 100%;
	float: left;
}

.bg-transparent {
  background-color: transparent
}

.bg-square {
  width: 100%;
  max-width: 100%;
  max-height: 100%;
  overflow: hidden;
}

.rectangle {
  padding-bottom: 140%;
  position: relative;
  text-align: center;
  overflow: hidden;
}

.rectangle-1 {
  padding-bottom: 130%;
  position: relative;
  text-align: center;
  overflow: hidden;
}

.square {
  padding-bottom: 100%;
  position: relative;
  text-align: center;
  overflow: hidden;
}

.square-1-1 {
  padding-bottom: 80%;
  position: relative;
  text-align: center;
  overflow: hidden;
}

.square-1 {
  padding-bottom: 65%;
  position: relative;
  text-align: center;
  overflow: hidden;
}

.square-2 {
  padding-bottom: 35%;
  position: relative;
  text-align: center;
  overflow: hidden;
}

.square-3 {
  padding-bottom: 15%;
  position: relative;
  text-align: center;
  overflow: hidden;
}

.bg {
	background-position: center !important;
	background-repeat: no-repeat !important;
	background-size: cover !important;
}

.bg-contain {
	background-position: center !important;
	background-repeat: no-repeat !important;
	background-size: contain !important;
}

.bg-full {
	float: left;
	width: 100%;
	height: 100%;
	position: relative;
}

.b-bottom {
	border-bottom: 1px solid #C4C4C4;
}

.more {
	position: relative;
	padding: 20px 40px 20px 0;
  font-size: 20px;
  color: var(--black);
}



.more:after {
	background-image: url('../images/svg/arrow-more.svg');
	background-position: center;
	background-repeat: no-repeat;
	background-size: 22px;
	width: 22px;
	height: 22px;
	position: absolute;
	content: "";
	right: 0;
	top: -2px;
	bottom: 0;
	margin: auto;
	border: 0;
}

.more:hover:after {
	background-image: url('../images/svg/arrow-more-gold.svg');
	background-position: center;
	background-repeat: no-repeat;
	background-size: 22px;
	right: 10px;
}


.more-b {
  padding-right: 30px;
  position: relative;
}

.more-b:after {
	background-image: url('../images/svg/arrow-bt-down-gold.svg');
	background-position: center;
	background-repeat: no-repeat;
	background-size: 18px;
	width: 18px;
	height: 18px;
	position: absolute;
	content: "";
	right: 0;
	top: -2px;
	bottom: 0;
	margin: auto;
	border: 0;
}

.more-b:hover:after {
	background-image: url('../images/svg/arrow-bt-down-green.svg');
	background-position: center;
	background-repeat: no-repeat;
	background-size: 18px;
}

.more:hover {
  color: var(--gold);
}

.more-btn .more {
  font-family: var(--GlacialIndifference-Bold);
  padding: 0 46px 0 0;
  font-size: 18px;
  letter-spacing: 2px;
  line-height: 45px;
}

.more-btn.btn:hover,
.more-btn.btn {
  border: 2px solid var(--gold);
}

.more-btn .more:after {
  right: 10px;
}

a.more-btn:hover .more {
  color: var(--white);
}

a.more-btn:hover .more:after {
  background-image: url('../images/svg/arrow-more-white.svg');
	background-position: center;
	background-repeat: no-repeat;
	background-size: 22px;
	right: 10px;
}

.tab {
  width: 100%;
  overflow: hidden;
}

.tab button {
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 10px;
  margin: 10px;
  border-radius: 8px;
  font-family: 'GothamRounded-Book';
  float: left;
  font-size: 14px;
  border: 1px solid var(--green);
  background: var(--white);
}

.tab button:hover,
.tab button.active {
  background: var(--green);
  color: var(--white);
}

.tabcontent {
  margin-top: 20px;
  display: none;
  border-top: none;
}

.tabcontent p {
  font-size: 16px;
}

.filter-title {
  padding-left: 40px;
  margin-bottom: 20px;
}

.filter-title::before {
  position: absolute;
  content: '';
  width: 30px;
  height: 30px;
  left: 0;
  top: -4px;
  background: url('../images/Filter.png');
  background-repeat: no-repeat;
  background-size: contain;
}

#quicksearch {
  padding: 10px 20px;
  width: 100%;
  border-radius: 30px;
  font-size: 16px;
  border: 1px solid #B8B8B8;
}

#filters .button {
  display: inline-block;
  padding: 10px 20px;
  margin: 5px;
  background: var(--white);
  border: none;
  border-radius: 30px;
  color: var(--purple);
  border: 1px solid var(--purple);
  font-size: 16px;
  cursor: pointer;
}

#filters .button:hover {
  background: var(--purple);
  color: var(--white);
}

#filters .button:active,
#filters .button.is-checked {
  background: var(--purple);
  color: var(--white);
}

/* #filters .button.is-checked {
  color: white;
  text-shadow: 0 -1px hsla(0, 0%, 0%, 0.8);
}

#filters .button:active {
  box-shadow: inset 0 1px 10px hsla(0, 0%, 0%, 0.8);
} */

/* ---- button-group ---- */

.button-group:after {
  content: '';
  display: block;
  clear: both;
}

.button-group .button {
  float: left;
  border-radius: 0;
  margin-left: 0;
  margin-right: 1px;
}

.button-group .button:first-child { border-radius: 0.5em 0 0 0.5em; }
.button-group .button:last-child { border-radius: 0 0.5em 0.5em 0; }

/* ---- grid ---- */

/* clear fix */
.grid:after {
  content: '';
  display: block;
  clear: both;
}

/* ---- .element-item ---- */

.element-item {
  position: relative;
  float: left;
  width: 100px;
  height: 100px;
  margin: 5px;
  padding: 10px;
  background: #888;
  color: #262524;
}


/**
* HEADER STYLE
*/

.white-space-pre-line {
   white-space: pre-line;
}

header {
	float: left;
	width: 100%;
	position: absolute;
	z-index: 9999;
}

body.nav-op header {
	z-index: unset;
}


.btn {
  padding: 6px 36px;
  font-size: 14px;
  letter-spacing: 5px;
  height: 60px;
  line-height: 45px;
  border: 1px solid var(--gold);
  color: var(--white);
  cursor: pointer;
  position: relative;
  display: inline-table;
  overflow: hidden;
  z-index: 2;
}


.btn:hover {
	/* background: var(--blue); */
	border: 1px solid var(--gold);
	color: var(--white);
}


.btn:after {
  content: '';
  position: absolute;
  width: 120%;
  height: 120%;
  top: 0;
  left: 0;
  z-index: -1;
  -webkit-animation: animCache 0.3s forwards cubic-bezier(0.17, 0.67, 0.83, 0.67);
  animation: animCache 0.3s forwards cubic-bezier(0.17, 0.67, 0.83, 0.67);
}

.btn:hover:after {
  background: var(--gold);
  color: var(--white);
  -webkit-animation: animCacheHover 0.3s forwards alternate cubic-bezier(0.17, 0.67, 0.83, 0.67);
  animation: animCacheHover 0.3s forwards alternate cubic-bezier(0.17, 0.67, 0.83, 0.67);
}



.btn-green {
  border: 1px solid var(--green);
  background: var(--green);
  color: var(--white);
}

.btn-purple {
  border: 1px solid var(--purple);
  background: var(--purple);
  color: var(--white);
}


.btn-cat {
  border-radius: 100%;
  background: var(--purple);
  color: var(--white);
  font-family: var(--GlacialIndifference-Bold);
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 10px;
  bottom: -16px;
  width: 40px;
  height: 40px;
}


.flipLeftIn {
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-animation: flipLeftIn .5s both ease-out;
    -moz-animation: flipLeftIn .5s both ease-out;
    animation: flipLeftIn .5s both ease-out;
}
@-webkit-keyframes flipLeftIn {
    from {-webkit-transform: translateZ(-1000px) rotateY(90deg); opacity: .2;}
}
@keyframes flipLeftIn {
    from {transform: translateZ(-1000px) rotateY(90deg);opacity: .2;}
}

.flipLeftOut {
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-animation: flipLeftOut .5s both ease-in;
    -moz-animation: flipLeftOut .5s both ease-in;
    animation: flipLeftOut .5s both ease-in;
}

@-webkit-keyframes flipLeftOut {
    to {-webkit-transform: translateZ(1000px) rotateY(-90deg); opacity: 0;}
}
@keyframes flipLeftOut {
    to {transform: translateZ(1000px) rotateY(-90deg); opacity: 0;}
}


@-webkit-keyframes animCacheHover {
  from {
    -webkit-transform: skewY(40deg);
    transform: skewY(40deg);
    bottom: 150%;
  }
  to {
    -webkit-transform: skewY(0deg);
    transform: skewY(0deg);
    bottom: 0%;
  }
}
@keyframes animCacheHover {
  from {
    -webkit-transform: skewY(40deg);
    transform: skewY(40deg);
    bottom: 150%;
  }
  to {
    -webkit-transform: skewY(0deg);
    transform: skewY(0deg);
    bottom: 0%;
  }
}
@-webkit-keyframes animCache {
  from {
    -webkit-transform: skewY(10deg);
    transform: skewY(10deg);
    bottom: auto;
    top: 0%;
  }
  to {
    bottom: auto;
    -webkit-transform: skewY(0deg);
    transform: skewY(0deg);
    top: 150%;
  }
}
@keyframes animCache {
  from {
    -webkit-transform: skewY(10deg);
    transform: skewY(10deg);
    bottom: auto;
    top: 0%;
  }
  to {
    bottom: auto;
    -webkit-transform: skewY(0deg);
    transform: skewY(0deg);
    top: 150%;
  }
}
@-webkit-keyframes animLineHover {
  from {
    left: 0;
    right: auto;
    width: 0%;
  }
  to {
    left: 0;
    right: auto;
    width: 100%;
  }
}
@keyframes animLineHover {
  from {
    left: 0;
    right: auto;
    width: 0%;
  }
  to {
    left: 0;
    right: auto;
    width: 100%;
  }
}
@-webkit-keyframes animLine {
  from {
    left: auto;
    right: 0;
    width: 100%;
  }
  to {
    left: auto;
    right: 0;
    width: 0;
  }
}
@keyframes animLine {
  from {
    left: auto;
    right: 0;
    width: 100%;
  }
  to {
    left: auto;
    right: 0;
    width: 0;
  }
}


.search input {
	border-radius: 20px;
	background: var(--white);
	border: 0;
	padding: 4px 10px;
	height: 30px;
  line-height: 31px;
	width: 200px;
  border: 2px solid var(--blue);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.search input::placeholder {
	color: var(--blue);
  opacity: .5;
}

#menu2 .search,
#menu2 .search input {
	width: 100%;
}

#menu2 .search {
	padding: 0;
}

.search-submit {
	width: 14px;
	height: 14px;
	background-image: url('../images/svg/icn-glass.svg');
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	content: "";
  background-color: transparent;
	right: 14px;
	top: 0;
	bottom: 0;
	margin: auto;
	border: 0;
}



#backtop {
  display: inline-block;
  background-color: var(--gold);
	border: 1px solid var(--gold);
  width: 38px;
  height: 38px;
  text-align: center;
  position: fixed;
  bottom: 10px;
  right: 10px;
  transition: background-color .3s,
    opacity .5s, visibility .5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1var(--black);
}

#backtop::after {
	background-image: url(../images/svg/arrow-bt-down-white.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 12px;
	transform: rotate(-180deg);
	position: absolute;
	content: '';
	width: 20px;
	height: 12px;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	margin: auto;
}

#backtop::before {
	width: 38px;
	height: 4px;
	position: absolute;
	content: '';
	right: -1px;
	top: -10px;
	background: var(--black);
}

#backtop:hover {
  cursor: pointer;
  background-color: var(--black);
}

#backtop.show {
  opacity: 1;
  visibility: visible;
}


#page-wrapper.logged-in admin-bar {
  float: left;
  width: 100%;
}

#page-wrapper {
  float: left;
  width: 100%;
  padding-top: 110px;
}

.page-template-page-home #page-wrapper {
  padding-top: 0;
}

.page-template-page-home #page-wrapper:after {
  height: 0;
}

/* #page-wrapper:after {
  position: absolute;
  width: 100%;
  height: 135px;
  top: 35px;
  left: 0;
  background: var(--black);
  content: '';
} */

.career-journey {
  padding: 15px;
  border-radius: 30px;
  margin-top: 20px;
}

.career-journey img {
  float: left;
  width: auto;
  height: 40px;
}

.career-journey-slider {
  padding: 0 40px;
}

.career-journey-slider .slick-slider {
  margin:0 -10px;
}

.career-journey-slider .slick-slide {
  padding:10px;
  margin-right:10px;
  margin-left:10px;
}

.career-journey-slider a {
  transition: .3s ease-in-out;
}

.career-journey-slider a:hover {
  transform: translate(0, -15px);
  transition: .3s ease-in-out;
  background: var(--white-1);
}


/**
* CONTENT STYLE
*/

ul.breadcrumbs li {
	display: inline-table;
	font-size: 12px;
	color: var(--white);
}

ul.breadcrumbs li span,
ul.breadcrumbs li a {
	color: var(--white);
}

ul.breadcrumbs li.separator {
	padding: 0 5px;
}

#head-page {
	width: 100%;
	height: 350px;
	position: relative;
}

/* #head-page:after {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	content: '';
  background: rgb(0,0,0);
  background: linear-gradient(180deg, rgba(0,0,0,.6) 0%, rgba(255,255,255,0) 100%);
} */

#head-page p {
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
  font-size: 16px;
}

#head-page.single-p {
  height: 250px;
}

#head-page .fmedium1 {
  line-height: 1.2;
}

.head-page-inner {
	position: absolute;
	width: 100%;
	bottom: 20px;
	z-index: 1;
}

.head-page-content {
	padding: 0 55px;
}

#head-page .container-inner {
	padding-left: 50px;
	padding-right: 50px;
	margin: 0 auto;
  max-width: 700px;
  width: 100%;
	position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  -o-transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  z-index: 1;
}

#cta-section:after {
  position: absolute;
  width: 100%;
  height: 100%;
  content: '';
  background: rgba(0, 0, 0, 0.5);
  top: 0;
  left: 0;
}

#cta-section .container-inner {
  margin: 0 auto;
  max-width: 700px;
  width: 100%;
  padding: 40px 0;
  z-index: 1;
}


.side-bor {
	padding-left: 75px;
	position: relative;
}

.side-bor::before {
	width: 54px;
  height: 8px;
  background: #D26327;
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}


.intro-1 {
	width: 40%;
	float: left;
	position: relative;
}

.intro-2 {
	width: 50%;
	float: right;
	position: relative;
}

.intro-2-wrap:after {
	position: absolute;
	content: '';
	right: 50%;
	top: 0;
	background: url('../images/svg/ar.svg');
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	width: 170%;
	height: 78%;
	z-index: -1;
}

.intro-2-wrap {
	width: 60%;
	float: right;
	position: relative;
	z-index: 1;
}

.intro-2-in {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 25px 15px;
}



input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: var(--white);
  opacity: 1; /* Firefox */
}

input:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: var(--white);
}

input::-ms-input-placeholder { /* Microsoft Edge */
  color: var(--white);
}


.col-item {
	padding-bottom: 25px;
	margin-bottom: 25px;
	border-bottom: 1px solid #707070;
}

.col-item:last-child {
	margin-bottom: 0;
}

.col-act-date {
	max-width: 85px;
	width: 100%;
	display: flex;
}

.col-act-title {
	width: calc(100% - 85px);
	display: flex;
}


.col-1-1 {
	width: 100%;
	max-width: 500px;
	float: left;
	padding: 0 25px;
  position: relative;
}

.col-1-2 {
	width: calc(100% - 500px);
	float: left;
	padding: 0 25px;
  position: relative;
}

.col-item-1-thumb {
	width: 100%;
	max-width: 155px;
	float: left;
	position: relative;
}

.col-item-1 {
	margin-bottom: 30px;
	float: left;
	width: 100%;
	position: relative;
}

.col-item-1-content {
	width: calc(100% - 155px);
	float: left;
	padding-left: 20px;
}

.col-item-1-thumb .bg {
	width: 100%;
	height: 115px;
}



.contact-wrapper {
	padding-right: 150px;
}

.contact-content {
	padding-bottom: 25px;
	margin-bottom: 30px;
	border-bottom: 1px solid #D26327;
}

#contact .wpcf7 {
	float: left;
}

.wpcf7 input[type='email'],
.wpcf7 input[type='text'],
.wpcf7 input[type='tel'],
.wpcf7 textarea {
  border: 0;
  border-bottom: 2px solid var(--grey-d);
	float: left;
	width: 100%;
  height: 35px;
  padding: 0 10px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: var(--bgwhite-1);
}

.wpcf7 textarea {
  padding: 15px 0;
  height: 100px;
}

.submit-c {
  float: right;
  width: 100%;
  position: relative;
}

.wpcf7 input[type='submit'] {
	float: right;
	width: auto;
	background: var(--purple);
	border: 1px solid var(--purple);
	text-transform: uppercase;
	color: var(--white);
	cursor: pointer;
  font-size: 18px;
  border-radius: 30px;
  padding: 14px 60px 14px 40px;
  letter-spacing: 2px;
  position: relative;
}

.wpcf7 input[type='submit']:hover {
	background: var(--gold);
	border: 1px solid var(--gold);
}

.wpcf7 .submit-c:after {
  position: absolute;
  width: 30px;
  height: 30px;
  content: '';
  background: url('./../images/Send.png');
  background-size: contain;
  background-repeat: no-repeat;
  right: 20px;
  top: 0;
  bottom: 0;
  margin: auto;
}

.wpcf7 .form-control {
	padding: 0 5px;
	width: calc(100% / 2 - 3px);
  display: inline-table;
	margin-bottom: 15px;
}

.wpcf7 .form-control-full {
	width: 100%;
  display: inline-table;
	margin-bottom: 10px;
}

.wpcf7 label {
	font-size: 18px;
  color: var(--grey-d);
}

.wpcf7 label span {
	color: var(--grey-d);
}

.wpcf7-not-valid-tip {
	display: none !important;
}

.wpcf7 input.wpcf7-not-valid,
.wpcf7 textarea.wpcf7-not-valid {
	border: 1px solid var(--red);
}

.wpcf7 form .wpcf7-response-output {
	border-radius: 4px;
	font-size: 14px;
	float: left;
	width: 100%;
	margin: 30px 0 0 0;
  border: 0 !important;
  text-align: right;
}

.wpcf7 form.invalid .wpcf7-response-output {
  color: #ffb900;
}

.wpcf7 form.sent .wpcf7-response-output {
  color: #46b450  ;
}


.col-contact-1 {
  width: 100%;
  max-width: 400px;
  position: relative;
  padding: 0 25px;
}


.col-contact-2 {
  width: calc(100% - 400px);
  position: relative;
  padding: 0 25px 0 60px;
}

.bg-address:before {
  content: '';
  background: rgb(230,202,148);
  background: linear-gradient(180deg, rgba(230,202,148,1) 0%, rgba(201,154,91,1) 100%);
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100vw;
}

.bg-address:after {
  display: block;
  position: absolute;
  content: '';
  width: 100%;
  height: 233px;
  background: url('./../images/Books.png');
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: contain;
  left: 0;
  bottom: 0;
}

.col-contact-inner {
  z-index: 1;
  position: relative;
  height: 100%;
  float: left;
  width: 100%;
}

.news-item-slider {
  width: 100%;
  padding: 30px;
}

.news-slider.slick-slider {
  overflow: hidden;
}



.news-slider .slick-slide {
  transform: scale(.8);
  transition: all 0.2s ease;
}

.news-slider .slick-slide.slick-center {
  transform: scale(1);
  transition: all 0.2s ease;
}

.news-item-slider-content {
  display: none;
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
}

.news-slider .slick-slide.slick-center .news-item-slider-content {
  display: block;
}

.news-slider .slick-prev,
.news-slider .slick-next {
  top: 43%;
}

.news-slider .slick-prev {
    left: 27%;
    z-index: 1;
}

.news-slider .slick-next {
    right: 27%;
    z-index: 1;
}

.content-in h2 {
  font-size: 32px;
  margin-bottom: 20px;
}

.content-in h4,
.content-in p {
  margin-bottom: 15px;
  line-height: 1.8;
}

.content-in ul {
  margin: 15px 0;
  padding-left: 15px;
  font-size: 14px;
}

.content-in ul li {
  margin-bottom: 10px;
}

.content-in.fgrey-d h2 i,
.content-in.fgrey-d h2 em,
.content-in.fgrey-d h2 {
  color: var(--black);
}

.join-wrapper {
  padding: 60px 30px;
  border-radius: 10px;
}

.career-item {
  padding-top: 10px;
  padding-bottom: 20px;
  padding-left: 50px;
  position: relative;
}

.career-item img {
  position: absolute;
  width: 30px;
  height: auto;
  left: 0;
  top: 5px;
}

#nw .col-3:hover {
  cursor: pointer;
}

#nw .col-3:hover .bggold {
  background: var(--green-1);
}

.item-nw {
  padding: 20px;
}

.nw-cat a {
  position: relative;
  padding-right: 10px;
}

.nw-cat a:hover {
  color: var(--black);
}

.nw-cat a:after {
  position: absolute;
  content: '|';
  right: 4px;
  top: 50%;
  color: var(--blue);
  transform: translate(0,-50%);
  -o-transform: translate(0,-50%);
  -moz-transform: translate(0,-50%);
  -webkit-transform: translate(0,-50%);
}

.nw-cat a:last-child:after {
  content: '';
  padding-right: 0;
}

.back .nw-cat {
  padding: 10px 0 10px 20px;
  position: relative;
}

.page-back:after,
.back .nw-cat:after {
  position: absolute;
  content: '';
  background-image: url('../images/svg/arrow-bt-down-gold.svg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: 18px;
  transform: rotate(90deg);
  width: 18px;
  height: 18px;
  left: 0;
  top: 14px;
  color: var(--blue);
}

.page-back {
  position: relative;
}

.page-back h4 {
  line-height: 1;
  margin: 10px 0;
}

.page-back:after {
  left: -20px;
}

.posts-images {
  width: 90%;
  float: right;
}

.single-date h5 {
  float: left;
  margin-bottom: 30px;
  position: relative;
}

.single-date h5:after {
  position: absolute;
  left: 0;
  bottom: -15px;
  width: 100%;
  height: 3px;
  background: var(--gold);
  content: '';
}

.tagscloud ul li {
  display: inline-table;
  padding: 5px;
}

.tagscloud ul li a {
  padding: 10px;
  background: var(--gold-3);
  color: #515151;
  border-radius: 8px;
  text-transform: uppercase;
  font-size: 14px;
}

.tagscloud ul li a:hover {
  background: var(--green-1);
  color: var(--white);
}

.title-section {
  padding-bottom: 40px;
  border-bottom: 6px solid var(--black);
}

.img-about img {
  width: calc(100% - 20px);
  height: auto;
  position: relative;
  border-top: 20px solid var(--gold);
}

.img-about:after {
  content: '';
  position: absolute;
  width: 20px;
  height: 50%;
  background: var(--gold);
}

.affiliations-item {
  padding: 20px;
  max-width: 350px;
  width: 100%;
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 0;
}

.affiliations-item img {
  height: 220px;
  width: auto;
  display: inline-table;
}

.col-1-ar {
  width: 100%;
  max-width: 500px;
  float: left;
}

.col-1-ar .bg-square {
  border-top-right-radius: 200px;
}

.experience {
  width: calc(100% + 100px);
  left: -100px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  background: rgb(246,246,246);
  background: linear-gradient(0deg, rgba(0,0,0, .3) 38%, rgba(255,255,255,0) 100%);
  border: 1px solid var(--white);
  -webkit-box-shadow: 0px 0px 11px -1px rgba(82,82,82,1);
  -moz-box-shadow: 0px 0px 11px -1px rgba(82,82,82,1);
  box-shadow: 0px 0px 11px -1px rgba(82,82,82,1);
}

.experience-item {
  border-right: 2px solid rgba(151,151,151, .6);
  padding: 30px 15px;
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 0;
  float: left;
  width: 100%;
}

.experience-item:last-child {
  border-right: 0;
}

.experience-item img {
  max-height: 40px;
  width: auto;
}

.col-2-ar {
  width: calc(100% - 500px);
  float: left;
  padding: 50px 30px 50px 30px;
  position: relative;
}

.col-2-ar:after {
  position: absolute;
  content: '';
  width: 200px;
  height: 100%;
  background: var(--white-1);
  left: -200px;
  border-top-left-radius: 200px;
  top: 0;
  z-index: -1;
}

.col-2-ar .container {
  max-width: calc(1440px - 465px);
  padding: 0;
}


.section-header-content {
  width: 100%;
  max-width: 420px;
  padding: 0 20px;
  margin: 0 auto;
  position: absolute;
  left: 0;
  right: 0;
  top: 100px;
}

.tagline-wrap {
  padding: 20px 40px;
  width: 100%;
  background: var(--gold);
  color: var(--white);
  letter-spacing: 4px;
  font-size: 14px;
}

.content-list ol {
  display: flex;
  flex-wrap: wrap;
  counter-reset: item;
}

.content-list ol li {
  display: flex;
  flex: 0 0 calc(50% - 20px);
  padding: 15px 15px 30px 65px;
  -webkit-box-shadow: 0px 0px 11px -1px rgb(82 82 82);
  -moz-box-shadow: 0px 0px 11px -1px rgba(82,82,82,1);
  box-shadow: 0px 0px 11px -1px rgb(82 82 82);
  border-radius: 30px;
  position: relative;
  margin: 10px;
}

.content-list ol li::before {
  display: flex;
  align-items: center;
  justify-content: center;
  content: counter(item);
  counter-increment: item;
  width: 40px;
  height: 40px;
  background: var(--gold);
  border-radius: 100%;
  position: absolute;
  font-family: var(--GlacialIndifference-Bold);
  left: 10px;
  top: 15px;
  font-size: 20px;
}

.detail-contact-item {
  display: flex;
  margin-bottom: 20px;
}

.icon-contact {
  width: 70px;
  float: left;
  padding-right: 20px;
}

.content-contact {
  width: calc(100% - 70px);
  float: left;
}

.issues-wrapper {
  padding-top: 250px;
  position: relative;
}

.issues-wrapper:after {
  content: '';
  position: absolute;
  width: 100%;
  background: url('./../images/peta-indonesia.png');
  background-repeat: no-repeat;
  background-position: top;
  background-size: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}

.contact-s {
  padding-left: 40px;
  max-width: 400px;
  width: 100%;
}

.col-1-iss {
  width: calc(100% - 500px);
  float: left;
  position: relative;
  padding: 0 25px;
}

.col-2-iss {
  width: 100%;
  max-width: 500px;
  float: left;
  position: relative;
  padding: 0 25px;
}

.col-2-iss .content-in {
  padding-left: 80px;
}

.brush {
  position: relative;
}

.brush:after {
  content: '';
  position: absolute;
  width: 100%;
  max-width: 300px;
  background: url('./../images/brush.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  height: 80px;
  top: 0;
  right: -15px;
  z-index: -1;
}

#thoughts {
  background: rgb(255,255,255);
  background: linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(234,234,234,1) 100%);
}

#thoughts h2 {
  font-size: 34px;
  font-family: 'GlacialIndifference-Bold';
  margin-top: 20px;
  margin-bottom: 20px;
}

#thoughts p {
  font-size: 23px;
  margin-bottom: 20px;
  color: var(--gold);
  font-family: 'GlacialIndifference-Bold';
}

#thoughts .container {
  padding-bottom: 200px;
}

#thoughts:before {
  position: absolute;
  content: '';
  background: url('./../images/thoughts.png');
  background-position: center;
  background-size: 85%;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  left: 0;
  bottom: 0;
}

#thoughts .container:before {
  position: absolute;
  content: '';
  background: url('./../images/thoughts-left.png');
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 300px;
  height: 300px;
  left: 25px;
  bottom: 0;
}

#thoughts .container:after {
  position: absolute;
  content: '';
  background: url('./../images/thoughts-right.png');
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 300px;
  height: 300px;
  right: 25px;
  bottom: 0;
}

.studies-slider {
  padding-right: 150px;
}

.btn-download {
  border: 1px solid var(--purple);
  color: var(--purple);
  border-radius: 30px;
  padding: 10px 30px;
  text-align: center;
  letter-spacing: 2px;
}

.btn-download:hover {
  background: var(--purple);
  color: var(--white);
}


.h-pdf {
  padding-bottom: 130%;
}


.h-min-220 {
    min-height: 220px;
}

.o-hidden {
    overflow: hidden;
}

.thumb-ab {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 100%;
}

.item-article-2 {
  width: 25%;
  float: left;
  padding: 25px;
}

.item-article-3 {
  width: 33.33%;
  float: left;
  padding: 25px;
}

.item-article-3 .item-article-inner {
  transition: .3s ease-in-out;
  border-radius: 0;
}

.item-article-3 .item-article-inner:hover {
  transform: translate(0, -10px);
  transition: .3s ease-in-out;
  -webkit-box-shadow: 0px 0px 15px -1px rgb(82 82 82);
  -moz-box-shadow: 0px 0px 15px -1px rgba(82,82,82,1);
  box-shadow: 0px 0px 15px -1px rgb(82 82 82);
}

.item-article-inner {
  border-radius: 20px;
  float: left;
  width: 100%;
}

 .item-article-3 .bg,
 .item-article-2 .bg {
  -webkit-transition: all 200ms ease-in;
  -webkit-transform: scale(1);
  -ms-transition: all 200ms ease-in;
  -ms-transform: scale(1);
  -moz-transition: all 200ms ease-in;
  -moz-transform: scale(1);
  transition: all 200ms ease-in;
  transform: scale(1);
}

.item-article-3:hover .bg,
.item-article-2:hover .bg {
	-webkit-transition: all 200ms ease-in;
  -webkit-transform: scale(1.05);
  -ms-transition: all 200ms ease-in;
  -ms-transform: scale(1.05);
  -moz-transition: all 200ms ease-in;
  -moz-transform: scale(1.05);
  transition: all 200ms ease-in;
  transform: scale(1.05);
}


/**
* FOOTER STYLE
*/

footer {
	float: left;
	width: 100%;
	background-repeat: no-repeat;
	background-position: bottom;
	background-size: cover;
	padding: 40px 0;
  background-color: var(--black);
  color: var(--white);
}


footer a {
	color: var(--white);
}

footer a:hover {
	color: var(--gold);
}

.logo-footer {
	width: 100%;
	max-width: 280px;;
	margin-bottom: 10px;
	float: left;
}

.logo-footer img {
  width: 100%;
  height: auto;
}

.col-footer-wrapper {
	margin-bottom: 30px;
	float: left;
	width: 100%;
}

.menu-footer-container {
	float: left;
	width: 100%;
}

.nav-footer,
.nav-footer ul {
	display: flex;
	justify-content: space-between;
}


.col-footer:last-child ul li {
	text-align: right;
}

.nav-footer a:hover  {
	color: var(--blue);
}

.nav-footer ul li {
	padding: 5px 30px 5px 0;
	float: left;
	width: 100%;
	display: inline-block;
	position: relative;
}

.nav-footer-contact a,
.nav-footer ul li a {
	font-family: var(--GothamRounded-Medium);
	font-size: 16px;
}

.nav-footer ul.sub-menu li {
	padding: 0;
}

.nav-footer ul.sub-menu li a {
	font-size: 10px;
}

.copyright-m a,
.nav-footer-contact .textwidget a,
.nav-footer ul.sub-menu li a {
	font-size: 10px;
	font-family: var(--GothamRounded-Light);
}

.nav-footer ul li ul {
	display: block;
}
/*
.nav-footer ul li.column-2 {
	width: 375px;
} */

.nav-footer .icon-tel:after,
.nav-footer .icon-email:after {
	width: 30px;
  height: 30px;
  position: absolute;
	border-radius: 20px;
	background-color: var(--green);
  content: "";
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  border: 0;
}

.nav-footer .icon-email:after {
  background-image: url('../images/svg/icn-mail.svg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: 18px;
}

.nav-footer .icon-tel:after {
  background-image: url('../images/svg/icn-tel.svg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: 12px;
}

.nav-footer-contact {
	display: inline-table;
	width: 100%;
	max-width: 170px;
}

.nav-footer-contact ul {
	display: inline-table;
	margin: 10px 0;
  text-align: left;
}

.col-footer ul li a.col-footer-head {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 15px;
	display: inline-table;
}

.col-footer-right {
	float: right;
}

.col-footer-right .col-footer {
	padding: 15px 25px;
}



li.column-2 .sub-menu {
  columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2;
}

.sm-line {
	width: 26px;
	height: 2px;
	background: #969696;
	margin: 18px 0;
}


.copyright {
	display: flex;
	align-items: center;
  justify-content: center;
  color: var(--white);
  font-style: italic;
  font-size: 14px;
}

.col-copyright-l {
	float: left;
	font-size: 10px;
	color: var(--white);
}

.col-copyright-r {
	order: 2;
	margin-left: auto;
}


.copyright-m ul li {
	display: inline-table;
	padding: 0 2px;
}

.copyright-m,
.copyright-m ul li a {
	color: var(--white);
}


.copyright-sos {
	float: left;
	position: relative;
}

.copyright-sos ul li {
	width: 100%;
	max-width: 27px;
	float: left;
	display: block;
	margin: 0 4px;
}

.copyright-sos ul li a {
	padding: 6px;
	background: #0562bb;
	width: 100%;
	float: left;
	border-radius: 5px;
}

.copyright-sos ul li img {
	float: left;
	width: 100%;
}

.content-wrapper {
	padding: 50px 0 80px 0;
}

.content-wrapper-c {
	width: calc(100% - 300px);
	float: left;
	padding-left: 162px;
	padding-right: 30px;
}

.wp-caption,
.content-wrapper-c img {
	width: 100% !important;
	float: left;
	height: auto;
}

.wp-caption-text {
	float: left;
	width: 100%;
	text-align: center;
	margin: 24px 0;
}

.map-responsive {
  overflow:hidden;
  padding-bottom:56.25%;
  position:relative;
  height:0;
}

.map-responsive iframe{
  left:0;
  top:0;
  height:100%;
  width:100%;
  position:absolute;
}

.slide-ix {
  width: 100%;
  height: 100%;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}


.slide-dektop {
  display: block;
}

.slide-mobile {
  display: none;
}

.next-double {
  position: absolute;
  width: 100%;
  max-width: 80px;
  height: auto;
  right: 0;
  top: 50%;
  margin: 0 auto;
  transform: translate(0, -50%);
  transition: transform .2s;
  cursor: pointer;
}

.next-double:hover {
  transform: scale(1.2, 1.2) translate(0, -50%);
  transition: transform .2s;
  opacity: .8;
}

/**
* RESPONSIVE STYLE
*/


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

  .container-inner,
	.container {
		padding-left: 25px;
		padding-right: 25px;
	}




	.slider-cat .slick-list {
	    padding:0 55px !important;
	}

	.slider-cat .slick-prev {
		left: 25px;
	}

	.slider-cat .slick-next {
		right: 25px;
	}

	.contact-wrapper {
		padding-right: 80px;
	}

	.head-page-content {
		padding: 0;
	}

	.content-wrapper-c {
		padding-left: 60px
	}

  .col-1-ar {
    max-width: 350px;
  }

  .col-2-ar {
    width: calc(100% - 350px);
  }


}


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


	.col-footer ul li a,
	.col-footer-head {
		font-size: 12px;
	}

	.col-item-1-thumb,
	.col-item-1-content {
		max-width: 100%;
		width: 100%;
	}

	.col-item-1-content {
		padding: 10px 0 0 0;
	}

	.col-1-1 {
		max-width: 400px;
	}

	.col-1-2 {
		width: calc(100% - 400px);
	}

	.col-item-1-thumb .bg {
    width: 100%;
    height: 150px;
	}


	.col-1-1 {
		margin-bottom: 30px;
	}

	.col-1-2 .floatright {
		float: left;
	}

  #thoughts .container:before,
  #thoughts .container:after {
    width: 200px;
    height: 200px;
  }


  .logo-footer {
    margin: 0 auto;
    float: unset;
    display: table;
    padding-bottom: 30px;
  }

  .col-footer-wrapper .col-2 .textwidget {
      text-align: center;
  }


      .item-article-2 {
        width: 33.33%;
      }


}


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


    .col-4 {
      width: 50%;
    }
    #thoughts h2 {
        font-size: 30px;
    }

    #about h1 {
      font-size: 24px;
    }


    #thoughts p {
      font-size: 18px;
    }

  	.h3, h3 {
  		font-size: 16px;
  	}

		.row-42 {
			margin-left: -25px;
			margin-right: -25px;
		}

		.col-footer-right {
			width: 100%;
		}

		.col-footer {
			padding: 15px !important;
		}

		.col-footer {
			width: 33.333%;
		}

		.nav-footer,
		.nav-footer ul {
			display: inline-table;
		}

    .nav-footer ul li.column-2 {
      width: 100%;
    }

		.nav-footer-contact {
      text-align: left !important;
			max-width: 100%;
		}

		.nav-footer-contact .alignright {
			text-align: left !important;
		}

		.nav-footer-contact ul li {
			padding: 5px 0 5px 40px;
		}

		.nav-footer .icon-tel:after,
		.nav-footer .icon-email:after {
			right: unset;
			left: 0;
		}

		#contact .wpcf7 {
			padding-right: 0;
		}

    .col-1-ar {
      width: 100%;
      max-width: 90%;
      padding-right: 30px;
      padding-top: 0;
      padding-bottom: 0;
    }


    .col-2-ar {
      width: 100%;
      max-width: 100%;
    }

    .col-2-2 .mr-30 {
      margin-right: 0;
    }

    .col-2-2 .ml-30 {
      margin-left: 0;
    }


    .order-1 {
      order: 0;
    }

    #experience .dflex {
      display: inline-table;
    }

    .experience {
      width: 100%;
      left: 0;
    }

    #page-wrapper {
      padding-top: 113px;
    }

    .content-list ol li {
      display: inline-table;
      flex: unset;
      margin: 10px 0;
      width: 100%;
    }

    #contact .container.dflex {
      display: grid;
    }

    .col-contact-1 {
      padding-bottom: 100px;
    }

    .bg-address:before {
      left: -25px;
    }

    .bg-address:after {
      width: 200px;
      height: 94px;
    }

    .col-contact-1,
    .col-contact-2 {
      width: 100%;
      max-width: 100%;
      padding: 0;
    }

    .col-contact-1 h4 {
      font-size: 14px;
    }

    .col-contact-2 {
      padding: 0;
    }

    .issues-wrapper {
      padding-top: 150px;
    }

    .icon-contact {
      width: 50px;
    }

    .related-item {
      padding: 0 20px;
    }

    .item-article-3,
    .item-article-2 {
      width: 50%;
    }


        .col-1-iss {
          width: calc(100% - 400px);
        }

        .col-2-iss {
          max-width: 400px;
        }


}


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

  .slide-dektop {
    display: none !important;
  }

  .slide-mobile {
    display: block !important;
  }

  #thoughts .container {
    padding-bottom: 100px;
  }

    #thoughts .container:before,
    #thoughts .container:after {
      width: 100px;
      height: 100px;
    }


}

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

  .m-pt-30 {
    margin-top: 30px;
  }

  .m-plr-0 {
    padding-left: 0;
    padding-right: 0;
  }

  .flarge,
  .h1,
	h1 {
		font-size: 34px;
	}

	h2 {
		font-size: 20px;
	}


	.fmedium1 {
    font-size: 32px;
	}

	.fmedium {
    font-size: 24px;
	}


	h4 {
    font-size: 16px;
	}

	h5 {
    font-size: 14px;
	}

  .more,
  .more-btn .more,
	.btn {
		font-size: 10px;
	}

	.btn {
    padding: 8px 15px;
    line-height: 22px;
    height: 40px;
	}



  .wpcf7 input[type='submit'] {
    font-size: 14px;
  }

	.contact-wrapper {
		padding-right: 20%;
	}

	.contact-wrapper {
		margin-bottom: 100px;
	}

  #nw .col-3 {
    width: 50%;
    max-width: 50%;
  }


  .col-1-iss,
  .col-2-iss,
  .col-2-1,
  .col-2-2,
  .col-c-2-1,
  .col-c-2-2,
  .col-3,
  .col-c-1,
  .col-c-2,
	.col-2,
	.col-1-1,
	.col-1-2,
	.intro-1,
	.intro-2 {
		float: left;
		width: 100%;
		max-width: 100%;
	}

  .contact-s,
  .col-2-iss .content-in {
    padding-left: 0;
  }


  .studies-slider {
    padding-right: 100px;
  }

}



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

  .ptb-100 {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .flarge,
  .h1,
  h1 {
    font-size: 28px;
  }


  .fmedium1 {
    font-size: 24px;
  }

  .fmedium {
    font-size: 18px;
  }

  p {
    font-size: 13px;
  }

  .action .action-nav {
    display: none;
  }


  .wpcf7 .form-control {
    width: 100%;
  }

  .build-item,
	.col-footer {
		width: 50%;
	}

	.copyright {
		display: block;
		text-align: center;
	}

	.copyright-sos {
		width: 100%;
	}

	.copyright-sos ul {
		display: inline-table;
	}

	.col-copyright-l,
	.col-copyright-r {
		width: 100%;
	}

	.col-copyright-r {
		order: 1;
		float: left;
		margin-bottom: 10px;
	}

	.copyright-m span,
	.copyright-m {
		float: left;
		width: 100%;
	}

  .experience {
    display: inline-table;;
  }

  .experience-item {
    border-right: 0;
    border-bottom: 2px solid rgba(151,151,151, .6);
  }

  .experience-item:last-child {
    border-bottom: 0;
  }

  #experience .pl-40 {
    padding-left: 0;
  }

  .section-header-content {
    top: 10px;
  }

  .tagline-wrap {
    font-size: 10px;
  }

  .career-journey-slider {
    padding: 0 32px;
  }

  .career-journey img {
    height: 30px;
  }


  .item-article-2 {
    padding: 15px;
  }

}


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

  .col-4 {
    width: 100%;
  }

  .affiliations-item img {
    height: 125px;
  }

  .affiliations-item {
    width: 100%;
    max-width: 100%;
    flex-basis: unset;
  }


  .news-slider .slick-next {
    right: 2%;
  }

  .news-slider .slick-prev {
    left: 2%;
  }

  .news-item-slider {
    padding: 20px 10px;
  }


	.contact-wrapper {
		padding-right: 10%;
	}

}


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

  .item-article-3 {
      width: 100%;
  }

  .item-article-2 {
    width: 100%;
    padding: 20px 25px;
  }

}
