/*!   
 * Template Name: DevStudio - Bootstrap 5 template for web design & development agencies
 * Version: 2.3
 * Author: Xiaoying Riley
 * Copyright: 3rd Wave Media Ltd.
 * Website: http://themes.3rdwavemedia.com/
 * Twitter: @3rdwave_themes
*/
/*************************** Theme Colours****************************/
/*************************** Theme Styles ****************************/
/* ======= Base ======= */
body {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

p {
  margin-bottom: 16px;
  line-height: 1.5;
}

a {
  color: #5cbbdb;
}
a:hover {
  color: #47b3d7;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}

a.text-link {
  text-decoration: none;
}
a.text-link:hover {
  text-decoration: underline;
}

.btn,
a.btn {
  font-weight: 700;
  outline: none;
}
.btn .svg-inline--fa,
a.btn .svg-inline--fa {
  color: #fff;
  margin-right: 5px;
}
.btn:focus,
a.btn:focus {
  color: #fff;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.btn:hover,
a.btn:hover {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}

a.btn-cta,
.btn-cta {
  padding: 10px 30px;
}

a.btn-cta-primary,
.btn-cta-primary {
  background: #eea740;
  border: none;
  color: #fff;
}
a.btn-cta-primary:hover,
.btn-cta-primary:hover {
  background: #ec9c29;
  border: none;
  color: #fff;
}

a.btn-cta-secondary,
.btn-cta-secondary {
  background: #65758e;
  border: none;
  color: #fff;
}
a.btn-cta-secondary:hover,
.btn-cta-secondary:hover {
  background: #505c70;
  border: none;
  color: #fff;
}

.highlight {
  color: #71c4e0;
}

.form-control {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  height: 45px;
  border-color: #eee;
}
.form-control::-webkit-input-placeholder { /* WebKit browsers */
  color: #a6a6a6;
}
.form-control:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
  color: #a6a6a6;
}
.form-control::-moz-placeholder { /* Mozilla Firefox 19+ */
  color: #a6a6a6;
}
.form-control:-ms-input-placeholder { /* Internet Explorer 10+ */
  color: #a6a6a6;
}
.form-control:focus {
  border-color: #e1e1e1;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

textarea.form-control {
  height: auto;
}

.text-highlight {
  color: #217997;
}

input[type=text],
input[type=email],
input[type=password],
input[type=submit],
input[type=button],
textarea,
select {
  appearance: none;
  /* for mobile safari */
  -webkit-appearance: none;
}

#back-to-top {
  background: #65758e;
  color: #fff;
  text-align: center;
  display: inline-block;
  width: 35px;
  height: 35px;
  border: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  z-index: 30;
}
#back-to-top:hover {
  background: #72829b;
}
#back-to-top svg {
  width: 26px;
  height: 26px;
  margin-top: 4px;
}

.video-container iframe {
  max-width: 100%;
}

/* ======= Homepage Headline Background & Slideshow ======= */
.bg-carousel-wrapper {
  content: "";
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  height: 600px;
  background: #595959;
}
.bg-carousel-wrapper .bg-carousel {
  margin: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.bg-carousel-wrapper .bg-carousel .slide {
  display: block;
  height: 600px;
}
.bg-carousel-wrapper .bg-carousel .slide.slide-1 {
  background: #65758e url("../images/background/promo-background-1.jpg") no-repeat 50% top;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.bg-carousel-wrapper .bg-carousel .slide.slide-2 {
  background: #65758e url("../images/background/promo-background-2.jpg") no-repeat 50% top;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.bg-carousel-wrapper .bg-carousel .slide.slide-3 {
  background: #65758e url("../images/background/promo-background-3.jpg") no-repeat 50% top;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

/* ======= Header ======= */
body.no-header-wrapper {
  padding-top: 80px;
}

.header-wrapper-home {
  min-height: 600px;
}

.header-wrapper-work {
  background: #65758e url("../images/background/heading-background-1.jpg") no-repeat 50% top;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  min-height: 360px;
}

.header-wrapper-schedule {
  background: #65758e url("../images/background/schedule-background-1.jpg") no-repeat 50% top;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  min-height: 360px;
}

.header-wrapper-about {
  background: #65758e url("../images/background/heading-background-2.jpg") no-repeat 50% top;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  min-height: 360px;
}

.header-wrapper-blog-home {
  background: #65758e url("../images/background/heading-background-3.jpg") no-repeat 50% top;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  min-height: 360px;
}

.header-wrapper-contact {
  background: #65758e url("../images/background/heading-background-4.jpg") no-repeat 50% top;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  min-height: 360px;
}

.header-wrapper-registration {
  background: #65758e url("../images/background/heading-background-6.jpg") no-repeat 50% top;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  min-height: 360px;
}

.header {
  color: #fff;
  width: 100%;
  z-index: 40;
  padding: 15px inherit;
  background: rgba(48, 56, 67, 0.9);
  -webkit-transition: padding 0.6s ease-in-out;
  -moz-transition: padding 0.6s ease-in-out;
  -ms-transition: padding 0.6s ease-in-out;
  -o-transition: padding 0.6s ease-in-out;
}
.header.navbar-fixed-top .navbar-collapse {
  padding-left: 15px;
  padding-right: 15px;
}
.header.header-shrink {
  padding: 0px inherit;
}
.header.header-shrink h1.logo {
  font-size: 20px;
  line-height: 2.4;
}
.header.header-shrink .main-nav .nav .nav-item {
  font-size: 12px;
}
.header h1.logo {
  font-family: "Russo One", arial, sans-serif;
  font-weight: 800;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 800;
  font-size: 30px;
  float: left;
  line-height: 1.8;
}
.header h1.logo a {
  color: #fff;
  text-decoration: none;
}
.header h1.logo a .highlight {
  color: #71c4e0;
}
.header .main-nav {
  padding: 0;
}
.header .main-nav .navbar-toggler {
  background: none;
  position: absolute;
  right: 0;
  top: -42px;
  padding: 2px 9px;
  border: none;
  box-shadow: none !important;
}
.header .main-nav .navbar-toggler:focus {
  outline: none;
}
.header .main-nav .nav .nav-item {
  font-weight: normal;
  text-transform: uppercase;
  font-size: 16px;
  margin-right: 15px;
  font-weight: 600;
}
.header .main-nav .nav .nav-item .nav-link.active {
  color: #71c4e0;
  background: none;
  font-weight: bold;
}
.header .main-nav .nav .nav-item .nav-link {
  color: #fff;
  padding-top: 15px;
  padding-bottom: 15px;
  text-decoration: none;
}
.header .main-nav .nav .nav-item .nav-link:hover {
  color: #71c4e0;
  background: none;
}
.header .main-nav .nav .nav-item .nav-link:focus {
  outline: none;
  background: none;
}
.header .main-nav .nav .nav-item .nav-link:active {
  outline: none;
  background: none;
}
.header .main-nav .nav .nav-item.last {
  margin-right: 0;
}
.header .main-nav .nav.open a {
  background: none;
}
.header .main-nav .nav .dropdown-menu {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  margin: 0;
  border: none;
  text-transform: none;
  min-width: 180px;
  background: #47b3d7;
  padding-top: 5px;
  padding-bottom: 5px;
}
.header .main-nav .nav .dropdown-menu:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #47b3d7;
  position: absolute;
  right: 10px;
  top: -8px;
}
.header .main-nav .nav .dropdown-menu a {
  border-bottom: 1px solid #32aad2;
  padding: 8px 20px;
  color: #fff;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  font-size: 16px;
  text-decoration: none;
}
.header .main-nav .nav .dropdown-menu a:hover {
  background: #2a9bc1;
  color: #fff;
}

/* Override bootstrap default */
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background: none;
}

