/* Global */
@import url("https://fonts.googleapis.com/css?family=Quicksand:400,700&display=swap");
* {
   box-sizing: border-box;
}
html {
   scroll-behavior: smooth;
}
body {
   font-family: "Quicksand", sans-serif;
   margin: 0;
   padding: 0;
}
h2 {
   color: #ff512f;
}
h3 {
   color: #ff512f;
}
main {
   overflow: auto;
}

/* Header */
header {
   /*display: inline;*/
}
nav {
   /*background-color: #ff512f;
	padding: 5px;
	position: sticky;
	top: 0;*/
   z-index: 3;
   position: fixed;
   right: 0;
   left: 0;
   top: 0;
}
nav li {
   display: inline;
   list-style-type: none;
   margin-right: 20px;
}
nav a {
   font-size: 18px;
   font-weight: 400;
   text-decoration: none;
   color: white;
}
.jumbotron {
   font-size: 20px;
   padding: 60px;
   background-color: #00c8eb;
   text-align: center;
   color: white;
}

/* Content */
#content {
   float: left;
   width: 75%;
}
.card {
   box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
   border-radius: 5px;
   padding: 20px;
   margin-top: 20px;
}
.featured-image {
   width: 100%;
   max-height: 300px;
   object-fit: cover;
   object-position: center;
}

/* Aside */
aside {
   /*float: right;*/
   /*width: 25%;*/
   /*padding-left: 20px;*/
}
.profile img {
   width: 200px;
}

/* Footer */
footer {
   border-top: 3px solid #fff;
   padding: 20px;
   color: white;
   background-color: #ff512f;
   background-color: #283139;
}
footer p {
   text-align: center;
   margin: 0;
}

/* Responsive */
@media screen and (max-width: 1000px) {
   #content,
   aside {
      width: 100%;
      padding: 0;
   }
}

