/* ------------------------------------------------------------------------------------------------------------------ *
 * [Functions]
 *
 *   - function rgba-to-rgb
 *   - function pf-brightness
 *   - function pf-foreground-color
 *
 * ------------------------------------------------------------------------------------------------------------------ */
@import url("https://fonts.googleapis.com/css?family=Roboto+Condensed:300,400,700|Roboto:100,300,400,500");
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');

@font-face{  
    font-family: 'BiminiNormal';
    src: url('../fonts/biminr_-webfont.eot');
    src: url('../fonts/biminr_-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/biminr_-webfont.woff') format('woff'),
         url('../fonts/biminr_-webfont.ttf') format('truetype'),
         url('../fonts/biminr_-webfont.svg#BiminiNormal') format('svg');		 		 
}

@font-face {
	font-family: 'et-line';
	src:url('../fonts/et-line.eot');
	src:url('../fonts/et-line.eot?#iefix') format('embedded-opentype'),
		url('../fonts/et-line.woff') format('woff'),
		url('../fonts/et-line.ttf') format('truetype'),
		url('../fonts/et-line.svg#et-line') format('svg');
	font-weight: normal;
	font-style: normal;
}


/* ------------------------------------------------------------------------------------------------------------------ *
 * [General]
 * ------------------------------------------------------------------------------------------------------------------ */
* {
  outline: none !important; }