.dropdown-toggle::after {
  display: none;
}

.dropdown:hover .dropdown-menu {
  display: block;
}

/* ======= Promo section ======= */
.promo {
  color: #fff;
  padding-top: 150px;
}
.promo .title {
  font-size: 42px;
  font-weight: 800;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
  margin-bottom: 15px;
  margin-top: 0;
  text-transform: uppercase;
}
.promo .intro {
  max-width: 700px;
  margin: 0 auto;
  font-size: 20px;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
}

/* ======= Home Who ======= */
section.who {
  padding: 80px 0 0;
}
section.who .title {
  font-size: 32px;
  font-weight: 800;
  color: #505c70;
  margin-top: 0;
  margin-bottom: 30px;
}
section.who .intro {
  margin: 0 auto;
  max-width: 700px;
  color: #666;
  font-size: 20px;
  color: #65758e;
  margin-bottom: 30px;
}
section.who .top-link {
  margin-bottom: 60px;
  font-weight: 700;
  font-size: 26px;
  padding-left: 10px;
}
section.who .benefits .item {
  font-size: 16px;
  margin-bottom: 30px;
}
section.who .benefits .item .bi {
  fill: #65758e;
  width: 40px;
  height: 40px;
  margin-bottom: 20px;
}
section.who .benefits .item-inner {
  padding: 25px;
  padding-top: 25px;
  background: #f8f9fa;
  height: 100%;
}
section.who .benefits .sub-title {
  font-weight: bold;
  font-size: 22px;
  margin-bottom: 15px;
  color: #505c70;
}
section.who .benefits .desc {
  color: #65758e;
}

.home-article {
  padding: 60px 0;
}
.home-article .title {
  font-size: 32px;
  font-weight: 800;
  color: #505c70;
  margin-top: 0;
  margin-bottom: 30px;
}
.home-article .project-title {
  font-family: "Open Sans", arial, sans-serif;
  font-weight: 800;
  margin-bottom: 30px;
  color: #505c70;
}
.home-article .project-type {
  color: #65758e;
  margin-bottom: 60px;
  margin-top: 0;
  font-size: 22px;
}
.home-article .project-type .dot {
  font-size: 48px;
  position: relative;
  top: 8px;
}
.home-article .content-wrapper .meta {
  margin-bottom: 30px;
}
.home-article .content-wrapper .content-section {
  margin-bottom: 45px;
}
.home-article .content-wrapper .section-title {
  color: #65758e;
  font-size: 24px;
  font-weight: bold;
}
.home-article .media-wrapper img {
  background: #252b35;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -webkit-opacity: 0.9;
  -moz-opacity: 0.9;
  opacity: 0.9;
  border: 1px solid #eee;
}
.home-article .media-wrapper img:hover {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.home-article .media-wrapper .featured {
  margin-bottom: 30px;
}
.home-article .media-wrapper .thumbs .item {
  margin-bottom: 15px;
}
.home-article .testimonial-wrapper .testimonial-inner {
  max-width: 700px;
  margin: 0 auto;
}
.home-article .testimonial-wrapper .quote-container {
  position: relative;
  margin-bottom: 30px;
  color: #65758e;
  background: #f8f9fa;
  padding: 30px;
}
.home-article .testimonial-wrapper .quote-container .svg-inline--fa {
  color: #a5afbf;
  font-size: 22px;
}
.home-article .testimonial-wrapper .quote-container .quote {
  padding: 0;
  border-left: 0;
  padding-left: 30px;
  line-height: 1.8;
}
.home-article .testimonial-wrapper .quote-container:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-top: 15px solid #f8f9fa;
  position: absolute;
  bottom: -15px;
  margin-left: -15px;
  left: 50%;
}
.home-article .testimonial-wrapper .meta .profile {
  overflow: hidden;
}
.home-article .testimonial-wrapper .meta .profile .name {
  margin-top: 25px;
}
.home-article .testimonial-wrapper .meta .profile .name .source-title {
  color: #999;
}

/* ======= Home Promo section ======= */
.home-promo {
  color: #fff;
  padding-top: 160px;
  position: relative;
  z-index: 10;
}
.home-promo .title {
  font-size: 26px;
  font-weight: 800;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
  margin-bottom: 45px;
  text-transform: uppercase;
}
.home-promo .title span {
  display: block;
}
.home-promo .title .middle {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 56px;
  color: #71c4e0;
  text-transform: capitalize;
}
.home-promo .title .bottom {
  text-transform: lowercase;
  font-weight: 500;
}
.home-promo .title .f_letter {
  text-transform: capitalize;
  font-weight: 500;
}
.home-promo .btn {
  font-size: 20px;
}