body {
   color: #12304a;
}
.container {
   width: 100%;
   padding-right: 7.5px;
   padding-left: 7.5px;
   margin-right: auto;
   margin-left: auto;
}
@media (min-width: 576px) {
   .container {
      max-width: 540px;
   }
}
@media (min-width: 768px) {
   .container {
      max-width: 720px;
   }
}
@media (min-width: 992px) {
   .container {
      max-width: 960px;
   }
}
@media (min-width: 1200px) {
   .container {
      max-width: 1140px;
   }
}
.text-center {
   text-align: center;
}
.text-justify {
   text-align: justify;
}
nav {
   /*background: linear-gradient(75deg, #4f1bc5, #7b17c5);*/
   background: linear-gradient(90deg, #ff512f 0%, #f09819 80%);
   box-shadow: 0 0.1rem 0.08rem rgba(0, 0, 0, 0.08);
   padding: 10px 0;
}
.bg-image {
   overflow: hidden;
   position: relative;
   padding: 100px 0 0;
   display: block;
}
.bg-image:before {
   position: absolute;
   content: "";
   background: linear-gradient(75deg, #4f1bc5, #7b17c5);
   background: linear-gradient(90deg, #ff512f 0%, #f09819 80%);
   background: linear-gradient(90deg, #535461 0%, #abb1d1 80%);
   width: 100%;
   height: 100%;
   top: 0;
   left: 0;
   z-index: 1;
   opacity: 0.9;
}
.bg-image .background-image-wraper {
   position: absolute;
   width: 100%;
   height: 100%;
   top: 0;
   left: 0;
   background-size: cover;
   background-position: 50% 50%;
   z-index: 0;
   transition: opacity 0.3s linear;
   -webkit-transition: opacity 0.3s linear;
   opacity: 0;
}
.hero-bottom-shape-two {
   position: absolute;
   top: 1px;
   left: 0;
   right: 0;
   bottom: 0;
   width: 100%;
   height: 100%;
   z-index: 2;
}
.effect-1 {
   z-index: 2;
   position: absolute;
   top: -70px;
   left: -70px;
   width: 400px;
   height: 400px;
   opacity: 0.05;
}

.flex-container-row {
   display: flex;
   flex-wrap: wrap;
   min-height: 512px;
}

.button {
   flex-basis: 50%;
}
.hero-slider-content,
.img-wrap {
   position: relative;
   z-index: 2;
   color: white;
   width: 100%;
}
.img-fluid {
   width: 100%;
}
.btn {
   display: inline-block;
   font-weight: 400;
   color: #212529;
   text-align: center;
   vertical-align: middle;
   cursor: pointer;
   background-color: transparent;
   border: 1px solid transparent;
   padding: 0.375rem 0.75rem;
   font-size: 1rem;
   line-height: 1.5;
   border-radius: 0.25rem;
   outline: none;
}
.btn-brand {
   background-color: #efb88f;
   border-color: #fff;
   color: #000;
   background-color: #fc622a;
   border-color: #fff;
   color: #fff;
   border-width: 3px;
   border-radius: 10rem;
   font-size: 1.2rem;
   line-height: 2rem;
}
.icon-size-sm {
   font-size: 24px;
   line-height: 2rem;
}
h1 {
   font-size: 40px;
}
p.lead {
   margin-bottom: 50px;
   font-size: 20px;
}

nav .menu-brand {
   height: 60px;
   padding: 15px 0;
   float: left;
   display: flex;
   align-items: center;
   justify-content: center;
   z-index: 9999;
   position: relative;
}
nav .menu-brand img {
   height: 60px;
   width: auto;
}
nav ul {
   margin: 0;
   display: flex;
   justify-content: flex-end;
   margin-left: 30px;
}
nav ul li a {
   height: 60px;
   line-height: 60px;
   font-size: 16px;
   font-weight: 600;
   letter-spacing: 0.3px;
}

.menu-btn {
   display: none;
   width: 30px;
   height: 30px;
   font-style: normal;
   position: absolute;
   right: 15px;
   top: 50%;
   transform: translateY(-50%);
   font-size: 30px;
   line-height: 30px;
}
@media (max-width: 767.98px) {
   nav .menu-brand {
      float: none;
      justify-content: left;
   }
   .menu-btn {
      display: block;
      z-index: 9999;
   }
   nav ul {
      display: none;
   }
   .top-nav.menu-responsive ul {
      float: none;
      display: block;
      text-align: left;
      position: absolute;
      top: 100%;
      background: #fff;
      left: 0;
      width: 100%;
      margin: 0;
      padding: 10px 0;
      box-shadow: 0px 4px 3px rgba(0, 0, 0, 0.08);
   }
   .top-nav.menu-responsive ul li {
      display: block;
      margin: 0;
   }
   .top-nav.menu-responsive ul li a {
      color: #12304a;
      height: auto;
      line-height: 16px;
      padding: 10px 20px;
      display: block;
   }

   .button {
      flex-basis: 100%;
      text-align: center;
   }
}

main {
   width: 100%;
   position: relative;
}

.d-flex-row {
   display: flex;
   flex-wrap: wrap;
   margin-right: -5px;
   margin-left: -5px;
}
.column-3 {
   position: relative;
   width: 100%;
   padding-right: 5px;
   padding-left: 5px;
}
.gsm-team {
   margin: 0 0 5px;
   position: relative;
   overflow: hidden;
   padding: 0;
   cursor: pointer;
}
.gsm-team img {
   position: relative;
   max-width: 100%;
   height: auto;
   transform: scale(1);
   transition: transform 0.5s;
}
.gsm-team figcaption {
   bottom: 0;
   left: 0;
   z-index: 2;
   width: 100%;
   padding: 10px 15px;
   position: absolute;
   background: rgb(240 152 25 / 0.75);
   font-weight: bold;
   transform: translateX(-100%);
   transition: all 300ms ease-in-out;
   color: #fff;
}
.gsm-team:hover figcaption {
   transform: translateX(0);
   transition: all 0.5s;
}
.gsm-team:hover img {
   transform: scale(1.2);
   transition: transform 0.5s;
}
aside {
   text-align: center;
   background-image: url("./../../img/3.png");
   background-size: cover;
   position: relative;
   overflow: hidden;
   background-position: center center;
   color: #fff;
   padding-top: 30px;
   padding-bottom: 30px;
}
aside:before {
   position: absolute;
   width: 100%;
   left: 0%;
   top: 0;
   height: 100%;
   background-color: rgba(255, 113, 42, 0.88);
   background-color: rgb(40 49 57 / 0.9);
   content: "";
}
aside h3 {
   color: #fff;
   font-size: 20px;
   font-weight: 900;
   line-height: 60px;
   margin: 0px;
   margin-bottom: 20px;
}
aside p {
   font-size: 14px;
   font-weight: bold;
   margin: 0px;
   margin-bottom: 15px;
}
aside img {
   width: 186px;
   padding: 10px;
   background: #fff;
   border-radius: 5px;
}
.column-9 {
   position: relative;
   width: 100%;
   padding-right: 5px;
   padding-left: 5px;
}
@media (min-width: 768px) {
   .column-9 {
      flex: 0 0 75%;
      max-width: 75%;
   }
   .column-3 {
      flex: 0 0 25%;
      max-width: 25%;
   }
   aside:before {
      width: 66.6%;
      left: -4%;
      transform: skew(-15deg);
      -webkit-transform: skew(-15deg);
      -moz-transform: skew(-15deg);
   }
}
h4 {
   font-size: 32px;
   font-weight: bold !important;
   color: #fc622a !important;
}
.mt-3 {
   margin-top: 3rem;
}
.mb-3 {
   margin-bottom: 3rem;
}

/* tabel */
.table {
   font-size: 13px !important;
}
.table > thead > tr > th {
   background-color: #fd7e14 !important;
}
.table > tbody > tr > td,
.table > tbody > tr > th,
.table > tfoot > tr > td,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > thead > tr > th {
   padding: 8px 10px 5px;
   line-height: 1.42857143;
}
div.dataTables_wrapper div.dataTables_length label {
   font-size: 13px;
}
div.dataTables_wrapper div.dataTables_filter label {
   font-size: 13px;
}
div.dataTables_wrapper div.dataTables_info {
   font-size: 13px;
}
.page-item.active .page-link {
   background-color: #fd7e14 !important;
   border-color: #fd7e14 !important;
}
.page-link {
   padding: 3px 10px !important;
}
.form-control-sm {
   font-size: 13px;
}

.table > thead > tr > td > a > .ion,
.table > tbody > tr > td > a > .ion,
.table > tfoot > tr > td > a > .ion {
   font-size: 12px;
   padding: 0;
   line-height: 24px;
   height: 24px;
   width: 28px;
   border-radius: 2px;
   text-align: center;
}
.table > tbody > tr > td > a > i.text-warning {
   background: #ffc107 !important;
   color: #fff !important;
}
.table > tbody > tr > td > a > i.text-danger {
   background: #bd2130 !important;
   color: #fff !important;
}
.table > tbody > tr > td > a > i.text-indigo {
   background: #6610f2 !important;
   color: #fff !important;
}
.table > tbody > tr > td > a > i.text-blue {
   background: #0a239f !important;
   color: #fff !important;
}
.table > tbody > tr > td > a > i.text-navy {
   background: #001f3f !important;
   color: #fff !important;
}
.table > tbody > tr > td > a > i.text-info {
   background: #17a2b8 !important;
   color: #fff !important;
}
.table > tbody > tr > td > a > i.text-green {
   background: #26bb38 !important;
   color: #fff !important;
}
.table > tbody > tr > td > a > i.text-pink {
   background: #f210ac !important;
   color: #fff !important;
}
.select2-container {
   font-size: 12px;
   border: 0px solid #a5aab1;
}
.select2-container--default .select2-selection--single {
   border-radius: 0px !important;
}