body {/*padding-left: 50px;*/ -webkit-box-direction: normal; -webkit-box-orient: vertical; flex-direction: column;
  color:#000; font-size: 0.9899rem; line-height: 1.89; font-family: 'Roboto', sans-serif; font-weight: 300; text-shadow: 0 0 1px rgba(0, 0, 0, 0.01);  background:url('../images/bg.jpg') repeat;}

/*--------------------------------------*/  

/*------- Common classes ----*/
.w-12 {
    width: 3rem;
}
.h-12 {
    height: 3rem;
}
/*----- color ----*/
.light-green{background:#ccd0b7;}
.dark-green{background-color: #565a41;}
.light-blue{background:#96c7f5;}
.light-blue .metric{border-color:#0d2747;}
.dark-blue{background:#0d2747;}

.bg-blue-50 {
    --tw-bg-opacity: 1;
    background-color: rgb(239 246 255 / var(--tw-bg-opacity, 1));
}
.bg-blue-60{
  --tw-bg-opacity: 1;
    background-color: rgb(207 225 249 / var(--tw-bg-opacity, 1));
}
.bg-blue-600{
    --tw-bg-opacity: 1;
    background-color: rgb(37 99 235 / var(--tw-bg-opacity, 1));
}
.bg-green-50 {
    --tw-bg-opacity: 1;
    background-color: rgb(240 253 244 / var(--tw-bg-opacity, 1));
}
.bg-green-60 {
  background-color: #ecefde;
}
.bg-purple-50 {
    --tw-bg-opacity: 1;
    background-color: rgb(250 245 255 / var(--tw-bg-opacity, 1));
}

.bg-green-600{
    --tw-bg-opacity: 1;
    background-color: rgb(22 163 74 / var(--tw-bg-opacity, 1));
}
.bg-purple-600{
    --tw-bg-opacity: 1;
    background-color: rgb(147 51 234 / var(--tw-bg-opacity, 1));
}
.bg-body-light-grey{background-color:#f3f3f3;}
.text-yellow-800 {
    background-color: #f5f1d4;
    color:#a89209 ;
    border: 1px solid #ccc169;
}
.pink-text{color:#d81e65;}

/*------- Common classes ----*/

/* Use the following CSS code if you want to use data attributes for inserting your icons */
[data-icon]:before {
	font-family: 'et-line';
	content: attr(data-icon);
	speak: none;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	display:inline-block;
}

/* Use the following CSS code if you want to have a class per icon */
/*
Instead of a list of all class selectors,
you can use the generic selector below, but it's slower:
[class*="icon-"] {
*/
.icon-mobile, .icon-laptop, .icon-desktop, .icon-tablet, .icon-phone, .icon-document, .icon-documents, .icon-search, .icon-clipboard, .icon-newspaper, .icon-notebook, .icon-book-open, .icon-browser, .icon-calendar, .icon-presentation, .icon-picture, .icon-pictures, .icon-video, .icon-camera, .icon-printer, .icon-toolbox, .icon-briefcase, .icon-wallet, .icon-gift, .icon-bargraph, .icon-grid, .icon-expand, .icon-focus, .icon-edit, .icon-adjustments, .icon-ribbon, .icon-hourglass, .icon-lock, .icon-megaphone, .icon-shield, .icon-trophy, .icon-flag, .icon-map, .icon-puzzle, .icon-basket, .icon-envelope, .icon-streetsign, .icon-telescope, .icon-gears, .icon-key, .icon-paperclip, .icon-attachment, .icon-pricetags, .icon-lightbulb, .icon-layers, .icon-pencil, .icon-tools, .icon-tools-2, .icon-scissors, .icon-paintbrush, .icon-magnifying-glass, .icon-circle-compass, .icon-linegraph, .icon-mic, .icon-strategy, .icon-beaker, .icon-caution, .icon-recycle, .icon-anchor, .icon-profile-male, .icon-profile-female, .icon-bike, .icon-wine, .icon-hotairballoon, .icon-globe, .icon-genius, .icon-map-pin, .icon-dial, .icon-chat, .icon-heart, .icon-cloud, .icon-upload, .icon-download, .icon-target, .icon-hazardous, .icon-piechart, .icon-speedometer, .icon-global, .icon-compass, .icon-lifesaver, .icon-clock, .icon-aperture, .icon-quote, .icon-scope, .icon-alarmclock, .icon-refresh, .icon-happy, .icon-sad, .icon-facebook, .icon-twitter, .icon-googleplus, .icon-rss, .icon-tumblr, .icon-linkedin, .icon-dribbble {
	font-family: 'et-line';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	display:inline-block;
}
.icon-mobile:before {
	content: "\e000";
}
.icon-laptop:before {
	content: "\e001";
}
.icon-desktop:before {
	content: "\e002";
}
.icon-tablet:before {
	content: "\e003";
}
.icon-phone:before {
	content: "\e004";
}
.icon-document:before {
	content: "\e005";
}
.icon-documents:before {
	content: "\e006";
}
.icon-search:before {
	content: "\e007";
}
.icon-clipboard:before {
	content: "\e008";
}
.icon-newspaper:before {
	content: "\e009";
}
.icon-notebook:before {
	content: "\e00a";
}
.icon-book-open:before {
	content: "\e00b";
}
.icon-browser:before {
	content: "\e00c";
}
.icon-calendar:before {
	content: "\e00d";
}
.icon-presentation:before {
	content: "\e00e";
}
.icon-picture:before {
	content: "\e00f";
}
.icon-pictures:before {
	content: "\e010";
}
.icon-video:before {
	content: "\e011";
}
.icon-camera:before {
	content: "\e012";
}
.icon-printer:before {
	content: "\e013";
}
.icon-toolbox:before {
	content: "\e014";
}
.icon-briefcase:before {
	content: "\e015";
}
.icon-wallet:before {
	content: "\e016";
}
.icon-gift:before {
	content: "\e017";
}
.icon-bargraph:before {
	content: "\e018";
}
.icon-grid:before {
	content: "\e019";
}
.icon-expand:before {
	content: "\e01a";
}
.icon-focus:before {
	content: "\e01b";
}
.icon-edit:before {
	content: "\e01c";
}
.icon-adjustments:before {
	content: "\e01d";
}
.icon-ribbon:before {
	content: "\e01e";
}
.icon-hourglass:before {
	content: "\e01f";
}
.icon-lock:before {
	content: "\e020";
}
.icon-megaphone:before {
	content: "\e021";
}
.icon-shield:before {
	content: "\e022";
}
.icon-trophy:before {
	content: "\e023";
}
.icon-flag:before {
	content: "\e024";
}
.icon-map:before {
	content: "\e025";
}
.icon-puzzle:before {
	content: "\e026";
}
.icon-basket:before {
	content: "\e027";
}
.icon-envelope:before {
	content: "\e028";
}
.icon-streetsign:before {
	content: "\e029";
}
.icon-telescope:before {
	content: "\e02a";
}
.icon-gears:before {
	content: "\e02b";
}
.icon-key:before {
	content: "\e02c";
}
.icon-paperclip:before {
	content: "\e02d";
}
.icon-attachment:before {
	content: "\e02e";
}
.icon-pricetags:before {
	content: "\e02f";
}
.icon-lightbulb:before {
	content: "\e030";
}
.icon-layers:before {
	content: "\e031";
}
.icon-pencil:before {
	content: "\e032";
}
.icon-tools:before {
	content: "\e033";
}
.icon-tools-2:before {
	content: "\e034";
}
.icon-scissors:before {
	content: "\e035";
}
.icon-paintbrush:before {
	content: "\e036";
}
.icon-magnifying-glass:before {
	content: "\e037";
}
.icon-circle-compass:before {
	content: "\e038";
}
.icon-linegraph:before {
	content: "\e039";
}
.icon-mic:before {
	content: "\e03a";
}
.icon-strategy:before {
	content: "\e03b";
}
.icon-beaker:before {
	content: "\e03c";
}
.icon-caution:before {
	content: "\e03d";
}
.icon-recycle:before {
	content: "\e03e";
}
.icon-anchor:before {
	content: "\e03f";
}
.icon-profile-male:before {
	content: "\e040";
}
.icon-profile-female:before {
	content: "\e041";
}
.icon-bike:before {
	content: "\e042";
}
.icon-wine:before {
	content: "\e043";
}
.icon-hotairballoon:before {
	content: "\e044";
}
.icon-globe:before {
	content: "\e045";
}
.icon-genius:before {
	content: "\e046";
}
.icon-map-pin:before {
	content: "\e047";
}
.icon-dial:before {
	content: "\e048";
}
.icon-chat:before {
	content: "\e049";
}
.icon-heart:before {
	content: "\e04a";
}
.icon-cloud:before {
	content: "\e04b";
}
.icon-upload:before {
	content: "\e04c";
}
.icon-download:before {
	content: "\e04d";
}
.icon-target:before {
	content: "\e04e";
}
.icon-hazardous:before {
	content: "\e04f";
}
.icon-piechart:before {
	content: "\e050";
}
.icon-speedometer:before {
	content: "\e051";
}
.icon-global:before {
	content: "\e052";
}
.icon-compass:before {
	content: "\e053";
}
.icon-lifesaver:before {
	content: "\e054";
}
.icon-clock:before {
	content: "\e055";
}
.icon-aperture:before {
	content: "\e056";
}
.icon-quote:before {
	content: "\e057";
}
.icon-scope:before {
	content: "\e058";
}
.icon-alarmclock:before {
	content: "\e059";
}
.icon-refresh:before {
	content: "\e05a";
}
.icon-happy:before {
	content: "\e05b";
}
.icon-sad:before {
	content: "\e05c";
}
.icon-facebook:before {
	content: "\e05d";
}
.icon-twitter:before {
	content: "\e05e";
}
.icon-googleplus:before {
	content: "\e05f";
}
.icon-rss:before {
	content: "\e060";
}
.icon-tumblr:before {
	content: "\e061";
}
.icon-linkedin:before {
	content: "\e062";
}
.icon-dribbble:before {
	content: "\e063";
}


/* ------------------------------------------------------------------------------------------------------------------ *
 * [Theme helpers]
 * ------------------------------------------------------------------------------------------------------------------ */
 :root, [data-bs-theme=light] {
    --bs-dark-rgb: 00, 00, 00;
}

.fullscreen {
  height: 100vh; }

.w-20 {
  width: 20% !important; }

.icon {font-size: 20px; }

.icon-2x {
  font-size: 1.625rem; }

.icon-3x {
  font-size: 2.4375rem; }

.icon-4x {
  font-size: 3.25rem; }

.icon-5x {
  font-size: 4.0625rem; }

.icon-6x {
  font-size: 4.875rem; }

.no-list { /*.nav-sidebar*/
  list-style: none;
  margin: 0;
  padding: 0; }

.image {
  width: 100%; }
  .image img {
    width: 100%;
    max-width: 100%; }

.ml-auto .dropdown-menu {
  left: auto !important;
  right: 0; 
}

.container-sm {
    --bs-gutter-x: 2.5rem;
}
/*-------------------------*/
.hero-content-wrapper p{font-size:1.231rem; line-height: 1.456; color: #282828;}
/*.hero-content-wrapper p a{color:#d81e65; padding-right:3px; font-style:italic; font-weight:bold; text-decoration:none;}
.hero-content-wrapper p a:hover{text-decoration:underline;}*/

.whitetxt{color:#fff;}

.mobile body {padding-left: 0; }

.h1, h1, .h2, h2, .h3, h3,
.h4, h4, .h5, h5, .h6, h6 {
  display: block;
  line-height: 1.75;
  color: #282828;
/*  font-family: 'Poppins', sans-serif;*/
  font-family: 'Raleway', sans-serif;
  font-weight: 700; }

.h1, h1, .h2, h2, .h3, h3, .h4, h4 {
  line-height: 1.267; }

.h1, h1 {
  font-size: 2.53125rem; }

.h2, h2 {
  font-size: 2.3rem; }

.h3, h3 {
  font-size: 1.721875rem; }

.h4, h4 {
  font-size: 1.221875rem; }

.h5, h5 {
  font-size: 1.015625rem; }

.h6, h6 {
  font-size: 1.095625rem; }

.strong, strong {
  font-weight: 400; }

.strong-2 {
  font-weight: 500; }

.text-muted {
  color:#5f5f5f !important; }

.list_txt{font-weight: 300; font-size: 0.9899rem; line-height: 1.89;}
.list_txt li{margin-bottom: 15px;}
.list_txt_01{font-weight: 300; font-size: 0.9899rem; line-height: 1.3;}
.list_txt_01 li{margin-bottom: 15px;}

.highlight_txt{font-size:0.8455rem; color: #b3b3b3; list-style: none;}

/* .nowrap, .timeline .timeline-item .timeline-item-information, .blog-post .blog-post-header .blog-post-meta .blog-post-date, .aside-navigation {
  -ms-word-wrap: normal;
  word-wrap: normal;
  white-space: nowrap; } */

a {transition: all 0.275s ease-in-out; color:#d81e65;}
a, a:hover, a:focus { text-decoration: none;}
a:hover{color: #650c2e;}

.hlink a:hover{text-decoration:underline; color:#d81e65; }

p a:hover{text-decoration:underline; color:#d81e65; }
a.link {
  position: relative;
  display: inline-block;
  color: #3a4957;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 400;
}

a.link::after {
  content: '';
  position: absolute;
  bottom: 2px;
  left: 0;
  right: 0;
  width: 100%;
  height: 0;
  opacity: .5;
  border-bottom: 1px dotted #3a4957;
}

a.link:hover,
a.link:focus {
  color: #2b3640;
}

a.link:hover::after,
a.link:focus::after {
  border-bottom-style: solid;
}

a.link-underline {
  position: relative;
  display: inline-block;
}

a.link-underline::before {
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  content: '';
  width: 15px;
  height: 1px;
  background-color: rgba(62, 84, 101, 0.5);
  transition: all 0.275s ease-in-out;
}

a.link-underline:hover::before,
a.link-underline:focus::before {
  width: 100%;
  background: #3e5465;
}

a.link-ls {
  letter-spacing: 2px;
  text-transform: lowercase;
  color: #344755;
}

a.link-ls.active {
  color: #3a4957;
}

a.link-ls:hover,
a.link-ls:focus {
  color: #3a4957;
}

.dropdown-menu {
  margin: 0;
  font-size: 0.8125rem;
  border-radius: 0;
  border: 1px solid #f4f4f4;
  box-shadow: 0 9px 8px rgba(0, 0, 0, 0.05); }

.dropdown-item {
  color: #3e5465;
  font-weight: 300; }
  .dropdown-item:hover, .dropdown-item:focus {
    color: #344755; }
  .dropdown-item:active, .dropdown-item.active {
    color: #344755; }

.dropdown-menu-title {
  padding: 0.25rem 1.5rem; }

.dropdown-wide {
  position: static; }

.dropdown-menu-wide {
  width: 100%;
  margin-top: 0;
  text-align: center;
  border-width: 1px 0 1px 0;
}

.dropdown-menu-wide .dropdown-menu-column {
  position: relative;
  display: inline-block;
  vertical-align: top;
  min-width: 220px;
  text-align: left;
}

.dropdown-menu-wide .dropdown-menu-column:not(:last-child) {
  border-right: solid 1px #f4f4f4;
}

.dropdown-menu-wide .dropdown-menu-wide-title {
  display: block;
  padding: 0.25rem 1.5rem;
  margin-bottom: 0.5rem;
  text-transform: uppercase;
  color: #344755;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 400;
  border-bottom: 1px solid #f4f4f4;
}

.dropdown-menu-wide .dropdown-menu-wide-title .icon {
  color: rgba(62, 84, 101, 0.9);
}

.no-caret::after {
  display: none; }

.avatar {
  position: relative;
  overflow: hidden;
  border-radius: 50%; }
  .avatar img {
    width: 100%; }

.list-group-item.media {
  display: flex; }

.list-group.list-group-hover .list-group-item {
  transition: all 0.275s ease-in-out; }
  .list-group.list-group-hover .list-group-item:hover, .list-group.list-group-hover .list-group-item:focus {
    background-color: #efefef; }

.list-group:not(.list-group-colored) .list-group-item {
  border-left-width: 0; }
.list-group.list-group-no-border .list-group-item {
  border-right-width: 0; }
  .list-group.list-group-no-border .list-group-item:first-child {
    border-top-width: 0; }
  .list-group.list-group-no-border .list-group-item:last-child {
    border-bottom-width: 0; }
  .list-group.list-group-no-border .list-group-item, .list-group.list-group-no-border .list-group-item:first-child, .list-group.list-group-no-border .list-group-item:last-child {
    border-radius: 0; }

.text-primary {
  color: #3a4957; }

.text-secondary {
  color: #17a2b8; }

.text-heading {
  color: #344755; }

.form-group {
  position: relative; }

.form-control {
  padding: 0.375rem 0.75rem;
  font-weight: inherit;
  font-size: 0.8125rem;
  line-height: 1.75;
  border-radius: 0.125rem; }

.form-control-lg {
  padding: 0.5rem 1rem;
  font-size: 1.015625rem;
  line-height: 1.2;
  border-radius: 0.185rem; }

.form-control-sm {
  padding: 0.25rem 0.5rem;
  font-size: 0.7109375rem;
  line-height: 1.75;
  border-radius: 0.0625rem; }

.breadcrumb {
  padding: 0;
  border-radius: 0;
  background-color: transparent; }

.pagination .page-link {
  padding-top: 0;
  padding-bottom: 0;
  height: 48px;
  font-size: 28px;
  line-height: 48px;
  color: #3e5465;
  border: none; }
  .pagination .page-link .icon {
    font-size: 48px;
    color: rgba(62, 84, 101, 0.9); }
  .pagination .page-link.disabled {
    color: rgba(62, 84, 101, 0.9); }
  .pagination .page-link:hover, .pagination .page-link:focus {
    background-color: transparent;
    box-shadow: none; }



.block-stats {
  padding-left: 1px;
  padding-right: 1px;
  margin-bottom: 1.421875rem;
}

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

.block-stats .block-stat {
  display: block;
  position: relative;
  float: left;
  width: 33%;
  margin: -1px -1px 0 0;
  padding: 15px 5px;
  text-align: center;
  border: solid 1px #e7e7e7;
}

.block-stats .block-stat .title {
  margin-bottom: 0.7109375rem;
}

.block-stats .block-stat .icon {
  display: block;
  font-size: 28px;
  margin-bottom: 0.7109375rem;
}

.block-stats .block-stat .value {
  display: inline-block;
  padding: .3em .8em;
  color: #fff;
  background: #000;
  border-radius: 0.125rem;
}

/* ------------------------------------------------------------------------------------------------------------------ *
 * [MD Radio]
 * ------------------------------------------------------------------------------------------------------------------ */
.md-radio-inline {
  display: inline-block; }

.md-radio {
  margin-bottom: 0.5rem; }
  .md-radio label {
    display: block;
    cursor: pointer;
    position: relative;
    margin-bottom: 0;
    font-weight: 400; }
    .md-radio label::before, .md-radio label::after {
      display: block;
      content: '';
      position: absolute;
      transition: all 0.275s ease-in-out; }
    .md-radio label::before {
      top: 0;
      left: 0;
      border-radius: 50%;
      border: solid 1px #e7e7e7; }
    .md-radio label::after {
      text-align: center;
      opacity: .0;
      border-radius: 50%;
      background: #e7e7e7; }
  .md-radio input[type="radio"] {
    position: absolute;
    opacity: .0; }
    .md-radio input[type="radio"]:checked + label::after {
      opacity: 1.0; }

.md-radio-color {
  margin-bottom: 0.5rem; }
  .md-radio-color label {
    display: block;
    cursor: pointer;
    position: relative;
    margin-bottom: 0;
    padding-left: 31px;
    height: 24px;
    line-height: 24px;
    font-weight: 500; }
    .md-radio-color label::before, .md-radio-color label::after {
      display: block;
      content: '';
      transition: all 0.275s ease-in-out; }
    .md-radio-color label::before {
      position: absolute;
      top: 0;
      left: 0;
      width: 24px;
      height: 24px;
      background: #fff;
      border-radius: 50%; }
    .md-radio-color label::after {
      position: absolute;
      top: 0;
      left: 0;
      width: 24px;
      height: 24px;
      text-align: center;
      opacity: .0;
      -webkit-mask: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+PHN2ZyAgIHhtbG5zOmRjPSJodHRwOi8vcHVybC5vcmcvZGMvZWxlbWVudHMvMS4xLyIgICB4bWxuczpjYz0iaHR0cDovL2NyZWF0aXZlY29tbW9ucy5vcmcvbnMjIiAgIHhtbG5zOnJkZj0iaHR0cDovL3d3dy53My5vcmcvMTk5OS8wMi8yMi1yZGYtc3ludGF4LW5zIyIgICB4bWxuczpzdmc9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiAgIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgICB4bWxuczpzb2RpcG9kaT0iaHR0cDovL3NvZGlwb2RpLnNvdXJjZWZvcmdlLm5ldC9EVEQvc29kaXBvZGktMC5kdGQiICAgeG1sbnM6aW5rc2NhcGU9Imh0dHA6Ly93d3cuaW5rc2NhcGUub3JnL25hbWVzcGFjZXMvaW5rc2NhcGUiICAgd2lkdGg9IjEyIiAgIGhlaWdodD0iMTAiICAgdmlld0JveD0iMCAwIDEyIDEyIiAgIHZlcnNpb249IjEuMSIgICBpZD0ic3ZnMzgiICAgc29kaXBvZGk6ZG9jbmFtZT0iYmFzZWxpbmUtZG9uZS0xMnB4LnN2ZyIgICBpbmtzY2FwZTp2ZXJzaW9uPSIwLjkyLjEgcjE1MzcxIj4gIDxtZXRhZGF0YSAgICAgaWQ9Im1ldGFkYXRhNDQiPiAgICA8cmRmOlJERj4gICAgICA8Y2M6V29yayAgICAgICAgIHJkZjphYm91dD0iIj4gICAgICAgIDxkYzpmb3JtYXQ+aW1hZ2Uvc3ZnK3htbDwvZGM6Zm9ybWF0PiAgICAgICAgPGRjOnR5cGUgICAgICAgICAgIHJkZjpyZXNvdXJjZT0iaHR0cDovL3B1cmwub3JnL2RjL2RjbWl0eXBlL1N0aWxsSW1hZ2UiIC8+ICAgICAgICA8ZGM6dGl0bGU+PC9kYzp0aXRsZT4gICAgICA8L2NjOldvcms+ICAgIDwvcmRmOlJERj4gIDwvbWV0YWRhdGE+ICA8ZGVmcyAgICAgaWQ9ImRlZnM0MiIgLz4gIDxzb2RpcG9kaTpuYW1lZHZpZXcgICAgIHBhZ2Vjb2xvcj0iI2ZmZmZmZiIgICAgIGJvcmRlcmNvbG9yPSIjNjY2NjY2IiAgICAgYm9yZGVyb3BhY2l0eT0iMSIgICAgIG9iamVjdHRvbGVyYW5jZT0iMTAiICAgICBncmlkdG9sZXJhbmNlPSIxMCIgICAgIGd1aWRldG9sZXJhbmNlPSIxMCIgICAgIGlua3NjYXBlOnBhZ2VvcGFjaXR5PSIwIiAgICAgaW5rc2NhcGU6cGFnZXNoYWRvdz0iMiIgICAgIGlua3NjYXBlOndpbmRvdy13aWR0aD0iMTM2NiIgICAgIGlua3NjYXBlOndpbmRvdy1oZWlnaHQ9IjcxNSIgICAgIGlkPSJuYW1lZHZpZXc0MCIgICAgIHNob3dncmlkPSJmYWxzZSIgICAgIGlua3NjYXBlOnpvb209IjIyLjc1IiAgICAgaW5rc2NhcGU6Y3g9IjEyLjQ4MzUxNiIgICAgIGlua3NjYXBlOmN5PSIxLjQ1MDU0OTUiICAgICBpbmtzY2FwZTp3aW5kb3cteD0iMTkxMiIgICAgIGlua3NjYXBlOndpbmRvdy15PSIxNjQiICAgICBpbmtzY2FwZTp3aW5kb3ctbWF4aW1pemVkPSIxIiAgICAgaW5rc2NhcGU6Y3VycmVudC1sYXllcj0ic3ZnMzgiIC8+ICA8cGF0aCAgICAgZD0iTSAwLDAgSCAyNCBWIDI0IEggMCBaIiAgICAgaWQ9InBhdGgzNCIgICAgIGlua3NjYXBlOmNvbm5lY3Rvci1jdXJ2YXR1cmU9IjAiICAgICBzdHlsZT0iZmlsbDpub25lIiAvPiAgPHBhdGggICAgIGQ9Ik0gMy4zODE4MTgyLDkuNzA5MDg5NCAtMC4wNTQ1NDU0Niw2LjI3MjcyNzIgLTEuMiw3LjQxODE4MTMgMy4zODE4MTgyLDEyIDEzLjIsMi4xODE4MTc4IDEyLjA1NDU0NywxLjAzNjM2MzcgWiIgICAgIGlkPSJwYXRoMzYiICAgICBpbmtzY2FwZTpjb25uZWN0b3ItY3VydmF0dXJlPSIwIiAgICAgc3R5bGU9InN0cm9rZS13aWR0aDowLjgxODE4MTgxIiAvPjwvc3ZnPg==);
      mask: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+PHN2ZyAgIHhtbG5zOmRjPSJodHRwOi8vcHVybC5vcmcvZGMvZWxlbWVudHMvMS4xLyIgICB4bWxuczpjYz0iaHR0cDovL2NyZWF0aXZlY29tbW9ucy5vcmcvbnMjIiAgIHhtbG5zOnJkZj0iaHR0cDovL3d3dy53My5vcmcvMTk5OS8wMi8yMi1yZGYtc3ludGF4LW5zIyIgICB4bWxuczpzdmc9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiAgIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgICB4bWxuczpzb2RpcG9kaT0iaHR0cDovL3NvZGlwb2RpLnNvdXJjZWZvcmdlLm5ldC9EVEQvc29kaXBvZGktMC5kdGQiICAgeG1sbnM6aW5rc2NhcGU9Imh0dHA6Ly93d3cuaW5rc2NhcGUub3JnL25hbWVzcGFjZXMvaW5rc2NhcGUiICAgd2lkdGg9IjEyIiAgIGhlaWdodD0iMTAiICAgdmlld0JveD0iMCAwIDEyIDEyIiAgIHZlcnNpb249IjEuMSIgICBpZD0ic3ZnMzgiICAgc29kaXBvZGk6ZG9jbmFtZT0iYmFzZWxpbmUtZG9uZS0xMnB4LnN2ZyIgICBpbmtzY2FwZTp2ZXJzaW9uPSIwLjkyLjEgcjE1MzcxIj4gIDxtZXRhZGF0YSAgICAgaWQ9Im1ldGFkYXRhNDQiPiAgICA8cmRmOlJERj4gICAgICA8Y2M6V29yayAgICAgICAgIHJkZjphYm91dD0iIj4gICAgICAgIDxkYzpmb3JtYXQ+aW1hZ2Uvc3ZnK3htbDwvZGM6Zm9ybWF0PiAgICAgICAgPGRjOnR5cGUgICAgICAgICAgIHJkZjpyZXNvdXJjZT0iaHR0cDovL3B1cmwub3JnL2RjL2RjbWl0eXBlL1N0aWxsSW1hZ2UiIC8+ICAgICAgICA8ZGM6dGl0bGU+PC9kYzp0aXRsZT4gICAgICA8L2NjOldvcms+ICAgIDwvcmRmOlJERj4gIDwvbWV0YWRhdGE+ICA8ZGVmcyAgICAgaWQ9ImRlZnM0MiIgLz4gIDxzb2RpcG9kaTpuYW1lZHZpZXcgICAgIHBhZ2Vjb2xvcj0iI2ZmZmZmZiIgICAgIGJvcmRlcmNvbG9yPSIjNjY2NjY2IiAgICAgYm9yZGVyb3BhY2l0eT0iMSIgICAgIG9iamVjdHRvbGVyYW5jZT0iMTAiICAgICBncmlkdG9sZXJhbmNlPSIxMCIgICAgIGd1aWRldG9sZXJhbmNlPSIxMCIgICAgIGlua3NjYXBlOnBhZ2VvcGFjaXR5PSIwIiAgICAgaW5rc2NhcGU6cGFnZXNoYWRvdz0iMiIgICAgIGlua3NjYXBlOndpbmRvdy13aWR0aD0iMTM2NiIgICAgIGlua3NjYXBlOndpbmRvdy1oZWlnaHQ9IjcxNSIgICAgIGlkPSJuYW1lZHZpZXc0MCIgICAgIHNob3dncmlkPSJmYWxzZSIgICAgIGlua3NjYXBlOnpvb209IjIyLjc1IiAgICAgaW5rc2NhcGU6Y3g9IjEyLjQ4MzUxNiIgICAgIGlua3NjYXBlOmN5PSIxLjQ1MDU0OTUiICAgICBpbmtzY2FwZTp3aW5kb3cteD0iMTkxMiIgICAgIGlua3NjYXBlOndpbmRvdy15PSIxNjQiICAgICBpbmtzY2FwZTp3aW5kb3ctbWF4aW1pemVkPSIxIiAgICAgaW5rc2NhcGU6Y3VycmVudC1sYXllcj0ic3ZnMzgiIC8+ICA8cGF0aCAgICAgZD0iTSAwLDAgSCAyNCBWIDI0IEggMCBaIiAgICAgaWQ9InBhdGgzNCIgICAgIGlua3NjYXBlOmNvbm5lY3Rvci1jdXJ2YXR1cmU9IjAiICAgICBzdHlsZT0iZmlsbDpub25lIiAvPiAgPHBhdGggICAgIGQ9Ik0gMy4zODE4MTgyLDkuNzA5MDg5NCAtMC4wNTQ1NDU0Niw2LjI3MjcyNzIgLTEuMiw3LjQxODE4MTMgMy4zODE4MTgyLDEyIDEzLjIsMi4xODE4MTc4IDEyLjA1NDU0NywxLjAzNjM2MzcgWiIgICAgIGlkPSJwYXRoMzYiICAgICBpbmtzY2FwZTpjb25uZWN0b3ItY3VydmF0dXJlPSIwIiAgICAgc3R5bGU9InN0cm9rZS13aWR0aDowLjgxODE4MTgxIiAvPjwvc3ZnPg==);
      -webkit-mask-position: center center;
      mask-position: center center;
      -webkit-mask-repeat: no-repeat;
      mask-repeat: no-repeat; }
    .md-radio-color label:hover::after, .md-radio-color label:focus::after {
      opacity: .5; }
  .md-radio-color input[type="radio"] {
    position: absolute;
    opacity: .0; }
    .md-radio-color input[type="radio"]:checked + label::after {
      opacity: 1.0; }

.md-radio label {
  padding-left: 1.625rem;
  height: 1.125rem;
  line-height: 1.125rem; }
  .md-radio label::before {
    width: 1.125rem;
    height: 1.125rem; }
  .md-radio label::after {
    top: 0.309375rem;
    left: 0.309375rem;
    width: 0.50625rem;
    height: 0.50625rem; }

.md-radio-lg label {
  padding-left: 1.90625rem;
  height: 1.40625rem;
  line-height: 1.40625rem; }
  .md-radio-lg label::before {
    width: 1.40625rem;
    height: 1.40625rem; }
  .md-radio-lg label::after {
    top: 0.421875rem;
    left: 0.421875rem;
    width: 0.5625rem;
    height: 0.5625rem; }

.md-radio-sm label {
  padding-left: 1.4rem;
  height: 0.9rem;
  line-height: 0.9rem; }
  .md-radio-sm label::before {
    width: 0.9rem;
    height: 0.9rem; }
  .md-radio-sm label::after {
    top: 0.27rem;
    left: 0.27rem;
    width: 0.36rem;
    height: 0.36rem; }

.md-radio-primary input[type="radio"] + label::after {
  border-color: #2b3640;
  background-color: #2b3640; }
.md-radio-primary input[type="radio"]:checked + label:active::after {
  border-color: #262f38;
  background-color: #262f38; }

.md-radio-color-primary input[type="radio"] + label::before {
  border-color: #3a4957;
  background-color: #3a4957; }
.md-radio-color-primary input[type="radio"] + label::after {
  background-color: #fff; }
.md-radio-color-primary input[type="radio"]:checked + label:hover::before, .md-radio-color-primary input[type="radio"]:checked + label:focus::before {
  border-color: #475a6b;
  background-color: #475a6b; }
.md-radio-color-primary input[type="radio"]:checked + label:active::before {
  border-color: #2d3843;
  background-color: #2d3843; }

.md-radio-secondary input[type="radio"] + label::after {
  border-color: #138496;
  background-color: #138496; }
.md-radio-secondary input[type="radio"]:checked + label:active::after {
  border-color: #117a8b;
  background-color: #117a8b; }

.md-radio-color-secondary input[type="radio"] + label::before {
  border-color: #17a2b8;
  background-color: #17a2b8; }
.md-radio-color-secondary input[type="radio"] + label::after {
  background-color: #fff; }
.md-radio-color-secondary input[type="radio"]:checked + label:hover::before, .md-radio-color-secondary input[type="radio"]:checked + label:focus::before {
  border-color: #1bbcd5;
  background-color: #1bbcd5; }
.md-radio-color-secondary input[type="radio"]:checked + label:active::before {
  border-color: #13889b;
  background-color: #13889b; }

/* ------------------------------------------------------------------------------------------------------------------ *
 * [MD Checkbox]
 * ------------------------------------------------------------------------------------------------------------------ */


/* ------------------------------------------------------------------------------------------------------------------ *
 * [MD Input]
 * ------------------------------------------------------------------------------------------------------------------ */
.md-input {
  position: relative; }

.md-form-control {
  padding-left: 0;
  padding-right: 0;
  background-repeat: no-repeat;
  background-size: 0 2px, 100% 2px;
  background-position: center bottom, center bottom;
  background-image: linear-gradient(#3a4957, #3a4957), linear-gradient(#e7e7e7, #e7e7e7);
  border-width: 0;
  border-radius: 0;
  transition: background 0.275s ease-in-out; }
  .md-form-control, .md-form-control:hover, .md-form-control:focus {
    box-shadow: none;
    border-color: transparent;
    background-color: transparent; }
  .md-form-control:focus {
    background-size: 100% 2px, 100% 1px; }

.md-label {
  position: absolute;
  left: 0;
  cursor: text;
  margin-bottom: 0;
  transition: all 0.275s ease-in-out; }
  .md-label ~ .md-form-control::placeholder {
    opacity: .0; }
  .focus .md-label, .md-completed .md-label {
    top: 0.23515625rem;
    font-size: 85%; }

select.md-form-control:not([multiple]) {
  background-repeat: no-repeat;
  background-size: 0 2px, 100% 1px, 8px 10px;
  background-position: center bottom, center bottom, right .25rem center;
  background-image: linear-gradient(#17a2b8, #17a2b8), linear-gradient(#e7e7e7, #e7e7e7), url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E");
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }
  select.md-form-control:not([multiple]):focus {
    background-size: 100% 2px, 100% 1px, 8px 10px; }

.md-form-control.form-control {
  padding-top: 0.4375rem;
  padding-bottom: 0.4375rem; }

.md-label {
  top: 2.33359375rem;
  font-size: 0.8125rem; }
  .md-label ~ .md-form-control.form-control {
    padding-top: 2.33359375rem; }

.md-form-control.form-control-lg {
  padding-top: 0.5625rem;
  padding-bottom: 0.5625rem; }

.md-label-lg {
  top: 2.45859375rem;
  font-size: 1.015625rem; }
  .md-label-lg ~ .md-form-control.form-control-lg {
    padding-top: 2.45859375rem; }

.md-form-control.form-control-sm {
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem; }

.md-label-sm {
  top: 2.20859375rem;
  font-size: 0.7109375rem; }
  .md-label-sm ~ .md-form-control.form-control-sm {
    padding-top: 2.20859375rem; }

/* ------------------------------------------------------------------------------------------------------------------ *
 * [Badges]
 * ------------------------------------------------------------------------------------------------------------------ */

/* ------------------------------------------------------------------------------------------------------------------ *
 * [Buttons]
 * ------------------------------------------------------------------------------------------------------------------ */
.btn {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  transition: all 0.275s ease-in-out; }
  .btn, .btn:hover, .btn:focus {
    box-shadow: none !important; }

.btn {
  padding: 0.375rem 0.75rem;
  font-size: 0.8125rem;
  line-height: 1.75;
  border-radius: 0.125rem; }
  .btn.btn-square, .btn.btn-circle {
    width: 2.296875rem;
    height: 2.296875rem; }

.btn-lg {
  padding: 0.5rem 1rem;
  font-size: 1.015625rem;
  line-height: 1.2;
  border-radius: 0.185rem; }
  .btn-lg.btn-square, .btn-lg.btn-circle {
    width: 2.34375rem;
    height: 2.34375rem; }

.btn-sm {
  padding: 0.25rem 0.5rem;
  font-size: 0.7109375rem;
  line-height: 1.75;
  border-radius: 0.0625rem; }
  .btn-sm.btn-square, .btn-sm.btn-circle {
    width: 1.869140625rem;
    height: 1.869140625rem; }

.btn-rounded {
  border-radius: 5rem; }

.btn-strong {
  font-weight: 500; }

.btn-underline:hover, .btn-underline.hover, .btn-underline:focus, .btn-underline.focus {
  text-decoration: underline; }

.btn-square, .btn-circle {
  padding: 0 !important; }

.btn-circle {
  border-radius: 50%; }
  .btn-circle:not([class*='btn-outline-']) {
    border: none; }

.btn-primary {
  color: #fff;
  border-color: #000;
  background-color: #000; }
  .btn-primary:hover, .btn-primary.hover {
    color: #fff;
    border-color: #2b3640;
    background-color: #2b3640; }
  .btn-primary:focus, .btn-primary.focus {
    color: #fff;
    border-color: #2b3640;
    background-color: #2b3640; }
  .btn-primary.disabled, .btn-primary:disabled {
    color: #fff;
    border-color: #3a4957;
    background-color: #3a4957; }
  .btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
    color: #fff;
    border-color: #262f38;
    background-color: #262f38; }

.btn-outline-primary {
  color: #3a4957;
  background: none transparent;
  border-color: #3a4957; }
  .btn-outline-primary:hover, .btn-outline-primary.hover {
    color: #fff;
    border-color: #2b3640;
    background-color: #2b3640; }
  .btn-outline-primary:focus, .btn-outline-primary.focus {
    color: #fff;
    border-color: #2b3640;
    background-color: #2b3640; }
  .btn-outline-primary.disabled, .btn-outline-primary:disabled {
    color: #fff;
    border-color: #3a4957;
    background-color: #3a4957; }
  .btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active, .show > .btn-outline-primary.dropdown-toggle {
    color: #fff;
    border-color: #262f38;
    background-color: #262f38; }

.btn-light-primary {
  color: #3a4957;
  background: #efefef;
  border-color: #efefef; }
  .btn-light-primary:hover, .btn-light-primary.hover {
    color: #2b3640;
    background: none transparent;
    border-color: transparent; }
  .btn-light-primary:focus, .btn-light-primary.focus {
    color: #2b3640;
    background: none transparent;
    border-color: transparent; }
  .btn-light-primary.disabled, .btn-light-primary:disabled {
    color: #3a4957;
    background: none transparent;
    border-color: transparent; }
  .btn-light-primary:not(:disabled):not(.disabled):active, .btn-light-primary:not(:disabled):not(.disabled).active, .show > .btn-light-primary.dropdown-toggle {
    color: #262f38;
    background: none transparent;
    border-color: transparent; }

.btn-text-primary {
  color: #3a4957;
  background: none transparent;
  border-color: transparent; }
  .btn-text-primary:hover, .btn-text-primary.hover {
    color: #2b3640;
    background: none transparent;
    border-color: transparent; }
  .btn-text-primary:focus, .btn-text-primary.focus {
    color: #2b3640;
    background: none transparent;
    border-color: transparent; }
  .btn-text-primary.disabled, .btn-text-primary:disabled {
    color: #3a4957;
    background: none transparent;
    border-color: transparent; }
  .btn-text-primary:not(:disabled):not(.disabled):active, .btn-text-primary:not(:disabled):not(.disabled).active, .show > .btn-text-primary.dropdown-toggle {
    color: #262f38;
    background: none transparent;
    border-color: transparent; }

.btn-text-alt-primary {
  color: #3a4957;
  background: none transparent;
  border-color: transparent; }
  .btn-text-alt-primary:hover, .btn-text-alt-primary.hover {
    color: #fff;
    border-color: #2b3640;
    background-color: #2b3640; }
  .btn-text-alt-primary:focus, .btn-text-alt-primary.focus {
    color: #fff;
    border-color: #2b3640;
    background-color: #2b3640; }
  .btn-text-alt-primary.disabled, .btn-text-alt-primary:disabled {
    color: #fff;
    border-color: #3a4957;
    background-color: #3a4957; }
  .btn-text-alt-primary:not(:disabled):not(.disabled):active, .btn-text-alt-primary:not(:disabled):not(.disabled).active, .show > .btn-text-alt-primary.dropdown-toggle {
    color: #fff;
    border-color: #262f38;
    background-color: #262f38; }

.btn-secondary {
  color: #fff;
  border-color:#d81e65;
  background-color: #d81e65; }
  .btn-secondary:hover, .btn-secondary.hover {
    color: #fff;
    border-color: #aa445b;
    background-color: #aa445b; }
  .btn-secondary:focus, .btn-secondary.focus {
    color: #fff;
    border-color: #aa445b;
    background-color: #aa445b; }
  .btn-secondary.disabled, .btn-secondary:disabled {
    color: #fff;
    border-color: #17a2b8;
    background-color: #17a2b8; }
  .btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active, .show > .btn-secondary.dropdown-toggle {
    color: #fff;
    border-color: #117a8b;
    background-color: #117a8b; }

.btn-outline-secondary {
  color: #d81e65;
  background: none transparent;
  border-color: #d81e65; }
  .btn-outline-secondary:hover, .btn-outline-secondary.hover {
    color: #fff;
    border-color: #d81e65;
    background-color: #d81e65; }
  .btn-outline-secondary:focus, .btn-outline-secondary.focus {
    color: #fff;
    border-color: #138496;
    background-color: #138496; }
  .btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
    color: #fff;
    border-color: #17a2b8;
    background-color: #17a2b8; }
  .btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active, .show > .btn-outline-secondary.dropdown-toggle {
    color: #fff;
    border-color: #117a8b;
    background-color: #117a8b; }

.btn-light-secondary {
  color: #17a2b8;
  background: #efefef;
  border-color: #efefef; }
  .btn-light-secondary:hover, .btn-light-secondary.hover {
    color: #138496;
    background: none transparent;
    border-color: transparent; }
  .btn-light-secondary:focus, .btn-light-secondary.focus {
    color: #138496;
    background: none transparent;
    border-color: transparent; }
  .btn-light-secondary.disabled, .btn-light-secondary:disabled {
    color: #17a2b8;
    background: none transparent;
    border-color: transparent; }
  .btn-light-secondary:not(:disabled):not(.disabled):active, .btn-light-secondary:not(:disabled):not(.disabled).active, .show > .btn-light-secondary.dropdown-toggle {
    color: #117a8b;
    background: none transparent;
    border-color: transparent; }

.btn-text-secondary {
  color: #17a2b8;
  background: none transparent;
  border-color: transparent; }
  .btn-text-secondary:hover, .btn-text-secondary.hover {
    color: #138496;
    background: none transparent;
    border-color: transparent; }
  .btn-text-secondary:focus, .btn-text-secondary.focus {
    color: #138496;
    background: none transparent;
    border-color: transparent; }
  .btn-text-secondary.disabled, .btn-text-secondary:disabled {
    color: #17a2b8;
    background: none transparent;
    border-color: transparent; }
  .btn-text-secondary:not(:disabled):not(.disabled):active, .btn-text-secondary:not(:disabled):not(.disabled).active, .show > .btn-text-secondary.dropdown-toggle {
    color: #117a8b;
    background: none transparent;
    border-color: transparent; }

.btn-text-alt-secondary {
  color: #17a2b8;
  background: none transparent;
  border-color: transparent; }
  .btn-text-alt-secondary:hover, .btn-text-alt-secondary.hover {
    color: #fff;
    border-color: #138496;
    background-color: #138496; }
  .btn-text-alt-secondary:focus, .btn-text-alt-secondary.focus {
    color: #fff;
    border-color: #138496;
    background-color: #138496; }
  .btn-text-alt-secondary.disabled, .btn-text-alt-secondary:disabled {
    color: #fff;
    border-color: #17a2b8;
    background-color: #17a2b8; }
  .btn-text-alt-secondary:not(:disabled):not(.disabled):active, .btn-text-alt-secondary:not(:disabled):not(.disabled).active, .show > .btn-text-alt-secondary.dropdown-toggle {
    color: #fff;
    border-color: #117a8b;
    background-color: #117a8b; }

/* ------------------------------------------------------------------------------------------------------------------ *
 *
 * ------------------------------------------------------------------------------------------------------------------ */
.pagination-alt .page-link {
  margin-left: .25rem;
  border-radius: .25rem;
  border-color: transparent !important; }

.pagination-rounded .page-link {
  border-radius: 50%;
  border-color: transparent !important; }

/* ------------------------------------------------------------------------------------------------------------------ *
 *
 * ------------------------------------------------------------------------------------------------------------------ */
/* .progress {
  position: relative;
  border-radius: 0; }

.progress-animated .progress-bar {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  will-change: left, right;
  animation: 3.3s animationProgressBar infinite; }

.progress-colored .progress-bar {
  transition: all 0.275s ease-in-out;
  animation: 7s animationProgressBarColored infinite; }

.progress-animated.progress-colored .progress-bar {
  transition: all 0.275s ease-in-out;
  animation: 7s animationProgressBarColored infinite, 3.3s animationProgressBar infinite; }

@keyframes animationProgressBar {
  0% {
    left: -30%;
    right: 100%; }
  20% {
    transform: scaleX(1.7); }
  50% {
    transform: scaleX(0.9); }
  70% {
    left: 100%;
    right: -70%; }
  100% {
    left: 100%;
    right: -70%; } }
@keyframes animationProgressBarColored {
  0% {
    background-color: #3a4957; }
  14% {
    background-color: #17a2b8; }
  28% {
    background-color: #28a745; }
  42% {
    background-color: #007bff; }
  56% {
    background-color: #fd7e14; }
  70% {
    background-color: #e83e8c; }
  84% {
    background-color: #17a2b8; }
  100% {
    background-color: #000; } } */
/* ------------------------------------------------------------------------------------------------------------------ *
 * [Fixed Button]
 * ------------------------------------------------------------------------------------------------------------------ */
.btn-fixed {
  position: fixed;
  bottom: 30px;
  right: 30px;
  color: #fff; }
  .btn-fixed .icon {
    position: relative;
    z-index: 1;
    display: block;
    width: 48px;
    height: 48px;
    font-size: 16px;
    line-height: 48px;
    text-align: center;
    border-radius: 50%;
    background-color: #3a4957;
    transition: all 0.275s ease-in-out; }
  .btn-fixed span {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 0;
    height: 48px;
    line-height: 48px;
    padding: 0 63px 0 15px;
    border-radius: 25px;
    background-color: #2b3640;
    opacity: .0;
    transition: all 0.275s ease-in-out;
    transform: scaleX(0.5) translateX(-15px);
    transform-origin: right bottom; }
  .btn-fixed:hover, .btn-fixed:focus {
    color: #fff; }
    .btn-fixed:hover .icon, .btn-fixed:focus .icon {
      background-color: #2b3640; }
    .btn-fixed:hover span, .btn-fixed:focus span {
      opacity: 1.0;
      transform: none; }
  .btn-fixed:active {
    color: #fff; }
    .btn-fixed:active .icon {
      background-color: #262f38; }

/* ------------------------------------------------------------------------------------------------------------------ *
 *
 * [Widgets]
 *
 *   + .widget
 *
 * ------------------------------------------------------------------------------------------------------------------ */
.widget {
  margin-bottom: 1.421875rem; }
  .widget .widget-heading {
    padding-top: 15px;
    padding-bottom: 15px; }

.card {
  border: none;
  border-radius: 0;
}

.card-img {
  border-radius: .3rem; 
  -webkit-box-shadow: -3px 3px 11px 0px rgba(0, 0, 0, 0.065); 
  box-shadow: -3px 3px 11px 0px rgba(0, 0, 0, 0.065);
  border: 1px solid #e6e6e6;
}



/* .card-img-top {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.card-img-bottom {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; } */

/* ------------------------------------------------------------------------------------------------------------------ *
 * [Theme Icons]
 * ------------------------------------------------------------------------------------------------------------------ */
.icon-theme {
  display: inline-block;
  width: 1.921875rem;
  height: 1.921875rem;
  font-size: 14px;
  line-height: 1.921875rem;
  text-align: center;
  transition: all 0.275s ease-in-out;
  border-radius: 0.125rem; }
  .icon-theme.icon-theme-lg { width: 1.84375rem; height: 1.84375rem; line-height: 1.84375rem; display: flex; align-items: center; justify-content: center; }
  .icon-theme.icon-theme-sm {
    width: 1.619140625rem;
    height: 1.619140625rem;
    line-height: 1.619140625rem; }
  .icon-theme.icon-circle {
    border-radius: 50%; }
  .icon-theme.icon-outline {
    color: #344755;
    background-color: transparent;
    border: solid 1px #344755; }

.icon-theme-facebook {
  color: #fff;
  background-color: #3b5998; }

a.icon-theme-facebook:hover,
button.icon-theme-facebook:hover,
.btn.icon-theme-facebook:hover {
  color: #fff;
  border-color: #30497c;
  background-color: #30497c; }
a.icon-theme-facebook:focus,
button.icon-theme-facebook:focus,
.btn.icon-theme-facebook:focus {
  color: #fff;
  border-color: #30497c;
  background-color: #30497c; }
a.icon-theme-facebook:active,
button.icon-theme-facebook:active,
.btn.icon-theme-facebook:active {
  color: #fff;
  border-color: #2d4373;
  background-color: #2d4373; }

.icon-theme-twitter {
  color: #000;
  background-color: #00aced; }

a.icon-theme-twitter:hover,
button.icon-theme-twitter:hover,
.btn.icon-theme-twitter:hover {
  color: #fff;
  border-color: #0090c7;
  background-color: #0090c7; }
a.icon-theme-twitter:focus,
button.icon-theme-twitter:focus,
.btn.icon-theme-twitter:focus {
  color: #fff;
  border-color: #0090c7;
  background-color: #0090c7; }
a.icon-theme-twitter:active,
button.icon-theme-twitter:active,
.btn.icon-theme-twitter:active {
  color: #fff;
  border-color: #0087ba;
  background-color: #0087ba; }

.icon-theme-linkedin {
  color: #fff;
  background-color: #007bb6; 
  display: inline-flex;
  align-items: center;
}

a.icon-theme-linkedin:hover,
button.icon-theme-linkedin:hover,
.btn.icon-theme-linkedin:hover {
  color: #fff;
  border-color: #006190;
  background-color: #006190; }
a.icon-theme-linkedin:focus,
button.icon-theme-linkedin:focus,
.btn.icon-theme-linkedin:focus {
  color: #fff;
  border-color: #006190;
  background-color: #006190; }
a.icon-theme-linkedin:active,
button.icon-theme-linkedin:active,
.btn.icon-theme-linkedin:active {
  color: #fff;
  border-color: #005983;
  background-color: #005983; }

.icon-theme-skype {
  color: #000;
  background-color: #00aff0; }

a.icon-theme-skype:hover,
button.icon-theme-skype:hover,
.btn.icon-theme-skype:hover {
  color: #fff;
  border-color: #0093ca;
  background-color: #0093ca; }
a.icon-theme-skype:focus,
button.icon-theme-skype:focus,
.btn.icon-theme-skype:focus {
  color: #fff;
  border-color: #0093ca;
  background-color: #0093ca; }
a.icon-theme-skype:active,
button.icon-theme-skype:active,
.btn.icon-theme-skype:active {
  color: #fff;
  border-color: #008abd;
  background-color: #008abd; }

.icon-theme-googleplus {
  color: #fff;
  background-color: #dd4b39; }

a.icon-theme-googleplus:hover,
button.icon-theme-googleplus:hover,
.btn.icon-theme-googleplus:hover {
  color: #fff;
  border-color: #cd3623;
  background-color: #cd3623; }
a.icon-theme-googleplus:focus,
button.icon-theme-googleplus:focus,
.btn.icon-theme-googleplus:focus {
  color: #fff;
  border-color: #cd3623;
  background-color: #cd3623; }
a.icon-theme-googleplus:active,
button.icon-theme-googleplus:active,
.btn.icon-theme-googleplus:active {
  color: #fff;
  border-color: #c23321;
  background-color: #c23321; }

.icon-theme-pinterest {
  color: #fff;
  background-color: #cb2027; }

a.icon-theme-pinterest:hover,
button.icon-theme-pinterest:hover,
.btn.icon-theme-pinterest:hover {
  color: #fff;
  border-color: #aa1b21;
  background-color: #aa1b21; }
a.icon-theme-pinterest:focus,
button.icon-theme-pinterest:focus,
.btn.icon-theme-pinterest:focus {
  color: #fff;
  border-color: #aa1b21;
  background-color: #aa1b21; }
a.icon-theme-pinterest:active,
button.icon-theme-pinterest:active,
.btn.icon-theme-pinterest:active {
  color: #fff;
  border-color: #9f191f;
  background-color: #9f191f; }

.icon-theme-youtube {
  color: #fff;
  background-color: #bb0000; }

a.icon-theme-youtube:hover,
button.icon-theme-youtube:hover,
.btn.icon-theme-youtube:hover {
  color: #fff;
  border-color: #950000;
  background-color: #950000; }
a.icon-theme-youtube:focus,
button.icon-theme-youtube:focus,
.btn.icon-theme-youtube:focus {
  color: #fff;
  border-color: #950000;
  background-color: #950000; }
a.icon-theme-youtube:active,
button.icon-theme-youtube:active,
.btn.icon-theme-youtube:active {
  color: #fff;
  border-color: #880000;
  background-color: #880000; }

.icon-theme-vine {
  color: #fff;
  background-color: #00b488; }

a.icon-theme-vine:hover,
button.icon-theme-vine:hover,
.btn.icon-theme-vine:hover {
  color: #fff;
  border-color: #008e6b;
  background-color: #008e6b; }
a.icon-theme-vine:focus,
button.icon-theme-vine:focus,
.btn.icon-theme-vine:focus {
  color: #fff;
  border-color: #008e6b;
  background-color: #008e6b; }
a.icon-theme-vine:active,
button.icon-theme-vine:active,
.btn.icon-theme-vine:active {
  color: #fff;
  border-color: #008161;
  background-color: #008161; }

.icon-theme-dribble {
  color: #000;
  background-color: #ea4c89; }

a.icon-theme-dribble:hover,
button.icon-theme-dribble:hover,
.btn.icon-theme-dribble:hover {
  color: #fff;
  border-color: #e62a72;
  background-color: #e62a72; }
a.icon-theme-dribble:focus,
button.icon-theme-dribble:focus,
.btn.icon-theme-dribble:focus {
  color: #fff;
  border-color: #e62a72;
  background-color: #e62a72; }
a.icon-theme-dribble:active,
button.icon-theme-dribble:active,
.btn.icon-theme-dribble:active {
  color: #fff;
  border-color: #e51e6b;
  background-color: #e51e6b; }

.icon-theme-flickr {
  color: #fff;
  background-color: #ff0084; }

a.icon-theme-flickr:hover,
button.icon-theme-flickr:hover,
.btn.icon-theme-flickr:hover {
  color: #fff;
  border-color: #d90070;
  background-color: #d90070; }
a.icon-theme-flickr:focus,
button.icon-theme-flickr:focus,
.btn.icon-theme-flickr:focus {
  color: #fff;
  border-color: #d90070;
  background-color: #d90070; }
a.icon-theme-flickr:active,
button.icon-theme-flickr:active,
.btn.icon-theme-flickr:active {
  color: #fff;
  border-color: #cc006a;
  background-color: #cc006a; }

.icon-theme-behance {
  color: #fff;
  background-color: #1769ff; }

a.icon-theme-behance:hover,
button.icon-theme-behance:hover,
.btn.icon-theme-behance:hover {
  color: #fff;
  border-color: #0055f0;
  background-color: #0055f0; }
a.icon-theme-behance:focus,
button.icon-theme-behance:focus,
.btn.icon-theme-behance:focus {
  color: #fff;
  border-color: #0055f0;
  background-color: #0055f0; }
a.icon-theme-behance:active,
button.icon-theme-behance:active,
.btn.icon-theme-behance:active {
  color: #fff;
  border-color: #0050e3;
  background-color: #0050e3; }

.icon-theme-vimeo {
  color: #000;
  background-color: #1ab7ea; }

a.icon-theme-vimeo:hover,
button.icon-theme-vimeo:hover,
.btn.icon-theme-vimeo:hover {
  color: #fff;
  border-color: #139ecb;
  background-color: #139ecb; }
a.icon-theme-vimeo:focus,
button.icon-theme-vimeo:focus,
.btn.icon-theme-vimeo:focus {
  color: #fff;
  border-color: #139ecb;
  background-color: #139ecb; }
a.icon-theme-vimeo:active,
button.icon-theme-vimeo:active,
.btn.icon-theme-vimeo:active {
  color: #fff;
  border-color: #1295bf;
  background-color: #1295bf; }

.icon-theme-tumblr {
  color: #fff;
  background-color: #32506d; }

a.icon-theme-tumblr:hover,
button.icon-theme-tumblr:hover,
.btn.icon-theme-tumblr:hover {
  color: #fff;
  border-color: #263d53;
  background-color: #263d53; }
a.icon-theme-tumblr:focus,
button.icon-theme-tumblr:focus,
.btn.icon-theme-tumblr:focus {
  color: #fff;
  border-color: #263d53;
  background-color: #263d53; }
a.icon-theme-tumblr:active,
button.icon-theme-tumblr:active,
.btn.icon-theme-tumblr:active {
  color: #fff;
  border-color: #22364a;
  background-color: #22364a; }

.icon-theme-instagram {
  color: #fff;
  background-color: #bc2a8d; }

a.icon-theme-instagram:hover,
button.icon-theme-instagram:hover,
.btn.icon-theme-instagram:hover {
  color: #fff;
  border-color: #9d2376;
  background-color: #9d2376; }
a.icon-theme-instagram:focus,
button.icon-theme-instagram:focus,
.btn.icon-theme-instagram:focus {
  color: #fff;
  border-color: #9d2376;
  background-color: #9d2376; }
a.icon-theme-instagram:active,
button.icon-theme-instagram:active,
.btn.icon-theme-instagram:active {
  color: #fff;
  border-color: #92216e;
  background-color: #92216e; }

.icon-theme-vk {
  color: #fff;
  background-color: #45668e; }

a.icon-theme-vk:hover,
button.icon-theme-vk:hover,
.btn.icon-theme-vk:hover {
  color: #fff;
  border-color: #385474;
  background-color: #385474; }
a.icon-theme-vk:focus,
button.icon-theme-vk:focus,
.btn.icon-theme-vk:focus {
  color: #fff;
  border-color: #385474;
  background-color: #385474; }
a.icon-theme-vk:active,
button.icon-theme-vk:active,
.btn.icon-theme-vk:active {
  color: #fff;
  border-color: #344d6c;
  background-color: #344d6c; }

.icon-theme-wordpress {
  color: #fff;
  background-color: #21759b; }

a.icon-theme-wordpress:hover,
button.icon-theme-wordpress:hover,
.btn.icon-theme-wordpress:hover {
  color: #fff;
  border-color: #1a5d7b;
  background-color: #1a5d7b; }
a.icon-theme-wordpress:focus,
button.icon-theme-wordpress:focus,
.btn.icon-theme-wordpress:focus {
  color: #fff;
  border-color: #1a5d7b;
  background-color: #1a5d7b; }
a.icon-theme-wordpress:active,
button.icon-theme-wordpress:active,
.btn.icon-theme-wordpress:active {
  color: #fff;
  border-color: #185571;
  background-color: #185571; }

.icon-theme-yahoo {
  color: #fff;
  background-color: #7B0099; }

a.icon-theme-yahoo:hover,
button.icon-theme-yahoo:hover,
.btn.icon-theme-yahoo:hover {
  color: #fff;
  border-color: #5c0073;
  background-color: #5c0073; }
a.icon-theme-yahoo:focus,
button.icon-theme-yahoo:focus,
.btn.icon-theme-yahoo:focus {
  color: #fff;
  border-color: #5c0073;
  background-color: #5c0073; }
a.icon-theme-yahoo:active,
button.icon-theme-yahoo:active,
.btn.icon-theme-yahoo:active {
  color: #fff;
  border-color: #520066;
  background-color: #520066; }

.icon-theme-blogger {
  color: #000;
  background-color: #fb8f3d; }

a.icon-theme-blogger:hover,
button.icon-theme-blogger:hover,
.btn.icon-theme-blogger:hover {
  color: #000;
  border-color: #fa7918;
  background-color: #fa7918; }
a.icon-theme-blogger:focus,
button.icon-theme-blogger:focus,
.btn.icon-theme-blogger:focus {
  color: #000;
  border-color: #fa7918;
  background-color: #fa7918; }
a.icon-theme-blogger:active,
button.icon-theme-blogger:active,
.btn.icon-theme-blogger:active {
  color: #000;
  border-color: #fa720b;
  background-color: #fa720b; }

.icon-theme-soundcloud {
  color: #fff;
  background-color: #ff3a00; }

a.icon-theme-soundcloud:hover,
button.icon-theme-soundcloud:hover,
.btn.icon-theme-soundcloud:hover {
  color: #fff;
  border-color: #d93100;
  background-color: #d93100; }
a.icon-theme-soundcloud:focus,
button.icon-theme-soundcloud:focus,
.btn.icon-theme-soundcloud:focus {
  color: #fff;
  border-color: #d93100;
  background-color: #d93100; }
a.icon-theme-soundcloud:active,
button.icon-theme-soundcloud:active,
.btn.icon-theme-soundcloud:active {
  color: #fff;
  border-color: #cc2e00;
  background-color: #cc2e00; }

.icon-theme-primary {
  color: #fff;
  background-color: #3a4957; }

a.icon-theme-primary:hover,
button.icon-theme-primary:hover,
.btn.icon-theme-primary:hover {
  color: #fff;
  border-color: #2b3640;
  background-color: #2b3640; }
a.icon-theme-primary:focus,
button.icon-theme-primary:focus,
.btn.icon-theme-primary:focus {
  color: #fff;
  border-color: #2b3640;
  background-color: #2b3640; }
a.icon-theme-primary:active,
button.icon-theme-primary:active,
.btn.icon-theme-primary:active {
  color: #fff;
  border-color: #262f38;
  background-color: #262f38; }

.icon-theme-secondary {
  color: #fff;
  background-color: #17a2b8; }

a.icon-theme-secondary:hover,
button.icon-theme-secondary:hover,
.btn.icon-theme-secondary:hover {
  color: #fff;
  border-color: #138496;
  background-color: #138496; }
a.icon-theme-secondary:focus,
button.icon-theme-secondary:focus,
.btn.icon-theme-secondary:focus {
  color: #fff;
  border-color: #138496;
  background-color: #138496; }
a.icon-theme-secondary:active,
button.icon-theme-secondary:active,
.btn.icon-theme-secondary:active {
  color: #fff;
  border-color: #117a8b;
  background-color: #117a8b; }

.page-progress {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9;
  background: #efefef; }
  .page-progress .page-progress-bar {
    width: 0;
    height: 3px;
    background: #3a4957;
    transition: width .1s linear; }

.bg-primary {
  background-color: #3a4957 !important; }

a.bg-primary:hover,
button.bg-primary:hover {
  background-color: #2b3640 !important; }
a.bg-primary:focus,
button.bg-primary:focus {
  background-color: #2b3640 !important; }

.bg-secondary {
  background-color: #17a2b8 !important; }

a.bg-secondary:hover,
button.bg-secondary:hover {
  background-color: #138496 !important; }
a.bg-secondary:focus,
button.bg-secondary:focus {
  background-color: #138496 !important; }

/* ------------------------------------------------------------------------------------------------------------------ *
 *
 * [Widgets]
 *
 *   + .widget
 *
 * ------------------------------------------------------------------------------------------------------------------ */
.icon-box {
  display: block;
  text-align: center; }
  .icon-box .icon {
    font-size: 4rem;
    margin-bottom: 1rem; }
  .icon-box .icon-box-title {
    margin-bottom: 0; }
  .icon-box .icon-box-text {
    margin-bottom: 0;
    color: rgba(0, 0, 0, 0.9); }

.icon-box-alt {
  margin-bottom: 1.421875rem; }
  .icon-box-alt .icon {
    width: 3rem;
    margin-right: 15px;
    font-size: 2rem;
    line-height: 3rem;
    text-align: center; }

.price-box {
  position: relative;
  text-align: center; }
  .price-box .price-box-price {
    display: block;
    width: 72px;
    height: 72px;
    margin-bottom: 1.421875rem;
    margin-left: auto;
    margin-right: auto;
    font-size: 20px;
    line-height: 72px;
    border: solid 1px rgba(62, 84, 101, 0.9);
    border-radius: 50%; }
  .price-box .price-box-features {
    margin-bottom: 1.421875rem; }
    .price-box .price-box-features .price-box-feature {
      color: rgba(62, 84, 101, 0.9); }
  .price-box .price-box-featured {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 20px;
    color: rgba(62, 84, 101, 0.4);
    transform: rotate(-45deg); }

/* ------------------------------------------------------------------------------------------------------------------ *
 *
 * [Widgets]
 *
 *   + .widget
 *
 * ------------------------------------------------------------------------------------------------------------------ */
.gallery-navigation {display: block; text-align: center; }
.gallery-navigation a {display: inline-block; margin-bottom: 2.1328125rem; }

/* ------------------------------------------------------------------------------------------------------------------ *
 * [Gallery Image]
 * ------------------------------------------------------------------------------------------------------------------ */
.gallery-item {display: block; position: relative; }
.gallery-item .gallery-heading {position: relative; display: block; width: 100%; max-width: 100%; margin-bottom: 0.7109375rem; overflow: hidden; }
.gallery-item .gallery-heading img {width: 100%; max-width: 100%; transition: transform 2.5s linear; }
.gallery-item .gallery-heading::after {position: absolute; top: 0; left: 0; right: 0; bottom: 0; z-index: 1; content: '';
opacity: .0; background-color: rgba(0, 0, 0, 0.3); transition: all 0.275s ease-in-out; }
.gallery-item .gallery-heading .gallery-buttons {position: absolute; top: 0; left: 15px; z-index: 2; }
.gallery-item .gallery-heading .gallery-buttons .gallery-button {display: block; opacity: .0; transition: all 0.275s ease-in-out; transform: translateX(-100%); }
.gallery-item .gallery-heading .gallery-buttons .gallery-button .icon-theme {font-size: 14px; border-radius: 0; }
.gallery-item .gallery-heading .gallery-buttons .gallery-button:nth-child(0) {transition-delay: 0s; }
.gallery-item .gallery-heading .gallery-buttons .gallery-button:nth-child(1) {transition-delay: .05s; }
.gallery-item .gallery-heading .gallery-buttons .gallery-button:nth-child(2) {transition-delay: .1s; }
.gallery-item .gallery-heading .gallery-buttons .gallery-button:nth-child(3) {transition-delay: .15s; }
.gallery-item .gallery-heading .gallery-buttons .gallery-button:nth-child(4) {transition-delay: .2s; }
.gallery-item .gallery-heading .gallery-buttons .gallery-button:nth-child(5) {transition-delay: .25s; }
.gallery-item .gallery-body {text-align: center; }
.gallery-body .text-md-right a{text-decoration: underline;}
.gallery-body .text-md-right a:hover{text-decoration: none;}
.gallery-item .gallery-body .gallery-tags {font-size: 85%; }
.gallery-item:hover .gallery-heading img, .gallery-item:focus .gallery-heading img {transform: scale(1.2); }
.gallery-item:hover .gallery-heading::after, .gallery-item:focus .gallery-heading::after {opacity: 1.0; }
.gallery-item:hover .gallery-heading .gallery-buttons .gallery-button, .gallery-item:focus .gallery-heading .gallery-buttons .gallery-button { opacity: 1.0; transform: none; }

/* ------------------------------------------------------------------------------------------------------------------ *
 * [Testimonial Item]
 * ------------------------------------------------------------------------------------------------------------------ */
.testimonial-item {
  padding: 60px 60px 0 300px;
}

.testimonial-item .image {
  position: absolute;
  top: 0;
  left: 70px;
  width: 160px;
  height: 160px;
  margin: 0 auto 1.421875rem;
  text-align: center;
  filter: grayscale(70%);
  transition: all 0.275s ease-in-out;
}

.testimonial-item .image::after {
  content: '';
  position: absolute;
  bottom: -30px;
  right: -30px;
  width: 50px;
  height: 50px;
  border: solid 2px transparent;
  border-right-color: #3e5465;
  border-bottom-color: #3e5465;
}

.testimonial-item .testimonial-author {
  margin-bottom: 0;
}

.testimonial-item .testimonial-company {
  margin-bottom: 0;
  color: rgba(62, 84, 101, 0.9);
}

.testimonial-item .testimonial-text {
  padding-top: .5rem;
  font-style: italic;
  color: rgba(0, 0, 0, 0.979);
  font-size: 1rem;
}

.testimonial-item:hover .image,
.testimonial-item:focus .image {
  filter: none;
}


/* ------------------------------------------------------------------------------------------------------------------ *
 *
 * [Widgets]
 *
 *   + .widget
 *
 * ------------------------------------------------------------------------------------------------------------------ */


/* ------------------------------------------------------------------------------------------------------------------ *
 *
 * [Project Item]
 *
 * ------------------------------------------------------------------------------------------------------------------ */
.project-item-small {
  display: block;
  position: relative;
  margin-bottom: 1.421875rem; }
  .project-item-small::after {
    display: block;
    content: '';
    clear: both; }
  .project-item-small .image {
    float: left;
    margin-right: .5rem;
    width: 48px;
    height: 48px;
    overflow: hidden;
    border-radius: 0.125rem; }
    .project-item-small .image img {
      width: auto;
      min-width: 100%;
      min-height: 100%; }

/* ------------------------------------------------------------------------------------------------------------------ *
 * [Scroll To Top]
 * ------------------------------------------------------------------------------------------------------------------ */
.scroll-to-top {
  position: fixed;
  bottom: 30px;
  right: 30px;
  opacity: .1;
  transition: all 0.275s ease-in-out; }
  .scroll-to-top:hover, .scroll-to-top:focus, .scroll-to-top.in {
    opacity: 1.0; }



.nav-separated .nav-separated-link {
  display: block;
  padding: 0.5rem 0;
  border-bottom: 1px dotted #e7e7e7;
  color: #3e5465; }
  .nav-separated .nav-separated-link:hover, .nav-separated .nav-separated-link:focus {
    color: #344755; }
  .nav-separated .nav-separated-link:active {
    color: #344755; }

/* ------------------------------------------------------------------------------------------------------------------ *
 *
 *
 *
 * ------------------------------------------------------------------------------------------------------------------ */
.main-container {
  width: 100%;
  max-width: 100%;
  overflow-x: hidden; 
}

/*.overlay {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 9;
  background-color: #fff; }

.highlight-input .overlay {
  background-color: rgba(0, 0, 0, 0.5); }

.loader {
  position: absolute;
  top: 0;
  left: -50px;
  right: 0;
  bottom: 0;
  display: block;
  margin: auto;
  width: 15px;
  height: 5px;
  border-radius: 5px;
  background-color: rgba(62, 84, 101, 0.9);
  transition: all 0.275s ease-in-out;
  animation: animatePreloader 1.5s infinite ease-in-out; }

@keyframes animatePreloader {
  0%, 100% {
    transform: translate(0, 0); }
  50% {
    transform: translate(80px, 0);
    background-color: #3a4957;
    width: 30px; } 
  }*/
/* ------------------------------------------------------------------------------------------------------------------ *
 * [Headers]
 * ------------------------------------------------------------------------------------------------------------------ */
  .hero {
    display: flex;
    align-items: center;
    width: 100%;

    padding-top:3rem ;
    padding-bottom:3.5rem ;
    /* min-height: 40rem; */
     /*padding-top:60px;
    background:url(../images/bg.png) no-repeat;
    background-position: right top; */
  }
  .hero .hero-content-wrapper {
    /*position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    bottom:0;*/
    /* margin: 0 auto;*/ } 

  .hero .hero-content-wrapper .hero-content {/*transform: translateY(-50%);*/}

  .hero .hero-title {
    font-size: 4rem;
    letter-spacing: 1px;
    font-family: "Roboto", sans-serif;
    font-weight: 100; 
    margin-bottom: 20px;

}
  .mobile .hero .hero-title {font-size: 2.1rem; }
  .hero .hero-subtitle {color: rgba(62, 84, 101, 0.9); }
  .hero .hero-scroll-old {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 30px;
    width: 25px;
    height: 40px;
    margin: auto;
    line-height: 40px;
    text-align: center;
    color: rgba(62, 84, 101, 0.9);
    border-radius: 25px;
    border: 0 solid rgba(62, 84, 101, 0.9); }
    .hero .hero-scroll-old .icon {
      opacity: 1.0;
      font-size: 1.5rem;
      transition: all 0.275s ease-in-out;
      animation: animateScrollDown 1.25s infinite ease-in-out; }
    .hero .hero-scroll-old:hover, .hero .hero-scroll-old:focus, .hero .hero-scroll-old:active {
      color: #3a4957;
      border-color: #3a4957; }

@keyframes animateScrollDown {
  0% {
    transform: translateY(-50%); }
  100% {
    transform: translateY(50%);
    opacity: .1; } }
.hero-scroll {
  display: block;
  width: 28px;
  height: 45px;
  margin: auto;
  position: absolute;
  bottom: 30px;
  left: 0;
  right: 0;
  border: 2px solid #6f6f6f;
  border-radius: 25px; 
}
  .hero-scroll::before {
    content: '';
    width: 5px;
    height: 5px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    background-color: #414141;
    border-radius: 50%;
    animation: animationTrackBar 2s linear infinite; }

@keyframes animationTrackBar {
  from {
    opacity: .5;
    transform: scale(1) translateY(-10px); }
  10% {
    opacity: 1.0;
    transform: scale(1) translateY(-10px); }
  50% {
    opacity: .5;
    transform: scale(0.5) translateY(10px); }
  to {
    opacity: .5;
    transform: scale(1) translateY(-10px); } }
/* ------------------------------------------------------------------------------------------------------------------ *
 * [Footer]
 * ------------------------------------------------------------------------------------------------------------------ */
.footer {
  padding-top: 1rem;
  padding-bottom: 1rem; font-family: "Roboto Condensed", sans-serif; font-size: 0.7895rem}

/* ------------------------------------------------------------------------------------------------------------------ *
 * [Sections]
 * ------------------------------------------------------------------------------------------------------------------ */
.section {display: block; position: relative; overflow: hidden; padding-top: 4rem; padding-bottom: 4rem; }
.section:not(.section-right) .section-content {justify-content: flex-end; }

.section .section-header {display: flex; position: relative; margin-bottom: 5rem; }
.section .section-header .section-navigation {margin-right: 15px; font-size: 3rem; font-family: "Roboto Condensed", sans-serif; font-weight: 400; }
.section .section-header .section-navigation a {position: relative; display: block; padding-left: 1rem; line-height: 1; color: #282828; }
.section .section-header .section-navigation a span { position: absolute; display: block; font-size: .75rem; color:#282828; text-transform: uppercase; font-weight: 400; }
.section .section-header .section-navigation a:first-child span {
  bottom: 7px;
  left: 0;
  transform: translateX(-100%) rotate(90deg);
  transform-origin: bottom right;
}

.section .section-header .section-navigation a:last-child span {
  top: 7px;
  left: 0;
  transform: translateY(-100%) rotate(90deg);
  transform-origin: bottom left;
}

.section .section-header .section-navigation a:not(:last-child) {
  border-bottom: 1px solid #282828;
}

.section .section-header .section-navigation a:hover,
.section .section-header .section-navigation a:focus {
  color: #2f404d;
}

.section .section-header .section-heading {
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.section .section-header .section-heading .section-title {
  margin: 0;
}

.section .section-header .section-heading .section-subtitle {
  margin: 0;
  color: #5f5f5f;
}

.section.section-right .section-header {
  flex-direction: row-reverse;
}

.section.section-right .section-header .section-navigation {
  text-align: right;
  margin-right: 0;
  margin-left: 2rem;
}

.section.section-right .section-header .section-navigation a {
  padding-left: 0;
  padding-right: 15px;
}

.section.section-right .section-header .section-navigation a:first-child span {
  bottom: 7px;
  right: 0;
  left: auto;
  transform: translateX(100%) rotate(270deg);
  transform-origin: bottom left;
}

.section.section-right .section-header .section-navigation a:last-child span {
  top: 7px;
  right: 0;
  left: auto;
  transform: rotate(-90deg) translateY(-100%);
  transform-origin: top right;
}

.section.section-right .section-header .section-navigation a:not(:last-child) {
  border-bottom: 1px solid #282828;
}

.section.section-right .section-header .section-heading {
  text-align: right;
}

.section .section-muted-title {
  position: absolute;
  left: 4rem;
  top: 9rem;
}

.section .section-muted-title span {
  display: block;
  position: relative;
  line-height: 1;
  font-size: 110px;
  text-transform: lowercase;
  color: rgba(62, 84, 101, 0.1);
  transform: translateY(-100%) rotate(90deg);
  transform-origin: bottom left;
}

.section.section-right .section-muted-title {
  left: auto;
  right: 4rem;
}

.section.section-right .section-muted-title span {
  transform-origin: bottom right;
  transform: translateY(-100%) rotate(-90deg);
}

.section-inner {
  padding: 5rem 20rem;
}

.section-inner h3 {
  margin-bottom: 2rem;
}

.section-inner h4 {
  margin-bottom: 2rem;
}

.section-content-ov {
  padding: 6rem 20rem 9rem;
}

.section-content-ch {
  color: #fff;
}

.section-content-ch h3 {
  color: #fff;
}

/* ------------------------------------------------------------------------------------------------------------------ *
 *
 *
 *
 * ------------------------------------------------------------------------------------------------------------------ */
.top-line {
  position: relative;
  z-index: 9;
  display: block;
  width: 100%;
  opacity: 1.0;
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #fff;
  border-bottom: solid 1px #e7e7e7;
  transition: all 0.275s ease-in-out; }
  .top-line.affix {
    position: fixed;
    top: 0;
    left: 0;
    right: 0; }
  .pos-top .top-line.affix {
    opacity: .0;
    padding-top: 2rem;
    padding-bottom: 2rem; }


/* ------------------------------------------------------------------------------------------------------------------ *
 *
 *
 *
 * ------------------------------------------------------------------------------------------------------------------ */
.user-sidebar {
  position: fixed;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 11;
  margin-bottom: 0;
  width: 300px;
  max-width: 100%;
  border-radius: 0;
  transition: all 0.275s ease-in-out;
  transform: translateX(100%);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.08); }
  .user-sidebar.show {
    transform: none; }

/* ------------------------------------------------------------------------------------------------------------------ *
 *
 *
 *
 * ------------------------------------------------------------------------------------------------------------------ */


/* ------------------------------------------------------------------------------------------------------------------ *
 * [Navigation]
 * ------------------------------------------------------------------------------------------------------------------ */


.navbar{background-color: #000;}
.navbar-brand{display: inline-flex; margin: 0; padding: 0;  width: 40px; height: 40px; background:url('../images/logo_sht.png') no-repeat center; }

.navbar-nav .nav-link{color: #8a8a8a;}
nav:first-child .navbar-nav .nav-link:hover, .navbar .navbar-nav .nav-link.active:first-child{color: #fff;}
.navbar-collapse{justify-content: end;}
.navbar-collapse .navbar-nav{transition: all 0.35s ease-in-out;}
.navbar-collapse.show .navbar-nav{margin-top: 1rem;  transition: all 0.35s ease-in-out;}

/* .navbar-toggler .navbar-toggler-icon{color: #737373;} */
/* Define the shape and color of the hamburger lines */
.navbar-toggler span {
    display: block;
    background-color: #737373;
    height: 3px;
    width: 25px;
    margin-top: 5px;
    margin-bottom: 5px;
    position: relative;
    left: 0;
    opacity: 1;
    transition: all 0.35s ease-out;
    transform-origin: center left;
}

/* top line needs a little padding */
.navbar-toggler span:nth-child(1) {
    margin-top: 0.3em;
}
/**
 * Animate collapse into X.
 */

/* top line rotates 45 degrees clockwise and moves up and in a bit to close the center of the X in the center of the button */
.navbar-toggler:not(.collapsed) span:nth-child(1) {
    transform: translate(15%, -33%) rotate(45deg);
    background-color: #fff;
}
/* center line goes transparent */
.navbar-toggler:not(.collapsed) span:nth-child(2) {
    opacity: 0;
}
/* bottom line rotates 45 degrees counter clockwise, in, and down a bit to close the center of the X in the center of the button  */
.navbar-toggler:not(.collapsed) span:nth-child(3) {
    transform: translate(15%, 33%) rotate(-45deg) ;
}

/**
 * Animate collapse open into hamburger menu
 */

/* top line moves back to initial position and rotates back to 0 degrees */
.navbar-toggler span:nth-child(1) {
    transform: translate(0%, 0%) rotate(0deg) ;
}
/* middle line goes back to regular color and opacity */
.navbar-toggler span:nth-child(2) {
    opacity: 1;
}
/* bottom line goes back to initial position and rotates back to 0 degrees */
.navbar-toggler span:nth-child(3) {
    transform: translate(0%, 0%) rotate(0deg) ;
}
/* ------------------------------------------------------------------------------------------------------------------ *
 * [Navigation]
 * ------------------------------------------------------------------------------------------------------------------ */

 /* ------------------------------------------------------------------------------------------------------------------ *
 * [Owl slide]
 * ------------------------------------------------------------------------------------------------------------------ */

.owl-slide{padding:5px; background: #fff;}
.owl_overlay{display: none; position: absolute; width:100%; height: 100%;  background-color:rgba(255, 255, 255, 0.9); }
.owl_overlay .gallery-body{padding: 30px 40px;}
.owl_overlay .gallery-body h3,.owl_overlay .gallery-body h5,.owl_overlay .gallery-body h6{}
.owl_overlay .gallery-body a{text-decoration: underline; cursor: pointer !important;}
.owl_overlay .gallery-body a:hover{color:#d81e65; text-decoration:none;}

.owl-slide:hover .owl_overlay{display: block; transition: all 0.275s ease-in-out;}

.owl-theme .owl-nav {margin: 0; height: 0; }
.owl-theme .owl-nav [class*="owl-"] {position: absolute; top: 50%; margin: 0; width: 50px; height: 50px;
line-height: 50px; opacity: .7; background: transparent; border-radius: 0; transform: translateY(-50%); transition: all 0.275s ease-in-out; }
.owl-theme .owl-nav [class*="owl-"]:hover {opacity: 1.0; background: transparent; }
.owl-theme .owl-nav [class*="owl-"].disabled {opacity: .1; }
.owl-theme .owl-nav .owl-prev {left: 0; }
.owl-theme .owl-nav .owl-next {right: 0; }
.owl-theme .owl-nav .icon {color: rgba(62, 84, 101, 0.9); font-size: 24px; text-align: center; }
.owl-theme .owl-nav.disabled + .owl-dots { margin-top: 1.421875rem; }
.owl-theme .owl-dots {margin-top: 0.7109375rem; }
.owl-theme .owl-dots .owl-dot span {width: 20px; height: 5px; background: #e7e7e7; transition: all 0.275s ease-in-out; border-radius: 0; }
.owl-theme .owl-dots .owl-dot:hover span {background: #6b6b6b; }
.owl-theme .owl-dots .owl-dot.active span {background: #353535; }
.animated {animation-fill-mode: both; animation-duration: 1800ms !important; }
.owl-animated-in {z-index: 0; }
.owl-animated-out {z-index: 1; }

.mfp-inline-container {display: none; }
.mfp-with-zoom.mfp-bg,
.mfp-with-zoom .mfp-container {opacity: .0; backface-visibility: hidden; transition: all 0.3s ease-out; }
.mfp-with-zoom.mfp-ready.mfp-bg {opacity: 0.8; }
.mfp-with-zoom.mfp-ready .mfp-container {opacity: 1.0; }
.mfp-with-zoom.mfp-ready .mfp-inline-container {display: block; }
.mfp-with-zoom.mfp-removing.mfp-bg,
.mfp-with-zoom.mfp-removing .mfp-container {opacity: .0; }
.mfp-with-zoom .mfp-inline-holder .mfp-content {height: 100%; }
.mfp-with-zoom .mfp-inline-holder .mfp-content .mfp-height-80p {margin-top: 5%; height: 80%; }
.mfp-with-zoom .mfp-inline-holder .mfp-content .mfp-width-80p {width: 80%; margin-left: auto; margin-right: auto; }

/* overlay at start */
.mfp-fade.mfp-bg {opacity: .0; background: #fff; border-radius: 50%; transform: scale(0.5); transition: all 0.275s ease-in-out; }
.mfp-fade.mfp-bg.mfp-ready {opacity: 1.0; transform: none; border-radius: 0; }
.mfp-fade.mfp-bg.mfp-removing {opacity: .0; }
.mfp-fade.mfp-wrap .mfp-content {opacity: .0; transition: all 0.275s ease-in-out; }
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {opacity: 1.0; }
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {opacity: 1.0; }

.mfp-arrow {position: absolute; top: 80px; bottom: 80px; opacity: .5; margin: 0; padding: 0; width: 100px;
height: auto; transition: opacity 0.275s ease-in-out; }
.mfp-arrow::before, .mfp-arrow::after {position: absolute; top: 50%; display: block; width: 85px; height: 70px; margin: 0;
border: none; color: #3e5465; font-size: 28px; line-height: 90px; font-family: 'themify', sans-serif; transform: translateY(-50%); transition: all 0.275s ease-in-out; }
.mfp-arrow::before {display: none; }
.mfp-arrow:hover, .mfp-arrow:focus {opacity: 1.0; }
.mfp-arrow:active { margin: 0; }

.mfp-arrow.mfp-arrow-left {left: 0; }
.mfp-arrow.mfp-arrow-left::after {left: 30px; content: '\e629'; text-align: left; }
.mfp-arrow.mfp-arrow-right {right: 0; }
.mfp-arrow.mfp-arrow-right::after {right: 30px; left: auto; content: '\e628'; text-align: right; }

.mfp-image-holder .mfp-close {position: fixed; top: 0; right: 0; width: 100px; height: 100px; cursor: pointer !important; color: rgba(0, 0, 0, 0); }
.mfp-image-holder .mfp-close::after {position: absolute; top: 30px; right: 30px; width: 22px; height: 22px; display: block; content: '\e646'; line-height: 1; font-size: 22px; color: #3e5465; font-family: 'themify', sans-serif; }

.mfp-figure::after {box-shadow: none; }

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


.pager { display: flex; justify-content: space-between; margin-bottom: 3.15rem;}
.pager .pager-link {display: block;}
.gallery-image {width: 100%; display: block; position: relative; overflow: hidden; }
.gallery-image img {position: relative; z-index: 0; width: 100%; transition: all 0.275s ease-in-out;}
.gallery-image:hover img, .gallery-image:focus img {transform: scale(1.2);}
.gallery-image:hover::before, .gallery-image:hover::after, .gallery-image:focus::before, .gallery-image:focus::after {opacity: 1.0;     transition: all 0.275s ease-in-out; }
.gallery-image::before { z-index: 1; background-color: rgba(0, 0, 0, 0.4);}
.gallery-image:before, .gallery-image::after { content: ''; position: absolute; top: 0; left: 0; right: 0; bottom: 0; opacity: .0;
transition: all 0.275s ease-in-out;}
.gallery-image::after {z-index: 2; content: '\f067'; margin: auto; width: 48px; height: 48px; font-size: 22px; line-height: 48px; text-align: center; color: #333; font-family: 'FontAwesome', sans-serif; border-radius: 50%; background-color: #fff; transition: all 0.275s ease-in-out;}

.abt_cont p strong{font-weight: 600; color: #000;}

/*----- color ----*/
 .metrics {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      gap: 1rem;
      margin-top: 2rem;
    }
    .metric {
      flex: 1 1 45%;
      background: #fffefc;
      border-left: 5px solid #ae7b4d;
      padding: 1rem;
      border-radius: 8px;
      text-align: center;
    }
    .metric h3 {
      font-family: 'Roboto', sans-serif;
      font-size: 2rem;
      margin: 0;
      color: #1e3d59;
    }
    .metric p {
      margin: 0.5rem 0 0;
      font-size: 1rem;
      font-weight: 600;
    }
/*==================================
    TIMELINE
==================================*/
/*-- GENERAL STYLES
------------------------------*/

.example-centered{padding-top: 30px; text-align: center;}

.timeline {
  line-height: 1.4em;
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
}
.timeline h1, .timeline h2, .timeline h3, .timeline h4, .timeline h5, .timeline h6 {
/*  line-height: inherit;*/
}

/*----- TIMELINE ITEM -----*/
.timeline-item {
  padding-left: 40px;
  position: relative;
}
.timeline-item:last-child {
  padding-bottom: 0;
}

/*----- TIMELINE INFO -----*/
.timeline-info {
  margin: 0 0 .5em 0;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
/*  white-space: nowrap;*/
}
.timeline-info .date {
  letter-spacing: 2px;
  display: block;
}
.timeline-info .comp_name{font-family: "Roboto Condensed", sans-serif;  font-size: 1.569em; font-weight: bold;}
/*----- TIMELINE MARKER -----*/
.timeline-marker {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 15px;
}
.timeline-marker:before {
  background: #d81e65;
  border: 3px solid transparent;
  border-radius: 100%;
  content: "";
  display: block;
  height: 15px;
  position: absolute;
  top: 4px;
  left: 0;
  width: 15px;
  transition: background 0.3s ease-in-out, border 0.3s ease-in-out;
}
.timeline-marker:after {
  content: "";
  width: 3px;
  background: #CCD5DB;
  display: block;
  position: absolute;
  top: 24px;
  bottom: 0;
  left: 6px;
}
.timeline-item:last-child .timeline-marker:after {
  content: none;
}

.timeline-item:not(.period):hover .timeline-marker:before {
  background: transparent;
  border: 3px solid #d81e65;
}

/*----- TIMELINE CONTENT -----*/
.timeline-content {
  padding-bottom: 40px;
}
.timeline-content p:last-child {
  margin-bottom: 0;
}
.timeline-content p strong{color: #d81e65;}
/*----- TIMELINE PERIOD -----*/
.period {
  padding: 0;
}
.period .timeline-info {
  display: none;
}
.period .timeline-marker:before {
  background: transparent;
  content: "";
  width: 15px;
  height: auto;
  border: none;
  border-radius: 0;
  top: 0;
  bottom: 30px;
  position: absolute;
  border-top: 3px solid #CCD5DB;
  border-bottom: 3px solid #CCD5DB;
}
.period .timeline-marker:after {
  content: "";
  height: 32px;
  top: auto;
}
.period .timeline-content {
  padding: 40px 0 70px;
}
.period .timeline-title {
  margin: 0;
}

/*----------------------------------------------
    MOD: TIMELINE SPLIT
----------------------------------------------*/


/*----------------------------------------------
    BG: ANIMATION
----------------------------------------------*/

.context {
    width: 100%;
    position: absolute;
    top:50vh;
    
}
.context h1{
    text-align: center;
    color: #fff;
    font-size: 50px;
}
.area{
/*    background: #4e54c8;  */
    background: -webkit-linear-gradient(to left, #8f94fb, #4e54c8);  
    width: 100%;
    height:100%;
    position: absolute;
    bottom: 0;
    z-index: -1;
       
}
.circles{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden;
}
.circles li{
    position: absolute;
    display: block;
    list-style: none;
    width: 20px;
    height: 20px;
    background: rgba(177, 172, 168, 0.3);
    animation: animate 25s linear infinite;
    bottom: -150px;   
}
.circles li:nth-child(1){
    left: 25%;
    width: 80px;
    height: 80px;
    animation-delay: 0s;
}
.circles li:nth-child(2){
    left: 10%;
    width: 20px;
    height: 20px;
    animation-delay: 2s;
    animation-duration: 12s;
}
.circles li:nth-child(3){
    left: 70%;
    width: 20px;
    height: 20px;
    animation-delay: 4s;
}
.circles li:nth-child(4){
    left: 40%;
    width: 60px;
    height: 60px;
    animation-delay: 0s;
    animation-duration: 18s;
}
.circles li:nth-child(5){
    left: 65%;
    width: 20px;
    height: 20px;
    animation-delay: 0s;
}
.circles li:nth-child(6){
    left: 75%;
    width: 110px;
    height: 110px;
    animation-delay: 3s;
}
.circles li:nth-child(7){
    left: 35%;
    width: 150px;
    height: 150px;
    animation-delay: 7s;
}
.circles li:nth-child(8){
    left: 50%;
    width: 25px;
    height: 25px;
    animation-delay: 15s;
    animation-duration: 45s;
}
.circles li:nth-child(9){
    left: 20%;
    width: 15px;
    height: 15px;
    animation-delay: 2s;
    animation-duration: 35s;
}
.circles li:nth-child(10){
    left: 85%;
    width: 150px;
    height: 150px;
    animation-delay: 0s;
    animation-duration: 11s;
}

@keyframes animate {

    0%{
        transform: translateY(0) rotate(0deg);
        opacity: 1;
        border-radius: 0;
    }

    100%{
        transform: translateY(-1000px) rotate(720deg);
        opacity: 0;
        border-radius: 50%;
    }

}

/*-----------------------------
    BG: ANIMATION
------------------------------*/


/* FEATURED SECTION
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.section-features{
   padding-bottom: 8rem;
}
/*--------------------------
/* FEATURED SECTION
–––––––––––––––––––––––––––––––––––––––––––––––––– */


/* ABOUT ME SECTION
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.profile-item{
  padding: 60px 60px 0 300px;
}

.profile-item .image {
  position: absolute;
  top: 0;
  right: 70px;
  width: 200px;
  height: 200px;
  margin: 0 auto 1.421875rem;
  text-align: center;
  filter: grayscale(70%);
  transition: all 0.275s ease-in-out;
}

.profile-item .image::after {
  content: '';
  position: absolute;
  bottom: -30px;
  right: -30px;
  width: 50px;
  height: 50px;
  border: solid 2px transparent;
  border-right-color: #3e5465;
  border-bottom-color: #3e5465;
}
.icon-theme-linkedin .icon-linkedin{
  font-size: 22px;
  padding-right: .58rem;
}

/*--------------------------
/* ABOUT ME SECTION
–––––––––––––––––––––––––––––––––––––––––––––––––– */



/* GENERAL MEDIA QUERIES
–––––––––––––––––––––––––––––––––––––––––––––––––– */
@media screen and (max-width: 1650px) {
    .section-inner {
        padding-left: 8rem;
        padding-right: 8rem;
    }

}

@media (min-width: 768px) {
  
  .timeline-split .timeline, .timeline-centered .timeline {
    display: table;
  }
  .timeline-split .timeline-item, .timeline-centered .timeline-item {
    display: table-row;
    padding: 0;
  }
  .timeline-split .timeline-info, .timeline-centered .timeline-info,
  .timeline-split .timeline-marker,
  .timeline-centered .timeline-marker,
  .timeline-split .timeline-content,
  .timeline-centered .timeline-content,
  .timeline-split .period .timeline-info,
  .timeline-centered .period .timeline-info {
    display: table-cell;
    vertical-align: top;
  }
  .timeline-split .timeline-marker, .timeline-centered .timeline-marker {
    position: relative;
  }
  .timeline-split .timeline-content, .timeline-centered .timeline-content {
    padding-left: 30px;
  }
  .timeline-split .timeline-info, .timeline-centered .timeline-info {
    padding-right: 30px;
    text-align: right;
  }
  .timeline-split .period .timeline-title, .timeline-centered .period .timeline-title {
    position: relative;
    left: -45px;
  }

}

/*----------------------------------------------
    MOD: TIMELINE CENTERED
----------------------------------------------*/


/*----------------------------------------------
    MOD: MARKER OUTLINE
----------------------------------------------*/
.marker-outline .timeline-marker:before {
  background: transparent;
  border-color: #FF6B6B;
}
.marker-outline .timeline-item:hover .timeline-marker:before {
  background: #FF6B6B;
}


@media (min-width: 992px) {
  .timeline-centered,
  .timeline-centered .timeline-item,
  .timeline-centered .timeline-info,
  .timeline-centered .timeline-marker,
  .timeline-centered .timeline-content {
    display: block;
    margin: 0;
    padding: 0;
  }
  .timeline-centered .timeline-item {
    padding-bottom: 70px;
    overflow: hidden;
  }
  .timeline-centered .timeline-marker {
    position: absolute;
    left: 50%;
    margin-left: -7.5px;
  }
  .timeline-centered .timeline-info,
  .timeline-centered .timeline-content {
    width: 50%;
  }
  .timeline-centered > .timeline-item:nth-child(odd) .timeline-info {
    float: left;
    text-align: right;
    padding-right: 30px;
  }
  .timeline-centered > .timeline-item:nth-child(odd) .timeline-content {
    float: right;
    text-align: left;
    padding-left: 30px;
  }
  .timeline-centered > .timeline-item:nth-child(even) .timeline-info {
    float: right;
    text-align: left;
    padding-left: 30px;
  }
  .timeline-centered > .timeline-item:nth-child(even) .timeline-content {
    float: left;
    text-align: right;
    padding-right: 30px;
  }
  .timeline-centered > .timeline-item.period .timeline-content {
    float: none;
    padding: 0;
    width: 100%;
    text-align: center;
  }
  .timeline-centered .timeline-item.period {
    padding: 50px 0 90px;
  }
  .timeline-centered .period .timeline-marker:after {
    height: 30px;
    bottom: 0;
    top: auto;
  }
  .timeline-centered .period .timeline-title {
    left: auto;
  }
}


@media screen and (max-width: 991px) {
/*  .example-centered{text-align: left;}*/
  /* .hero .hero-title{margin-bottom:10px;} */
  .testimonial-item {padding: 15px 60px; }
  .testimonial-item .image {position: static; margin-bottom: 5rem; } 
  .profile-item {padding: 15px 60px; }
  .profile-item .image {position: static; margin-bottom: 5rem; } 
  .gallery-image{margin-bottom: 1.589rem;}
  .section{padding:2rem 0;}
  .section .section-muted-title{display: none !important;}
  .section:not(.section-right) .section-content { justify-content: normal;}
  .section .section-header { margin-bottom: 2.34rem;}
/*  .hero .hero-content-wrapper .hero-content {transform: translateY(-50%);}*/
  .icon-box-alt{display: inline-flex; flex-direction: column; align-items: center; text-align: center; margin-bottom: 0;  justify-content:space-between; margin-right: 20px;}
  .icon-box-alt .icon{margin-right: 0;}
  .section-inner {
        padding-left: 5rem;
        padding-right: 5rem;
    }
    .section-content-ov{
      padding-bottom: 5rem;
    }
  .form-ajax{display:flex; flex-direction: column; }
  .form-ajax .btn{margin:13px auto 0;}
}

@media screen and (max-width: 559px) {
    .hero-title img {width: 90%; }
    .icon-box-alt{display:flex; flex-direction: column; align-items: center; text-align: center; margin-bottom: 0;  justify-content:space-between; margin-right: 0; margin-bottom: 20px;}

    .section-inner {
        padding-left: 2rem;
        padding-right: 2rem;
    }
   .metric {
        flex: 1 1 100%;
    }

} 

@media screen and (max-width: 500px) {
    .owl_overlay .gallery-body{padding: 20px 30px;}
    .owl_overlay .gallery-body {font-size: 0.7563rem !important;}
    .owl_overlay h3{font-size: 0.8999rem;}
    .owl_overlay h5{font-size: 0.6999rem;}
    .owl_overlay h6{font-size: 0.5999rem;}
    .owl_overlay p{font-size: 0.4999rem;}
    .owl_overlay h5, .owl_overlay h6, c{margin-bottom:0.7rem;}
    .owl_overlay h6{line-height: 0.5rem;}
}

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

  /* .hero{
    min-height: 48rem;
  } */
    .testimonial-text{
      max-width: 300px;
      -webkit-line-clamp: 2;
      /* autoprefixer: off */
      -webkit-box-orient: vertical;
      /* autoprefixer: on */
      overflow: hidden;
      text-overflow: ellipsis;
      display: -webkit-box;
  }
  
}

@media screen and (max-width: 409px){
    .hero-scroll{display: none;}
    .h2, h2{font-size: 2rem;}
}
   
@media screen and (max-width: 375px){
    .h1, h1{
      font-size: 2rem;
    }

}