/* ======= Latest work ======= */
.latest-work {
  padding: 80px 0;
}
.latest-work .container-fluid {
  padding-left: 0;
  padding-right: 0;
}
.latest-work .title {
  font-weight: 800;
  font-size: 32px;
  color: #505c70;
  margin-top: 0;
  margin-bottom: 60px;
}
.latest-work .item {
  background: #303843;
  color: #fff;
  min-height: 380px;
  text-align: center;
}
.latest-work .item .figure {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  overflow: hidden;
}
.latest-work .item .figure img {
  -webkit-opacity: 0.8;
  -moz-opacity: 0.8;
  opacity: 0.8;
  margin: 0 auto;
  -webkit-transition: transform 0.5s linear;
  -moz-transition: transform 0.5s linear;
  -ms-transition: transform 0.5s linear;
  -o-transition: transform 0.5s linear;
}
.latest-work .item .figure:hover img {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}
.latest-work .item .figure-container {
  margin-bottom: 0;
}
.latest-work .item .figure-container a {
  display: block;
  min-height: 260px;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.latest-work .item .figure-container a:hover {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.latest-work .item.item-1 .figure-container a {
  background: #65758e url("../images/work/work-example-1.jpg") no-repeat 50% 50%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.latest-work .item.item-2 .figure-container a {
  display: block;
  background: #65758e url("../images/work/work-example-2.jpg") no-repeat 50% 50%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.latest-work .item.item-3 .figure-container a {
  display: block;
  background: #65758e url("../images/work/work-example-3.jpg") no-repeat 50% 50%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.latest-work .item .content .content-inner {
  padding: 45px;
  text-align: left;
  color: rgba(255, 255, 255, 0.8);
}
.latest-work .item .content .project-title {
  text-align: left;
  font-size: 28px;
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 30px;
  color: #fff;
}
.latest-work .item .content .project-title a {
  color: #fff;
}
.latest-work .item .content .meta {
  margin-bottom: 15px;
}
.latest-work .item .content .meta strong {
  color: #fff;
}
.latest-work .item .content .meta li {
  margin-bottom: 8px;
}
.latest-work .item .content .desc {
  margin-bottom: 30px;
}
.latest-work .item .content .link {
  margin-bottom: 5px;
}
.latest-work .item .content .link a {
  color: #9fa9ba;
}
.latest-work .item .content .link a:hover {
  color: #71c4e0;
}
.latest-work .item .content .link .svg-inline--fa {
  color: #9fa9ba;
  margin-right: 5px;
}

/* Tiny Slider */
.tns-nav {
  margin-top: 15px;
  margin-bottom: 30px;
}
.tns-nav button {
  width: 10px;
  height: 10px;
  padding: 0;
  display: inline-block;
  background: #65758e;
  -webkit-opacity: 0.3;
  -moz-opacity: 0.3;
  opacity: 0.3;
  border: none;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  margin-right: 10px;
}
.tns-nav button:last-child {
  margin-right: 0;
}
.tns-nav button.tns-nav-active {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  width: 10px;
  height: 10px;
  outline: none;
}

/* ======= Testimonials ======= */
.testimonials {
  padding: 80px 0;
}
.testimonials .title {
  font-size: 32px;
  font-weight: 800;
  color: #505c70;
  margin-top: 0;
  margin-bottom: 30px;
}
.testimonials .intro {
  max-width: 700px;
  color: #65758e;
  margin: 0 auto;
  margin-bottom: 60px;
  font-size: 20px;
}
.testimonials .item {
  margin-bottom: 60px;
}
.testimonials .item .item-inner {
  height: 100%;
}
.testimonials .item .quote-container {
  position: relative;
  margin-bottom: 30px;
}
.testimonials .item .quote-container .svg-inline--fa {
  color: #cbd1da;
  position: absolute;
  left: -35px;
  top: 0;
  font-size: 22px;
}
.testimonials .item .quote-container .quote {
  padding: 0;
  border-left: 0;
  margin-bottom: 0;
  line-height: 1.8;
}
.testimonials .item .meta .profile {
  overflow: hidden;
}
.testimonials .item .meta .profile img {
  float: left;
  margin-right: 15px;
  width: 80px;
}
.testimonials .item .meta .profile .name {
  font-size: 13px;
  float: left;
  margin-top: 25px;
  max-width: 200px;
  color: #65758e;
}
.testimonials .item .meta .profile .name .source-title {
  color: #999;
}
.testimonials .item .meta .client-logo img {
  max-width: 120px;
}

/* ======= logos ======= */
.logos {
  padding-bottom: 80px;
}
.logos .title {
  font-size: 24px;
  margin-top: 0;
  margin-bottom: 45px;
  color: #505c70;
  font-weight: 700;
}
.logos .logo-list img {
  -webkit-opacity: 0.8;
  -moz-opacity: 0.8;
  opacity: 0.8;
}
.logos .logo-list img:hover {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}

/* ======= cta-section ======= */
.cta-section {
  background: #65758e url("../images/background/cta-background.jpg") no-repeat left top;
  background-size: cover;
  min-height: 420px;
  color: #fff;
  padding-top: 80px;
  padding-bottom: 30px;
}
.cta-section .title {
  font-size: 32px;
  margin-top: 0;
  margin-bottom: 30px;
  font-weight: 800;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
}
.cta-section a {
  text-decoration: none;
}
.cta-section a:hover {
  text-decoration: underline;
}
.cta-section .contact-info {
  font-size: 22px;
}
.cta-section .contact-info span {
  display: block;
  margin-bottom: 15px;
}
.cta-section .contact-info .intro {
  -webkit-opacity: 0.8;
  -moz-opacity: 0.8;
  opacity: 0.8;
}
.cta-section .contact-info .info {
  font-weight: 800;
}
.cta-section .contact-info a {
  color: #86cde5;
}
.cta-section .contact-info a:hover {
  color: #71c4e0;
}
.cta-section .contact-info p {
  color: #71c4e0;
}

/* ======= Latest blog posts ======= */
.latest-blog {
  padding: 80px 0;
  background: #f5f5f5;
}
.latest-blog .title {
  font-size: 32px;
  font-weight: 800;
  color: #505c70;
  margin-top: 0;
  margin-bottom: 80px;
}
.latest-blog .item {
  margin-bottom: 60px;
}
.latest-blog .item .desc {
  text-align: left;
}
.latest-blog .item-inner {
  background-color: #fff;
  height: 100%;
}
.latest-blog .item-inner .figure {
  background-color: #3b4452;
  overflow: hidden;
  text-align: center;
  margin-bottom: 0;
}
.latest-blog .item-inner .figure img {
  -webkit-opacity: 0.8;
  -moz-opacity: 0.8;
  opacity: 0.8;
  -webkit-transition: transform 0.5s linear;
  -moz-transition: transform 0.5s linear;
  -ms-transition: transform 0.5s linear;
  -o-transition: transform 0.5s linear;
  margin: 0 auto;
  display: inline-block;
}
.latest-blog .item-inner .figure img:hover {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
}
.latest-blog .item-inner .sub-title {
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: 600;
}
.latest-blog .item-inner .sub-title a {
  color: #65758e;
}
.latest-blog .item-inner .sub-title a:hover {
  color: #71c4e0;
}
.latest-blog .item-inner .content-wrapper {
  padding: 30px;
}

/* ======= Work-list section ======= */
.work-list {
  padding: 80px 0;
  background: #f5f5f5;
}
.work-list .title {
  font-size: 32px;
  font-weight: 800;
  color: #505c70;
  margin-top: 0;
  margin-bottom: 30px;
}
.work-list .button-group {
  margin-bottom: 60px;
  font-size: 13px;
  clear: both;
}
.work-list .button-group .btn {
  background: #cbd1da;
  color: #fff;
  font-weight: 600;
  margin-right: 5px;
  margin-bottom: 15px;
}
.work-list .button-group .btn.last {
  margin-right: 0;
}
.work-list .button-group .btn:hover {
  background: #65758e;
}
.work-list .button-group .btn.is-checked {
  background: #65758e;
}
.work-list .item {
  margin-bottom: 60px;
}
.work-list .item .item-inner {
  background: #fff;
  height: 100%;
}
.work-list .item .sub-title {
  font-weight: 600;
  font-size: 20px;
}
.work-list .item .sub-title a {
  color: #65758e;
}
.work-list .item .sub-title a:hover {
  color: #71c4e0;
}
.work-list .item .figure {
  position: relative;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  overflow: hidden;
  margin-bottom: 0;
}
.work-list .item .figure img {
  -webkit-transition: transform 0.5s linear;
  -moz-transition: transform 0.5s linear;
  -ms-transition: transform 0.5s linear;
  -o-transition: transform 0.5s linear;
}
.work-list .item .figure .info-mask {
  text-decoration: none;
  visibility: hidden;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  padding: 30px;
  top: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  background: rgba(48, 56, 67, 0.9);
}
.work-list .item .figure .info-mask span {
  display: block;
  margin-bottom: 15px;
  color: #fff;
}
.work-list .item .figure .info-mask span.btn {
  display: inline-block;
}
.work-list .item .figure .info-mask span.btn:hover {
  background: #ec9c29;
}
.work-list .item .figure:hover .info-mask {
  visibility: visible;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.work-list .item .figure:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}
.work-list .item .content {
  padding: 30px;
}
.work-list .item .content .sub-title {
  font-size: 18px;
  margin: 0;
  margin-bottom: 15px;
}
.work-list .item .content .meta {
  font-size: 14px;
  color: #999;
}

/* ======= Services section ======= */
.services {
  padding: 80px 0;
}
.services .title {
  font-size: 32px;
  font-weight: 800;
  color: #505c70;
  margin-top: 0;
  margin-bottom: 30px;
}
.services .intro {
  font-size: 20px;
  color: #65758e;
  max-width: 800px;
  margin: 0 auto;
  margin-bottom: 60px;
}
.services .item {
  margin-bottom: 30px;
}
.services .item-inner {
  background: #f8f9fa;
  height: 100%;
}
.services .item-inner .header-box {
  padding: 15px 30px;
  background: #909cb0;
  color: #fff;
}
.services .item-inner .header-box .bi {
  color: #fff;
  padding: 12px;
  display: inline-block;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  width: 56px;
  height: 56px;
  border: 2px solid #fff;
}
.services .item-inner .sub-title {
  font-size: 18px;
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 20px;
  color: #505c70;
}
.services .item-inner .desc {
  padding: 30px 15px;
  color: #65758e;
}
.services .btn-cta {
  font-size: 16px;
  margin-top: 30px;
}

/* ======= About Us ======= */
.team {
  padding: 80px 0;
}
.team .title {
  font-size: 32px;
  font-weight: 800;
  color: #505c70;
  margin-top: 0;
  margin-bottom: 15px;
}
.team .intro {
  max-width: 800px;
  margin: 0 auto;
  margin-bottom: 60px;
  color: #65758e;
  font-size: 20px;
}
.team .item {
  margin-bottom: 30px;
}
.team .item .item-inner {
  background: #fff;
  background: #f5f5f5;
  background: #f8f9fa;
  padding: 30px;
  overflow: hidden;
  position: relative;
  height: 100%;
}
.team .item .figure {
  max-width: 160px;
}
.team .item .member-profile {
  max-width: 100%;
  height: auto;
}
.team .item .info .name {
  margin-top: 0;
  color: #505c70;
  margin-bottom: 10px;
  font-size: 22px;
  font-weight: bold;
}
.team .item .info .company {
  font-size: 16px;
  margin-top: 0;
  color: #65758e;
  margin-bottom: 5px;
}
.team .item .info .role {
  font-size: 16px;
  margin-top: 0;
  color: #65758e;
  margin-bottom: 15px;
}
.team .item .social-list li a {
  display: inline-block;
  width: 30px;
  height: 30px;
  background: #bcc4d0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  padding-top: 2px;
  text-align: center;
}
.team .item .social-list li a:hover {
  background: #65758e;
}
.team .item .social-list li .svg-inline--fa {
  font-size: 14px;
  color: #fff;
}

.join-us {
  padding: 80px 0;
  background: #f5f5f5;
}
.join-us .title {
  font-size: 32px;
  font-weight: 800;
  color: #505c70;
  margin-top: 0;
  margin-bottom: 30px;
}
.join-us .intro {
  max-width: 700px;
  margin: 0 auto;
  margin-bottom: 60px;
  color: #65758e;
  font-size: 20px;
}
.join-us .info {
  margin-bottom: 30px;
}
.join-us .partner {
  margin-bottom: 30px;
}
.join-us .partner .sub-title {
  margin-top: 0;
  margin-bottom: 15px;
  color: #505c70;
  font-weight: 600;
}
.join-us p.indent-top {
  padding-left: 1em;
  text-indent: -1em;
}
.join-us p.indent-1 {
  padding-left: 1em;
  text-indent: -1em;
  padding-top: 15px;
}
.join-us .custom-list-style {
  margin-bottom: 30px;
}
.join-us .custom-list-style li {
  list-style: none;
  margin-bottom: 5px;
}
.join-us .custom-list-style li .svg-inline--fa {
  margin-right: 5px;
  color: #71c4e0;
}

ul.medal {
  margin: 0;
  padding: 0;
  font-size: 86%;
  list-style: none;
}

ul li.medal {
  padding-left: 75px;
  line-height: 1.5em;
  background: left top no-repeat;
  background-size: 60px auto;
  list-style: none;
  padding-bottom: 15px;
}

ul li.medal:nth-child(1) {
  background-image: url(../images/team/ibc_gold.svg);
}

ul li.medal:nth-child(2) {
  background-image: url(../images/team/ibc_silver.svg);
}

ul li.medal:nth-child(3) {
  background-image: url(../images/team/ibc_bronze.svg);
}

ul li.cp {
  padding-left: 100px;
  line-height: 1.5em;
  background: left top no-repeat;
  background-size: 90px auto;
  list-style: none;
  padding-bottom: 15px;
}

ul li.cp {
  background-image: url(../images/team/cp_logo.svg);
}

ul.org {
  margin: 0;
  padding: 0;
  font-size: 86%;
  list-style: none;
}

ul li.org {
  padding-left: 95px;
  line-height: 1.5em;
  background: left top no-repeat;
  background-size: 80px auto;
  list-style: none;
  padding: 20px 100px 25px;
}

ul li.org:nth-child(1) {
  background-image: url(../images/team/ibc150.svg);
}

ul li.org:nth-child(2) {
  background-image: url(../images/team/cba150.svg);
}

ul li.org:nth-child(3) {
  background-image: url(../images/team/ibc150.svg);
}

.photos {
  padding: 80px 0;
}
.photos .title {
  font-size: 32px;
  font-weight: 800;
  color: #505c70;
  margin-top: 0;
  margin-bottom: 15px;
}
.photos .intro {
  font-size: 18px;
  color: #65758e;
  font-size: 20px;
  margin-bottom: 60px;
}
.photos #instafeed {
  margin: 0 auto;
  display: inline-block;
}
.photos #instafeed .item {
  text-align: center;
  padding: 5px;
  background: #fff;
}
.photos #instafeed .item img {
  display: block;
  -webkit-transition: transform 0.4s linear;
  -moz-transition: transform 0.4s linear;
  -ms-transition: transform 0.4s linear;
  -o-transition: transform 0.4s linear;
}
.photos #instafeed .item:hover img {
  -webkit-opacity: 0.9;
  -moz-opacity: 0.9;
  opacity: 0.9;
}

/* ======= Blog Home ======= */
.blog-list {
  padding: 80px 0;
}
.blog-list .container {
  max-width: 860px;
}
.blog-list .item {
  margin-bottom: 60px;
}
.blog-list .item .post-title {
  margin-bottom: 15px;
  font-size: 24px;
  font-weight: 600;
}
.blog-list .item .post-title a {
  color: #65758e;
  text-decoration: none;
}
.blog-list .item .post-title a:hover {
  color: #505c70;
  text-decoration: underline;
}
.blog-list .item .meta .meta-list {
  font-size: 14px;
}
.blog-list .item .meta .meta-list li {
  color: #999;
}
.blog-list .item .meta .meta-list li a {
  color: #999;
  text-decoration: none;
}
.blog-list .item .meta .meta-list li a:hover {
  color: #71c4e0;
  text-decoration: underline;
}
.blog-list .item .meta .meta-list .post-time {
  font-size: 16px;
  display: inline-block;
  text-align: center;
  padding: 5px 15px;
  background: #818fa5;
  color: #fff;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin-bottom: 15px;
}
.blog-list .item .meta .meta-list .post-time span {
  display: block;
}
.blog-list .item .meta .meta-list .post-time span.date {
  font-weight: 800;
  font-size: 26px;
}
.blog-list .item .meta .meta-list .post-time span.month {
  font-size: 14px;
  text-transform: uppercase;
  padding-top: 0;
}
.blog-list .item .meta .meta-list .post-author {
  margin-bottom: 5px;
}
.blog-list .item .figure {
  margin-bottom: 15px;
  overflow: hidden;
  background: #505c70;
  text-align: center;
}
.blog-list .item .figure img {
  -webkit-transition: transform 0.4s linear;
  -moz-transition: transform 0.4s linear;
  -ms-transition: transform 0.4s linear;
  -o-transition: transform 0.4s linear;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  border: 1px solid #eee;
  margin: 0 auto;
}
.blog-list .item .figure:hover img {
  -webkit-opacity: 0.8;
  -moz-opacity: 0.8;
  opacity: 0.8;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}

.pagination {
  margin-top: 90px;
}
.pagination .page-item .page-link {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: none;
  margin-right: 5px;
  color: #65758e;
}
.pagination .page-item .page-link:hover {
  color: #505c70;
}

.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #c6c6c6;
}

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  background-color: #909cb0;
  border: none;
}

.page-item.active .page-link {
  background-color: #909cb0;
  border: none;
  color: #fff;
}

.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  background-color: #eff8fb;
  border: none;
}

.pagination > li:first-child > a,
.pagination > li:first-child > span,
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background: none;
}

/* ======= Single Blog Post ======= */
.blog-post-wrapper {
  padding-top: 60px;
}
.blog-post-wrapper .title {
  margin-bottom: 30px;
  margin-top: 0;
  font-size: 28px;
  color: #505c70;
}
.blog-post-wrapper .meta {
  font-size: 13px;
  color: #999;
  margin-bottom: 15px;
}
.blog-post-wrapper .meta li {
  margin-right: 0;
}
.blog-post-wrapper .meta .post-author a {
  color: #999;
}
.blog-post-wrapper .meta .post-author a:hover {
  color: #71c4e0;
}
.blog-post-wrapper .meta .post-comments-link a {
  color: #999;
}
.blog-post-wrapper .meta .post-comments-link a:hover {
  color: #71c4e0;
}
.blog-post-wrapper .meta .post-comments-link .svg-inline--fa {
  margin-right: 5px;
}
.blog-post-wrapper .share-container {
  margin-bottom: 30px;
  overflow: hidden;
}
.blog-post-wrapper .share-container li {
  margin-bottom: 15px;
}
.blog-post-wrapper .comment-area {
  background: #f5f5f5;
  padding: 30px;
}
.blog-post-wrapper .comment-area .title {
  font-size: 22px;
  font-family: "Open Sans", arial, sans-serif;
  font-weight: 700;
  margin-bottom: 30px;
}
.blog-post-wrapper .comment-area .comment-container {
  margin-bottom: 60px;
}
.blog-post-wrapper .comment-area .comment-container .comment-item {
  margin-bottom: 30px;
}
.blog-post-wrapper .comment-area .comment-container .comment-item .comment-item-box {
  position: relative;
  background: #fff;
  padding: 30px;
  padding-left: 115px;
  margin-bottom: 15px;
}
.blog-post-wrapper .comment-area .comment-container .comment-item .comment-author {
  position: absolute;
  left: 30px;
  top: 30px;
}
.blog-post-wrapper .comment-area .comment-container .comment-item .comment-author img {
  width: 60px;
  height: 60px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.blog-post-wrapper .comment-area .comment-container .comment-item .comment-body .name {
  color: #65758e;
  font-style: normal;
}
.blog-post-wrapper .comment-area .comment-container .comment-item .comment-body .name a {
  color: #65758e;
}
.blog-post-wrapper .comment-area .comment-container .comment-item .comment-body .name a:hover {
  color: #71c4e0;
}
.blog-post-wrapper .comment-area .comment-container .comment-item .comment-body .time {
  color: #999;
  font-size: 13px;
  margin-bottom: 15px;
}
.blog-post-wrapper .comment-area .comment-container .comment-item .comment-body .comment-reply-link {
  padding: 5px 10px;
  font-size: 13px;
  background: #adb7c5;
}
.blog-post-wrapper .comment-area .comment-container .comment-item .comment-body .comment-reply-link:hover {
  background: #65758e;
}
.blog-post-wrapper .comment-area .comment-container .comment-item .comment-body .content p {
  margin-bottom: 15px;
}
.blog-post-wrapper .comment-area .comment-container .comment-item .children {
  padding-left: 30px;
}
.blog-post-wrapper .comment-area .comment-form .error {
  color: #E65348;
  font-family: arial, sans-serif;
  display: block;
  font-size: 14px;
  text-align: left;
  padding-top: 5px;
}

.blog-sidebar .widget {
  margin-bottom: 60px;
}
.blog-sidebar .widget a {
  color: #65758e;
  text-decoration: none;
}
.blog-sidebar .widget a:hover {
  color: #71c4e0;
  text-decoration: underline;
}
.blog-sidebar .widget .title {
  font-size: 20px;
  margin-bottom: 30px;
  margin-top: 0;
  font-weight: normal;
  color: #505c70;
  font-weight: 600;
}
.blog-sidebar .widget ul li {
  margin-bottom: 10px;
  font-size: 15px;
}
.blog-sidebar .widget ul li .count {
  color: #999;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.blog-sidebar .widget.recent-posts li {
  position: relative;
  padding-left: 60px;
  margin-bottom: 15px;
  border-bottom: 1px solid #eee;
  padding-bottom: 15px;
  min-height: 60px;
}
.blog-sidebar .widget.recent-posts .thumb {
  position: absolute;
  left: 5px;
  top: 5px;
  width: 45px;
  height: 45px;
}
.blog-sidebar .widget.recent-posts .post-info .date {
  color: #999;
  font-size: 12px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.blog-sidebar .widget.instagram .instafeed .item {
  display: inline-block;
  margin-right: 5px;
}
.blog-sidebar .widget.instagram .instafeed img {
  max-width: 75px;
  padding: 2px;
  border: 1px solid #eee;
}
.blog-sidebar .widget.instagram .instafeed img:hover {
  -webkit-opacity: 0.8;
  -moz-opacity: 0.8;
  opacity: 0.8;
  background: #65758e;
}
.blog-sidebar .search-blog-form .btn {
  padding: 10px 15px;
  width: 45px;
}
.blog-sidebar .search-blog-form .btn .svg-inline--fa {
  margin-right: 0;
}

.post {
  margin-bottom: 60px;
}
.post .content .post-title {
  font-size: 22px;
}
.post .content .post-title a:hover {
  color: #268aac;
}
.post .content .post-entry .read-more .svg-inline--fa {
  margin-left: 5px;
  position: relative;
  top: 1px;
}

.blog-entry .title {
  margin-bottom: 15px;
  font-family: "Open Sans", arial, sans-serif;
  font-weight: 700;
}
.blog-entry .meta {
  margin-bottom: 15px;
}
.blog-entry .meta li {
  padding-right: 10px;
}
.blog-entry .post-thumb {
  margin-bottom: 30px;
}
.blog-entry .custom-list-style {
  margin-bottom: 30px;
}
.blog-entry .custom-list-style li {
  list-style: none;
  margin-bottom: 5px;
}
.blog-entry .custom-list-style li .svg-inline--fa {
  margin-right: 5px;
  color: #71c4e0;
}
.blog-entry p {
  margin-bottom: 30px;
  line-height: 1.5;
}
.blog-entry .post-nav {
  margin-bottom: 60px;
}
.blog-entry .post-nav a {
  text-decoration: none;
}
.blog-entry .post-nav a:hover {
  text-decoration: underline;
}
.blog-entry .post-nav .nav-next {
  float: right;
}
.blog-entry .post-nav .nav-next .svg-inline--fa {
  margin-left: 5px;
}
.blog-entry .post-nav .nav-previous .svg-inline--fa {
  margin-right: 5px;
}

.custom-quote {
  border-color: #9bd5e9;
  font-weight: normal;
  font-style: italic;
  border-left: 5px solid #9bd5e9;
  padding-left: 30px;
  font-size: 18px;
}
.custom-quote p {
  line-height: 1.6;
}
.custom-quote .svg-inline--fa {
  color: #71c4e0;
  margin-right: 10px;
}
.custom-quote .source {
  font-style: normal;
}
.custom-quote .source .title {
  font-size: 13px;
  color: #999;
}

/* ======= Contact Page  ======= */
.contact-section {
  padding: 80px 0;
  color: #999;
  background: none;
}
.contact-section .title {
  font-size: 32px;
  font-weight: 800;
  color: #505c70;
  margin-top: 0;
  margin-bottom: 30px;
}
.contact-section .intro {
  max-width: 700px;
  margin: 0 auto;
  margin-bottom: 60px;
  color: #65758e;
  font-size: 20px;
}
.contact-section .contact-info {
  margin-bottom: 60px;
}
.contact-section .contact-info li {
  margin-right: 60px;
  margin-bottom: 30px;
}
.contact-section .contact-info li a {
  color: #65758e;
}
.contact-section .contact-info li:last-child {
  margin-right: 0;
}
.contact-section .contact-info .same {
  color: #65758e;
}
.contact-section .contact-info .icon-holder {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  padding: 12px;
  width: 50px;
  height: 50px;
  display: inline-block;
  border: 1px solid #65758e;
  text-align: center;
}
.contact-section .contact-info .icon-holder .bi {
  color: #65758e;
}
.contact-section .contact-form .error {
  color: #E65348;
  font-family: arial, sans-serif;
  display: block;
  font-size: 14px;
  text-align: left;
  padding-top: 5px;
}

/* ======= Map section ======= */
.map-section .title {
  font-size: 32px;
  margin-top: 0;
  margin-bottom: 30px;
}
.map-section .gmap-wrapper {
  position: relative;
  padding-bottom: 30%;
  height: 0;
  overflow: hidden;
}
.map-section .gmap-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

/* ======= 404 section ======= */
.section-404 {
  padding-top: 130px;
  padding-bottom: 120px;
}
.section-404 .title-404 {
  font-size: 120px;
  font-weight: 800;
  color: #65758e;
}
.section-404 .intro {
  font-size: 24px;
  margin-bottom: 30px;
}

/* ======= Modal ======= */
.modal button.btn-close {
  position: absolute;
  right: 15px;
  top: 15px;
  outline: none;
}
.modal .modal-dialog {
  width: 760px;
  max-width: inherit !important;
}
.modal .modal-title {
  font-weight: 800;
  font-size: 32px;
  color: #505c70;
  padding-top: 26px;
  justify-content: center;
}
.modal .modal-body {
  padding: 30px 60px;
}
.modal .modal-header {
  border: none;
  justify-content: center !important;
}
.modal.modal-contact .modal-title {
  margin-bottom: 15px;
}
.modal.modal-contact .modal-body {
  padding-top: 0;
}
.modal.modal-contact .intro {
  padding: 0 15px;
  margin-bottom: 30px;
  color: #65758e;
  font-size: 18px;
}
.modal.modal-contact .contact-info li {
  margin-right: 60px;
  margin-bottom: 30px;
}
.modal.modal-contact .contact-info li a {
  color: #65758e;
}
.modal.modal-contact .contact-info li:last-child {
  margin-right: 0;
}
.modal.modal-contact .contact-info .icon-holder {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  padding: 12px;
  width: 50px;
  height: 50px;
  display: inline-block;
  border: 1px solid #65758e;
  text-align: center;
}
.modal.modal-contact .contact-info .icon-holder .bi {
  color: #65758e;
}

/* ======= Bootstrap Image Gallery ======== */
.blueimp-gallery {
  background: rgba(16, 19, 23, 0.9);
}

.blueimp-gallery > .prev,
.blueimp-gallery > .next {
  color: #fff !important;
}

/* ======= Footer ======= */
.footer a {
  text-decoration: none;
}
.footer a:hover {
  text-decoration: underline;
}
.footer .footer-content {
  background: #3b4452;
  color: rgba(255, 255, 255, 0.8);
  padding: 45px 0;
  padding-bottom: 15px;
  font-size: 14px;
}
.footer .footer-content a {
  color: rgba(255, 255, 255, 0.8);
}
.footer .footer-content a:hover {
  color: #71c4e0;
}
.footer .footer-content .sub-title {
  color: rgba(255, 255, 255, 0.9);
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 30px;
}
.footer .footer-content .links-col li {
  margin-bottom: 10px;
}
.footer .footer-content .blog-col .item {
  margin-bottom: 30px;
  position: relative;
  padding-left: 75px;
  padding-right: 30px;
}
.footer .footer-content .blog-col .item .post-title {
  font-size: 14px;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.8);
}
.footer .footer-content .blog-col .item .figure {
  position: absolute;
  left: 0;
  top: 0;
}
.footer .footer-content .blog-col .item .intro {
  margin-bottom: 5px;
}
.footer .footer-content .blog-col .item .meta {
  color: rgba(255, 255, 255, 0.5);
  font-size: 12px;
}
.footer .footer-content .contact-col .bi {
  vertical-align: middle;
  color: rgba(255, 255, 255, 0.8);
}
.footer .footer-content .contact-col .adr {
  padding-left: 40px;
  position: relative;
}
.footer .footer-content .contact-col .adr .bi {
  position: absolute;
  left: 11px;
  top: 0;
}
.footer .bottom-bar {
  background: #343d49;
  color: rgba(255, 255, 255, 0.5);
  padding: 30px;
  text-align: center;
}
.footer .bottom-bar .copyright {
  display: block;
  font-size: 13px;
}
.footer .bottom-bar .copyright a {
  color: rgba(255, 255, 255, 0.5);
}
.footer .bottom-bar .copyright a:hover {
  color: rgba(255, 255, 255, 0.5);
}
.footer .social-icons {
  margin: 0 auto;
  padding: 0;
}
.footer .social-icons li {
  margin-bottom: 15px;
}

.social-icons {
  list-style: none;
  padding: 10px 0;
  margin: 0 auto;
  margin-bottom: 25px;
  display: inline-block;
}
.social-icons li {
  float: left;
}
.social-icons li.last {
  margin-right: 0;
}
.social-icons a {
  display: inline-block;
  background: #455061;
  width: 36px;
  height: 36px;
  text-align: center;
  padding-top: 7px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  font-size: 16px;
  margin-right: 10px;
}
.social-icons a:hover {
  background: #5a697f;
}
.social-icons a:hover .svg-inline--fa {
  color: #fff;
}
.social-icons a .svg-inline--fa {
  color: rgba(255, 255, 255, 0.6);
}
.social-icons a .svg-inline--fa:before {
  font-size: 18px;
  text-align: center;
  padding: 0;
}

.syuki {
  color: #E65348;
  font-weight: 600;
}

.syuki2 {
  color: #E65348;
  font-weight: 700;
}

.bold {
  font-weight: 700;
}

.bold22 {
  font-weight: 700;
  font-size: 22px;
}

.nomal {
  font-weight: 400;
}

.li-nest {
  padding-left: 20px;
}

.mt-7 {
  margin-top: 70px;
}

.pb-2 {
  padding-bottom: 20px;
}

@media (max-width: 767.98px) {
  .config-wrapper {
    display: none;
  }
  .header {
    padding: 0px inherit;
  }
  .header h1.logo {
    font-size: 20px;
    line-height: 2.4;
    float: none;
  }
  .navbar-collapse {
    border-top: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    width: 100%;
    left: 0;
    top: 0;
    position: absolute;
    background: #455061;
    z-index: 45;
  }
  .navbar-collapse .nav {
    margin: 0;
  }
  body.no-header-wrapper {
    padding-top: 50px;
  }
  .header-wrapper-home {
    min-height: 560px;
  }
  .header .main-nav .nav .nav-item {
    margin-right: 0;
  }
  .header .main-nav .nav .dropdown-menu {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    width: 100%;
    padding: 0;
  }
  .header .main-nav .nav .dropdown-menu:before {
    display: none;
  }
  .navbar-fixed-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
    max-height: inherit;
  }
  .nav-tabs > li > a {
    padding: 10px 5px;
  }
  .main-nav .navbar-collapse .navbar-nav {
    padding: 0 15px;
  }
  .main-nav .navbar-collapse .nav-link {
    padding: 15px 0;
  }
  .home-promo {
    padding-top: 80px;
  }
  .promo {
    padding-top: 150px;
  }
  .header-wrapper-home {
    min-height: 460px;
  }
  .promo .title .middle {
    font-size: 38px;
  }
  .section .title {
    font-size: 26px;
  }
  .testimonials .item .meta .name {
    max-width: none;
  }
  .cta-section .contact-info {
    font-size: 20px;
  }
  .home-promo .title span {
    font-size: 22px;
  }
  .home-promo .title .middle {
    font-size: 36px;
  }
  .home-promo .title .bottom {
    font-size: 22px;
  }
  .blog-list .item .post-title {
    font-size: 22px;
  }
  .blog-list .item .meta .meta-list {
    text-align: left;
  }
  .blog-list .item .meta .meta-list li {
    display: inline-block;
    margin-right: 5px;
  }
  .blog-list .item .meta .meta-list .post-time span.date {
    font-size: 14px;
  }
  .blog-list .item .meta .meta-list .post-time {
    font-size: 11px;
    padding: 5px 10px;
    margin-right: 5px;
  }
  .blog-post-wrapper .comment-area .comment-container .comment-item .comment-author {
    top: 15px;
    left: 15px;
  }
  .blog-post-wrapper .comment-area .comment-container .comment-item .comment-author img {
    width: 35px;
    height: 35px;
  }
  .blog-post-wrapper .comment-area .comment-container .comment-item .comment-item-box {
    padding: 15px;
    padding-left: 65px;
  }
  .blog-post-wrapper .comment-area .comment-container .comment-item .children {
    padding-left: 15px;
  }
  .contact-section .contact-info li {
    margin-right: 0;
  }
  .modal .modal-dialog {
    width: auto;
  }
  .modal .modal-dialog .intro {
    font-size: 16px;
  }
  .modal.modal-contact .modal-title {
    font-size: 22px;
  }
  .modal .modal-body {
    padding: 15px 30px;
  }
  .modal.modal-contact .contact-info li {
    margin-right: 0;
  }
  .bg-carousel-wrapper {
    height: 460px;
  }
  .bg-carousel-wrapper .bg-carousel .slide {
    height: 460px;
  }
  .section-404 .title-404 {
    font-size: 80px;
  }
  .section-404 .intro {
    font-size: 20px;
  }
  .team .item .figure {
    max-width: 120px;
  }
}
@media (min-width: 768px) {
  .config-wrapper {
    display: none;
  }
  .header .main-nav .nav .nav-item {
    margin-right: 10px;
  }
  .modal .modal-dialog {
    width: 660px;
  }
  .latest-work .item .figure-container a {
    min-height: 420px;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-left: 15px;
    padding-right: 15px;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    left: auto;
    right: 0;
  }
}
@media (min-width: 992px) {
  .config-wrapper {
    display: block;
  }
  .header-wrapper-home {
    height: 600px;
  }
  .main-nav {
    float: right !important;
  }
  .navbar-form .form-control {
    width: 280px;
  }
  .header h1.logo {
    float: left;
    margin: inherit;
  }
  .header .main-nav .nav .nav-item {
    margin-right: 15px;
  }
  .main-nav.navbar-right {
    float: right !important;
  }
  .navbar-fixed-top .navbar-collapse {
    padding-left: 15px;
    padding-right: 15px;
  }
  .testimonials .item .meta .name {
    max-width: 300px;
  }
  .modal .modal-dialog {
    width: 760px;
  }
  .latest-work .item .figure-container a {
    min-height: 420px;
  }
}
@media (min-width: 1200px) {
  .latest-work .item .figure-container a {
    min-height: 420px;
  }
}
/* ======= Schedule ======= */
.breadcrumb {
  margin-top: 15px;
  font-size: 13px;
  color: #a0a0a0;
  background: none;
  padding: 0;
}
.breadcrumb .breadcrumb-item a {
  color: #a0a0a0;
  text-decoration: none;
}
.breadcrumb .breadcrumb-item a:hover {
  color: #71c4e0;
  text-decoration: underline;
}
.breadcrumb .breadcrumb-item.active {
  color: #a0a0a0;
}

.breadcrumb-item + .breadcrumb-item::before {
  color: #c6c6c6;
}

.schedule-article {
  padding: 60px 0;
}
.schedule-article .project-title {
  font-family: "Open Sans", arial, sans-serif;
  font-weight: 800;
  margin-bottom: 30px;
  color: #505c70;
}
.schedule-article .project-type {
  color: #65758e;
  margin-bottom: 60px;
  margin-top: 0;
  font-size: 22px;
}
.schedule-article .project-type .dot {
  font-size: 48px;
  position: relative;
  top: 8px;
}
.schedule-article .content-wrapper .meta {
  margin-bottom: 30px;
}
.schedule-article .content-wrapper .content-section {
  margin-bottom: 45px;
}
.schedule-article .content-wrapper .section-title {
  color: #65758e;
  font-size: 24px;
  font-weight: bold;
}
.schedule-article .media-wrapper img {
  background: #252b35;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -webkit-opacity: 0.9;
  -moz-opacity: 0.9;
  opacity: 0.9;
  border: 1px solid #eee;
}
.schedule-article .media-wrapper img:hover {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.schedule-article .media-wrapper .featured {
  margin-bottom: 30px;
}
.schedule-article .media-wrapper .thumbs .item {
  margin-bottom: 15px;
}
.schedule-article .testimonial-wrapper .testimonial-inner {
  max-width: 700px;
  margin: 0 auto;
}
.schedule-article .testimonial-wrapper .quote-container {
  position: relative;
  margin-bottom: 30px;
  color: #65758e;
  background: #f8f9fa;
  padding: 30px;
}
.schedule-article .testimonial-wrapper .quote-container .svg-inline--fa {
  color: #a5afbf;
  font-size: 22px;
}
.schedule-article .testimonial-wrapper .quote-container .quote {
  padding: 0;
  border-left: 0;
  padding-left: 30px;
  line-height: 1.8;
}
.schedule-article .testimonial-wrapper .quote-container:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-top: 15px solid #f8f9fa;
  position: absolute;
  bottom: -15px;
  margin-left: -15px;
  left: 50%;
}
.schedule-article .testimonial-wrapper .meta .profile {
  overflow: hidden;
}
.schedule-article .testimonial-wrapper .meta .profile .name {
  margin-top: 25px;
}
.schedule-article .testimonial-wrapper .meta .profile .name .source-title {
  color: #999;
}

.case-carousel .carousel-indicators {
  margin: 0;
  position: static;
}
.case-carousel .carousel-indicators .indicator-item {
  cursor: pointer;
}
.case-carousel .carousel-indicators .indicator-item img {
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
}
.case-carousel .carousel-indicators .indicator-item:hover img, .case-carousel .carousel-indicators .indicator-item.active img {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}

.case-carousel .carousel-indicators .indicator-item {
  display: flex;
  width: 120px;
  height: auto;
  border: none;
  margin-bottom: 1rem;
  background: black;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}

.case-carousel .carousel-indicators .indicator-item img {
  -webkit-opacity: 0.9;
  -moz-opacity: 0.9;
  opacity: 0.9;
}

/* ======= Who ======= */
.sch-who {
  padding: 80px 0;
}
.sch-who .title {
  font-size: 32px;
  font-weight: 800;
  color: #505c70;
  margin-top: 0;
  margin-bottom: 30px;
}
.sch-who .intro {
  margin: 0 auto;
  max-width: 700px;
  color: #666;
  font-size: 20px;
  color: #65758e;
  margin-bottom: 60px;
}
.sch-who .stage .item {
  font-size: 18px;
  margin-bottom: 30px;
}
.sch-who .stage .item .bi {
  fill: #65758e;
  width: 40px;
  height: 40px;
  margin-bottom: 20px;
}
.sch-who .stage .item-inner {
  padding: 25px;
  padding-top: 25px;
  background: #f8f9fa;
  height: 100%;
}
.sch-who .stage .sub-title {
  font-weight: bold;
  font-size: 24px;
  margin-bottom: 15px;
  color: #505c70;
}
.sch-who .stage .desc {
  color: #65758e;
}
.sch-who .stage ul {
  list-style: none;
  padding: 0;
}

/* ======= Registration ======= */
.breadcrumb {
  margin-top: 15px;
  font-size: 13px;
  color: #a0a0a0;
  background: none;
  padding: 0;
}
.breadcrumb .breadcrumb-item a {
  color: #a0a0a0;
  text-decoration: none;
}
.breadcrumb .breadcrumb-item a:hover {
  color: #71c4e0;
  text-decoration: underline;
}
.breadcrumb .breadcrumb-item.active {
  color: #a0a0a0;
}

.breadcrumb-item + .breadcrumb-item::before {
  color: #c6c6c6;
}

.registration-article {
  padding: 60px 0;
}
.registration-article .project-title {
  font-family: "Open Sans", arial, sans-serif;
  font-weight: 800;
  margin-bottom: 30px;
  color: #505c70;
}
.registration-article .project-type {
  color: #65758e;
  margin-bottom: 60px;
  margin-top: 0;
  font-size: 22px;
}
.registration-article .project-type .dot {
  font-size: 48px;
  position: relative;
  top: 8px;
}
.registration-article .content-wrapper .meta {
  margin-bottom: 30px;
}
.registration-article .content-wrapper .content-section {
  margin-bottom: 45px;
}
.registration-article .content-wrapper .content-section ul {
  list-style: none;
  padding: 0;
}
.registration-article .content-wrapper .section-title {
  color: #65758e;
  font-size: 24px;
  font-weight: bold;
}
.registration-article .content-wrapper li.indent-top {
  padding-left: 1em;
  text-indent: -1em;
}
.registration-article .content-wrapper li.indent-1 {
  padding-left: 1em;
  text-indent: -1em;
}
.registration-article .media-wrapper img {
  background: #252b35;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -webkit-opacity: 0.9;
  -moz-opacity: 0.9;
  opacity: 0.9;
  border: 1px solid #eee;
}
.registration-article .media-wrapper img:hover {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.registration-article .media-wrapper .featured {
  margin-bottom: 30px;
}
.registration-article .media-wrapper .thumbs .item {
  margin-bottom: 15px;
}
.registration-article .testimonial-wrapper .testimonial-inner {
  max-width: 700px;
  margin: 0 auto;
}
.registration-article .testimonial-wrapper .quote-container {
  position: relative;
  margin-bottom: 30px;
  color: #65758e;
  background: #f8f9fa;
  padding: 30px;
}
.registration-article .testimonial-wrapper .quote-container .svg-inline--fa {
  color: #a5afbf;
  font-size: 22px;
}
.registration-article .testimonial-wrapper .quote-container .quote {
  padding: 0;
  border-left: 0;
  padding-left: 30px;
  line-height: 1.8;
}
.registration-article .testimonial-wrapper .quote-container:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-top: 15px solid #f8f9fa;
  position: absolute;
  bottom: -15px;
  margin-left: -15px;
  left: 50%;
}
.registration-article .testimonial-wrapper .meta .profile {
  overflow: hidden;
}
.registration-article .testimonial-wrapper .meta .profile .name {
  margin-top: 25px;
}
.registration-article .testimonial-wrapper .meta .profile .name .source-title {
  color: #999;
}
.registration-article h3 {
  position: relative;
  padding: 0px 15px;
}
.registration-article h3::before {
  content: "";
  position: absolute;
  background: #DEEBF7;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  top: 50%;
  left: 5px;
  transform: translateY(-50%);
  z-index: -1;
}
.registration-article h3.keg {
  position: relative;
  padding: 0px 15px;
}
.registration-article h3.keg::before {
  content: "";
  position: absolute;
  background: #b7df7a;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  top: 50%;
  left: 5px;
  transform: translateY(-50%);
  z-index: -1;
}

.case-carousel .carousel-indicators {
  margin: 0;
  position: static;
}
.case-carousel .carousel-indicators .indicator-item {
  cursor: pointer;
}
.case-carousel .carousel-indicators .indicator-item img {
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
}
.case-carousel .carousel-indicators .indicator-item:hover img, .case-carousel .carousel-indicators .indicator-item.active img {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}

.case-carousel .carousel-indicators .indicator-item {
  display: flex;
  width: 120px;
  height: auto;
  border: none;
  margin-bottom: 1rem;
  background: black;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}

.case-carousel .carousel-indicators .indicator-item img {
  -webkit-opacity: 0.9;
  -moz-opacity: 0.9;
  opacity: 0.9;
}

/* ======= Who ======= */
.registration-article {
  padding: 80px 0;
}
.registration-article .title {
  font-size: 32px;
  font-weight: 800;
  color: #505c70;
  margin-top: 0;
  margin-bottom: 30px;
}
.registration-article .intro {
  margin: 0 auto;
  max-width: 700px;
  color: #666;
  font-size: 20px;
  color: #65758e;
  margin-bottom: 60px;
}
.registration-article .stage .item {
  font-size: 16px;
  margin-bottom: 30px;
}
.registration-article .stage .item .bi {
  fill: #65758e;
  width: 40px;
  height: 40px;
  margin-bottom: 20px;
}
.registration-article .stage .item-inner {
  padding: 25px;
  padding-top: 25px;
  background: #f8f9fa;
  height: 100%;
}
.registration-article .stage .sub-title {
  font-weight: bold;
  font-size: 22px;
  margin-bottom: 15px;
  color: #505c70;
}
.registration-article .stage .desc {
  color: #65758e;
}

/* ======= Configure Style (REMOVE ON YOUR PRODUCTION SITE) ======= */
.config-trigger {
  display: block;
  position: absolute;
  left: -36px;
  width: 36px;
  height: 36px;
  background: #000;
  color: #fff;
  text-decoration: none;
  text-align: center;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 4px;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  padding-top: 3px;
}
.config-trigger:hover {
  text-decoration: none;
}
.config-trigger:hover .bi {
  color: #71c4e0;
}
.config-trigger .bi {
  display: inline-block;
  color: #fff;
}

.panel-inner {
  position: relative;
  padding: 15px;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 4px;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 4px;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}

.config-panel {
  background: #000;
  position: fixed;
  top: 100px;
  right: 0;
  z-index: 100;
  width: 180px;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}
.config-panel.config-panel-open {
  right: 0;
}
.config-panel.config-panel-hide {
  right: -180px;
}
.config-panel h5 {
  margin-bottom: 15px;
  color: #fff;
  font-size: 1rem;
}
.config-panel #color-options {
  margin-bottom: 0;
}
.config-panel #color-options li {
  padding-right: 0;
  margin-right: 5px;
}
.config-panel #color-options li a {
  display: block;
  width: 20px;
  height: 20px;
  border: 2px solid transparent;
}
.config-panel #color-options li a:hover {
  -webkit-opacity: 0.9;
  -moz-opacity: 0.9;
  opacity: 0.9;
  border: 2px solid rgba(255, 255, 255, 0.8);
}
.config-panel #color-options li.active a {
  border: 2px solid rgba(255, 255, 255, 0.8);
}
.config-panel #color-options li.theme-1 a {
  background: #71c4e0;
}
.config-panel #color-options li.theme-2 a {
  background-color: #71e08b;
}
.config-panel #color-options li.theme-3 a {
  background-color: #2ec0c3;
}
.config-panel #color-options li.theme-4 a {
  background-color: #BA4A7C;
}
.config-panel #color-options li.theme-5 a {
  background-color: #e0d971;
}
.config-panel #color-options li.theme-6 a {
  background-color: #e07971;
}
.config-panel #color-options li.theme-7 a {
  background-color: #47c9af;
}
.config-panel #color-options li.theme-8 a {
  background-color: #9AD2A8;
}
.config-panel #color-options li.theme-9 a {
  background-color: #e0b770;
}
.config-panel #color-options li.theme-10 a {
  background-color: #28a5a8;
}
.config-panel .close {
  position: absolute;
  right: 5px;
  top: 5px;
  color: #fff;
}
.config-panel .close .svg-inline--fa {
  color: rgab(256, 256, 256, 0.6);
  font-size: 16px;
}