/*****************************************************
**													**
**         PT Smart Logistics Indonesia		   		**
**         Website Created by Chloè & Matt			**
**		     URL: https://chloematt.com				**
**													**
*****************************************************/

@import url('https://fonts.googleapis.com/css?family=Lato:400,700|Montserrat:300,400,500,600,700,800,900&display=swap');

/* ----------------------------------------------------------------
    Global Setting
-----------------------------------------------------------------*/

:root {font-size: 16px;}

::selection {
	background-color: #0486ed;
	color: #f7f9fa;
}

body {
	font-size: 1rem;
  	font-weight: 400;
	line-height: 1.4;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-family: "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Helvetica Neue", Arial, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
	color: #373435; 
}

a {
  color: #0486ed;
  -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

a:hover {
  color: #373435;
  -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

@media all and (max-width: 768px ) {
  br {
    display: none!important;
  }
}

/* ----------------------------------------------------------------
    Section
-----------------------------------------------------------------*/

.background-light {
	background-color: #f7f9fa; }

.background-grey {
	background-color: #eceeef; }

.background-dark {
	background-color: #192443; }

.background-blue {
	background-color: #0486ed; }



/* ----------------------------------------------------------------
    Header
-----------------------------------------------------------------*/

#header {
	line-height: 84px;
	height: 90px;
}

#header .header-inner, 
#header #header-wrap {
	height: 90px;
}

#header.header-sticky .header-inner, 
#header.header-sticky #header-wrap {
    box-shadow: 0 3px 20px rgba(0, 0, 0, 0.06);
}

#header .header-inner #logo, 
#header #header-wrap #logo {
	height: 90px;
}

#header .header-inner #logo a > img, 
#header #header-wrap #logo a > img {
	height: 52px;
	width: auto;
	vertical-align: middle;
}

#mainMenu nav > ul > li > a {
    position: relative;
    font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Helvetica Neue", Arial, 
    "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
    padding: 10px 16px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
    color: #373435;
    border-radius: 0;
    border-width: 0;
    border-style: solid;
    border-color: transparent;
    transition: all .3s ease;
    line-height: normal;
}

#mainMenu nav > ul > li > a:hover,
#mainMenu nav > ul > li > a:active {
	color: #0486ed;
	transition: all .3s ease;
}

#mainMenu nav > ul > li .dropdown-menu > li > a, 
#mainMenu nav > ul > li .dropdown-menu > li > span, 
#mainMenu nav > ul > li .dropdown-menu > li [class*="col-"] > ul > li > a {
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0.4px;
    font-weight: 500;
    font-style: normal;
    color: #373435;
    font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Helvetica Neue", Arial, 
    "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
    padding: 12px 20px 12px 18px;
    display: block;
    transition: .3s ease;
    text-transform: uppercase;
}

#mainMenu nav > ul > li.active a {
	color: #0486ed;
}

.header-extras {
	padding-left: 16px;
}

#header[data-fullwidth="true"] + main > #page-title {
    padding: 192px 0 192px;
}

#header[data-fullwidth="true"] + main > #page-title-small {
    padding: 96px 0 96px;
}

/* ----------------------------------------------------------------
    Page Title
-----------------------------------------------------------------*/

@media only screen and (max-width: 991px) {
  #page-title .page-title > h1 {
      font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Helvetica Neue", Arial, 
      "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
      font-size: 2rem;
      line-height: 3rem;
      font-weight: 800;
      letter-spacing: 4px;
      color: #fff;
      text-transform: uppercase;
      font-style: italic;
      text-shadow: 0 1px 10px rgba(0, 0, 0, 0.2);
  }
  #page-title .page-title > span {
      font-family: "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Helvetica Neue", Arial, 
      "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
      font-weight: 300;
      font-size: 1.5rem;
      line-height: 2;
  }
}

@media only screen and (min-width: 992px) {
  #page-title .page-title > h1 {
      font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Helvetica Neue", Arial, 
      "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
      font-size: 3rem;
      line-height: 4rem;
      font-weight: 800;
      letter-spacing: 4px;
      color: #fff;
      text-transform: uppercase;
      font-style: italic;
      text-shadow: 0 1px 10px rgba(0, 0, 0, 0.2);
  }
  #page-title .page-title > span {
    font-family: "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Helvetica Neue", Arial, 
      "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
      font-weight: 300;
      font-size: 1.5rem;
      line-height: 2;
  }
}

#page-title[data-parallax-image], [data-parallax-image] {
    background-color: #0486ed;
}

#page-title-small .page-title-small > h1 {
	font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Helvetica Neue", Arial, 
    "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
	font-size: 3rem;
    line-height: 4rem;
    font-weight: 800;
    letter-spacing: 4.5px;
    color: #fff;
    text-transform: uppercase;
    font-style: italic;
    text-shadow: 0 1px 10px rgba(0, 0, 0, 0.2);
}


/* ----------------------------------------------------------------
    Buttons
-----------------------------------------------------------------*/

.btn {
  white-space: normal!important;
}

a.btn:not([href]):not([tabindex]), .btn {
    font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Helvetica Neue", Arial, 
    "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
    border-radius: 3px;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1px;
    outline: none;
    padding: 10px 18px;
    position: relative;
    text-transform: uppercase;
    background-color: #0486ed;
    border-color: #0486ed;
    border-width: 0.8px;
    border-style: solid;
    color: #f1f8fb;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    margin-bottom: 6px;
    outline: none;
    line-height: 1.6;
}
a.btn:not([href]):not([tabindex]):hover, 
.btn:hover {
	background-color: #0663AD;
	border-color: #0663AD;
}

.btn.btn-lg, a.btn:not([href]):not([tabindex]).btn-lg {
    font-size: 14px;
    height: 48px;
    letter-spacing: 2px;
    line-height: 48px;
    padding: 0 40px;
}

a.btn:not([href]):not([tabindex]).btn-reveal.btn-lg, .btn.btn-reveal.btn-lg {
    line-height: 48px;
    padding: 0 40px;
}

.btn.btn-light, 
a.btn:not([href]):not([tabindex]).btn-light {
    background-color: #fff;
    border: none;
    color: #373435;
}

.btn.btn-light:hover, 
a.btn:not([href]):not([tabindex]).btn-light:hover {
    background-color: #fff;
    border: none;
    color: #0486ed;
}

a.btn:not([href]):not([tabindex]).btn-outline, .btn.btn-outline {
    background-color: transparent;
    border-width: 1px;
    border-style: solid;
    border-color: #0486ed;
    color: #0486ed;
}

a.btn:not([href]):not([tabindex]).btn-outline, .btn.btn-outline {
    color: #0486ed;
}

a.btn:not([href]):not([tabindex]).btn-outline:hover, .btn.btn-outline:hover {
    color: #fff;
    background-color: #0486ed;
    border-color: #0486ed;
}

/* ----------------------------------------------------------------
    Fonts & Typography
-----------------------------------------------------------------*/

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Helvetica Neue", Arial, 
    "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
  color: #373435;
  margin: 0;
  letter-spacing: 0.5px; }
  h1 small,
  h2 small,
  h3 small,
  h4 small,
  h5 small,
  h6 small,
  .h1 small,
  .h2 small,
  .h3 small,
  .h4 small,
  .h5 small,
  .h6 small {
    font-weight: 300; }

h1,
.h1 {
  font-size: 4rem;
  line-height: 1.5; }
  h1:not(:last-child),
  .h1:not(:last-child) {
    margin-bottom: 1.5rem; }

h2,
.h2 {
  font-size: 2.5rem;
  line-height: 1.4;
  font-weight: 700; }
  h2:not(:last-child),
  .h2:not(:last-child) {
    margin-bottom: 16px; }

h3,
.h3 {
  font-size: 1.5rem;
  line-height: 1.3;
  font-weight: 700; }
  h3:not(:last-child),
  .h3:not(:last-child) {
    margin-bottom: 16px; }

h4,
.h4 {
  font-size: 1.25rem;
  line-height: 1.2;
  font-weight: 500; }
  h4:not(:last-child),
  .h4:not(:last-child) {
    margin-bottom: 10px; }

h5,
.h5 {
  font-size: 1rem;
  line-height: 1.2;
  font-weight: 500; }
  h5:not(:last-child),
  .h5:not(:last-child) {
    margin-bottom: 8px; }

h6,
.h6 {
  font-size: 0.875rem;
  line-height: 1.1;
  font-weight: 500; }
  h6:not(:last-child),
  .h6:not(:last-child) {
    margin-bottom: 8px; }

.lead {
  font-size: 1.25rem;
  line-height: 2rem; 
  font-weight: 400;
}

@media all and (max-width: 767px) {
  h1,
  .h1 {
    font-size: 2.375rem;
    line-height: 1.5; }

  h2,
  .h2 {
    font-size: 1.78571429em;
    line-height: 1.5em; }

  h3,
  .h3 {
    font-size: 1.35714286em;
    line-height: 1.85714286em; }

  .lead {
    font-size: 1.35714286em;
    line-height: 1.68421053em; } }
p {
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  text-transform: none;
  line-height: 24px;
  letter-spacing: 0.6px;
  color: #5c5d5e;
  font-family: "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Helvetica Neue", Arial, 
    "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
}

.text-blue {
    color: #0486ed !important;
}

.text-dark,
.text-dark h1,
.text-dark h2,
.text-dark h3,
.text-dark h4,
.text-dark h5,
.text-dark h6,
.text-dark p,
.text-dark .lead,
.text-dark a:not(.button),
.text-dark a:not(.btn):hover,
.text-dark i,
.text-dark li,
.text-dark label,
.text-dark div:not(.alert),
.text-dark span:not(.btn-label) {
  color: #373435 !important; 
}

.text-grey, 
.text-grey h1, 
.text-grey h2, 
.text-grey h3, 
.text-grey h4, 
.text-grey h5, 
.text-grey h6, 
.text-grey .lead, 
.text-grey p, 
.text-grey a:not(.button), 
.text-grey a:not(.btn-light):hover, 
.text-grey i, .text-grey li, 
.text-grey label, 
.text-grey div:not(.alert), 
.text-grey span:not(.btn-label) {
    color: #a2a4a6;
}

.uppercase {
	text-transform: uppercase!important;
}

.heading-text.heading-line h1::before, 
.heading-text.heading-line h2::before, 
.heading-text.heading-line h3::before, 
.heading-text.heading-line h4::before, 
.heading-text.heading-line h5::before, 
.heading-text.heading-line h6::before {
    content: '';
    position: absolute;
    width: 40px;
    height: 4px;
    left: 0;
    bottom: -24px;
    right: 0;
    background-color: #a0d2f9;
}

/* ----------------------------------------------------------------
    Navs
-----------------------------------------------------------------*/

.nav-pills .nav-link {
  border-radius: 0;
}

.nav-pills .nav-link.active, 
.nav-pills .show > .nav-link {
    color: #0486ED;
    font-weight: bolder;
    background-color: transparent;
    border-bottom: 2px solid #0486ED;
    letter-spacing: 0.4px;
}

.nav-pills .nav-item a:not(.btn):hover {
  color: #0663AD;
}

/* ----------------------------------------------------------------
    Badges
-----------------------------------------------------------------*/

.badge-primary {
  background-color: #0486ED;
}

/* ----------------------------------------------------------------
    Boxes
-----------------------------------------------------------------*/

.box-rounded-5 {
	border-radius: 5px;
}

.box-rounded-15 {
	border-radius: 15px;
}

.box-rounded-20 {
	border-radius: 20px;
}

.box-shadow {
	box-shadow: 0 0 42px 4px rgba(75, 76, 76, 0.1);
}

/* ----------------------------------------------------------------
    Forms
-----------------------------------------------------------------*/

.form-row > .col, .form-row > [class*="col-"] {
    padding-right: 15px;
    padding-left: 15px;
}

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

.form-group label:not(.error) {
    font-size: 12px;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 4px;
    color: #373435;
}

.form-control, input, select {
    border-radius: 0;
    box-shadow: none;
    line-height: 18px;
    padding: 16px;
    border-radius: 5px;
    border: 1px solid #e0e4e8;
    transition: all .3s ease;
    font-size: 1rem;
}

.form-control:focus, input:focus, select:focus {
	background-color: #fff;
	border-color: #0486ed;
	box-shadow: none;
}

.form-control:focus {
	color: #373435;
	font-family: "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Helvetica Neue", Arial, 
    "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
    font-weight: 400;
    letter-spacing: 0.6px;
}

select.form-control:not([size]):not([multiple]) {
    height: 52px;
}

.form-control::placeholder {
    color: #b3b4b5;
    font-size: 14px;
    opacity: 1;
}

.form-control-file, 
.form-control-range {
    background-color: #fff;
}

.pretty {
  line-height: .7!important;
  margin-right: 2.5rem!important;
}
.pretty.p-bigger label {
  text-indent: 1.5rem!important;
}
.pretty input:checked ~ .state.p-sl-o label::before, 
.pretty.p-toggle .state.p-sl-o label::before {
    border-color: #0486ED!important;
}
.pretty.p-default:not(.p-fill) input:checked ~ .state.p-sl-o label::after {
    background-color: #0486ED!important;
}

/* ----------------------------------------------------------------
    Alert
-----------------------------------------------------------------*/

.alert.alert-primary {
    background-color: rgba(4,134,237,.15);
    color: #0486ed;
    border-color: #A0D2F9;
}
.alert.alert-primary button {
    color: #0486ed;
}

/* ----------------------------------------------------------------
    Overlay
-----------------------------------------------------------------*/

.background-overlay-dark:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.8);
  content: " ";
  width: 100%;
  height: 100%;
  z-index: 0;
  min-height: 2000px; 
}

.background-overlay-gradient-dark:before {
  background: -moz-linear-gradient(to right, rgba(18, 20, 21, 0.9) 0%, rgba(18, 20, 21, 0.5) 100%);
  background: -webkit-linear-gradient(to right, rgba(18, 20, 21, 0.9) 0%, rgba(18, 20, 21, 0.5) 100%);
  background: linear-gradient(to right, rgba(18, 20, 21, 0.9) 0%, rgba(18, 20, 21, 0.5) 100%);
  filter: unicode("progid: DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#fc101010', GradientType=0)");
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: " ";
  width: 100%;
  height: 100%;
  z-index: 0; }

/* ----------------------------------------------------------------
    FOOTER
-----------------------------------------------------------------*/
#footer {
	display: block;
	position: relative;
	background-color: #f8f9fa;
	font-size: 14px;
	line-height: 32px;
	font-weight: 400;
	font-family: "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Helvetica Neue", Arial, 
    "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
}

#footer p {
	font-family: "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Helvetica Neue", Arial, 
    "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
}

#footer a:not(.btn) {font-weight: 400; }
#footer .footer-content {padding: 7rem 0 5rem 0; }
#footer .widget .widget-title,
#footer .widget h4 {
	font-family: "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Helvetica Neue", Arial, 
    "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
	font-size: 14px;
	letter-spacing: 1px;
	font-weight: 600; 
}

#footer .widget .widget-title ul li a,
#footer .widget h4 ul li a {
  font-family: "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Helvetica Neue", Arial, 
    "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
  font-size: 15px;
  line-height: 32px;
  color: #999; 
}

#footer .copyright-content {
	min-height: 80px;
	padding: 30px 0;
	background-color: #eff1f4;
	font-size: 13px;
}

#footer .logo {
	margin-bottom: 54px;
	margin-top: 12px;
	max-width: 80px; 
}

#footer .footer-logo {
	border-right: 1px solid #333;
	margin-bottom: 20px;
	margin-right: 18px;
	padding-right: 16px; 
}

#footer.inverted {background-color: #192443;}

#footer.inverted p {
	font-family: "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Helvetica Neue", Arial, 
    "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
	color: #f1f8fb; 
}

#footer.inverted a:not(.btn) {
	color: #f1f8fb;
	font-weight: 400; 
}

#footer.inverted h1, 
#footer.inverted h2, 
#footer.inverted h3, 
#footer.inverted h4, 
#footer.inverted h5, 
#footer.inverted h6 {
	color: #f1f8fb; 
}

#footer.inverted .widget .widget-title,
#footer.inverted .widget h4 {
	font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Helvetica Neue", Arial, 
    "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
	color: #f1f8fb; 
	font-weight: 700;
	letter-spacing: 0.5px;
}

#footer.inverted .copyright-content {
	background-color: #192443;
	opacity: 0.5;
	color: #8a92a6;
	font-size: 0.75rem;
	font-weight: 400;
	letter-spacing: 0.6px;
	line-height: 1.4;
	border: 1px solid rgba(138, 146, 166, 0.2);
}


/* ----------------------------------------------------------------
    PAGES
-----------------------------------------------------------------*/

/* Homepage */

.inspiro-slider .slide-captions h1 {
    font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Helvetica Neue", Arial, 
    "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
    font-style: italic;
    font-size: 64px;
    font-weight: 900;
    line-height: 86px;
    margin-bottom: 32px;
    color: #f1f8fb;
    text-transform: uppercase;
}

.inspiro-slider .slide-captions > h3 {
    font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Helvetica Neue", Arial, 
    "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
    font-style: normal;
    color: #f1f8fb;
    font-size: 1.25rem;
    font-weight: 500;
    line-height: 36px;
    margin-bottom: 0;
    letter-spacing: 0.4px;
}

@media only screen and (max-width: 991px) {
  .inspiro-slider .slide-captions h1 {
    font-size: 1.875rem;
    line-height: 1.5;
    margin-bottom: 10px;
  }
  .inspiro-slider .slide-captions > h3 {
    font-size: 1.125rem;
    line-height: 1.4;
  }
  .highlight-container, .highlight {
    position: relative;
  }
  .highlight-container {
    display: inline-block;
  }
  .highlight-container:before, .highlight-container:after {
    content: ' ';
      display: block;
      height: 30%;
      width: 100%;
      margin-left: 4px;
      margin-right: -3px;
      margin-top: 6px;
      position: absolute;
  }
  .highlight-container:before {
    background-color: #0486ed;
      top: 20px;
      left: -1px;
  }
  .highlight-container .highlight {
    color: #f9fafc;
      z-index: 4;
  }
  .service-container {
    overflow: inherit !important;
    margin-bottom: 1.75rem;
  }

  .service-block {
    position: relative;
    top: -100px;
    z-index: 4 !important;
    padding: 0 16px;
  }

}

@media only screen and (min-width: 992px) {
  .highlight-container, .highlight {
    position: relative;
  }
  .highlight-container {
    display: inline-block;
  }
  .highlight-container:before, .highlight-container:after {
    content: ' ';
      display: block;
      height: 31%;
      width: 100%;
      margin-left: 4px;
      margin-right: -3px;
      margin-top: 6px;
      position: absolute;
  }
  .highlight-container:before {
    background-color: #0486ed;
      top: 48px;
      left: -1px;
  }
  .highlight-container .highlight {
    color: #f9fafc;
      z-index: 4;
  }
  .service-container {
    overflow: inherit !important;
    margin-bottom: -64px;
  }

  .service-block {
    position: relative;
    top: -160px;
    z-index: 4 !important;
    padding: 0 16px;
  }
}

.service-block img {
	position: relative;
	width: 80px;
	height: auto;
}

.service-block h3 {
	padding-top: 32px;
	font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Helvetica Neue", Arial, 
    "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
    letter-spacing: 1px;
    color: #373435;
    text-transform: uppercase;
    text-align: center;
}

.service-block h4 {
	padding-top: 32px;
	font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Helvetica Neue", Arial, 
    "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
    font-weight: 700;
    letter-spacing: 0.2px;
    color: #373435;
    text-transform: uppercase;
    text-align: center;
}

.service-block p {
	font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Helvetica Neue", Arial, 
    "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 26px;
    letter-spacing: 0.4px;
    color: #373435;
    padding: 16px 0;
}

.service-block a {
	font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Helvetica Neue", Arial, 
    "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
    font-weight: 700;
    font-size: 12px;
    line-height: 18px;
    font-style: italic;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.service-block a:hover {
	color: #0486ed!important;
}

.premise-block {
	position: relative;
}

@media only screen and (max-width: 991px) {
  .premise-container img {
    position: relative;
    left: 0;
    width: 120%;
    height: auto;
    margin-top: 2rem;
  }

  .premise-block h1 {
    font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Helvetica Neue", Arial, 
      "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
      font-weight: 900;
      font-size: 1.25rem;
      line-height: 1.4;
      letter-spacing: 0.6px;
      color: #373435;
      text-transform: capitalize;
  }

  .premise-block h3 {
    font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Helvetica Neue", Arial, 
      "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
      font-weight: 300;
      font-size: 1rem;
      line-height: 1.2;
      letter-spacing: 1.2px;
      color: #373435;
      text-transform: capitalize;
  }

  .premise-block p {
    font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Helvetica Neue", Arial, 
      "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
      font-weight: 400;
      font-size: 14px;
      line-height: 26px;
      letter-spacing: 0.4px;
      color: #373435;
      padding: 16px 0;
  }
}

@media only screen and (min-width: 992px) {
  .premise-container img {
    position: relative;
    left: -150px;
  }

  .premise-block h1 {
    font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Helvetica Neue", Arial, 
      "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
      font-weight: 900;
      font-size: 1.875rem;
      line-height: 1.3;
      letter-spacing: 0.6px;
      color: #373435;
      text-transform: capitalize;
  }

  .premise-block h3 {
    font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Helvetica Neue", Arial, 
      "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
      font-weight: 300;
      font-size: 20px;
      line-height: 32px;
      letter-spacing: 1.2px;
      color: #373435;
      text-transform: capitalize;
  }

  .premise-block p {
    font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Helvetica Neue", Arial, 
      "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
      font-weight: 400;
      font-size: 14px;
      line-height: 26px;
      letter-spacing: 0.4px;
      color: #373435;
  }
}

.premise-block .btn {
	color: #fff;
}

@media only screen and (max-width: 991px) {
  .ca-container {
    margin-bottom: 2rem;
  }
}

.ca-block img {
	width: 60px;
	text-align: left;
	padding-bottom: 1rem;
}

.grid li:hover {
    cursor: pointer;
    background-color: #a0d2f9; }

.cta-home {
	background-image: url(../images/garuda.png);
	background-repeat: no-repeat;
	background-position-x: right 3rem;
}

/* Service: Distribution */

@media only screen and (max-width: 991px) {
  .hl-yellow-container, .hl-yellow {
    position: relative;
  }
  .hl-yellow-container {
    display: inline-block;
  }
  .hl-yellow-container:before, .hl-yellow-container:after {
    content: ' ';
      display: block;
      height: 31%;
      width: 100%;
      margin-left: 4px;
      margin-right: -3px;
      margin-top: -20px;
      position: absolute;
  }
  .hl-yellow-container:before {
    background-color: #ecd213;
      top: 48px;
      left: -1px;
  }
  .hl-yellow-container .hl-yellow {
    color: #f9fafc;
      z-index: 4;
  }
  .sv-child-container {
    overflow: inherit !important;
    margin-bottom: 30px;
  }

  .sv-child-block {
    position: relative;
    top: -80px;
    z-index: 4 !important;
    padding: 0 16px;
  }
}

@media only screen and (min-width: 992px) {
  .hl-yellow-container, .hl-yellow {
    position: relative;
  }
  .hl-yellow-container {
    display: inline-block;
  }
  .hl-yellow-container:before, .hl-yellow-container:after {
    content: ' ';
      display: block;
      height: 31%;
      width: 100%;
      margin-left: 4px;
      margin-right: -3px;
      margin-top: -10px;
      position: absolute;
  }
  .hl-yellow-container:before {
    background-color: #ecd213;
      top: 48px;
      left: -1px;
  }
  .hl-yellow-container .hl-yellow {
    color: #f9fafc;
      z-index: 4;
  }
  .sv-child-container {
    overflow: inherit !important;
    margin-bottom: -64px;
  }

  .sv-child-block {
    position: relative;
    top: -120px;
    z-index: 4 !important;
    padding: 0 16px;
  }
}

.sv-child-block img {
	position: relative;
	width: 180px;
	height: auto;
}

.sv-child-block h4 {
	padding-top: 32px;
	font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Helvetica Neue", Arial, 
    "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
    font-weight: 700;
    letter-spacing: 0.2px;
    color: #373435;
    text-transform: uppercase;
    text-align: center;
}

.sv-child-block p {
	font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Helvetica Neue", Arial, 
    "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 26px;
    letter-spacing: 0.4px;
    color: #373435;
    padding: 16px 0;
}

.sv-child-block a {
	font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Helvetica Neue", Arial, 
    "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
    font-weight: 700;
    font-size: 12px;
    line-height: 18px;
    font-style: italic;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.sv-child-block a:hover {
	color: #0486ed!important;
}

@media only screen and (max-width: 991px) {
  .heading-text.heading-section h3 {
    margin-top: 32px;
  }
}

.heading-text.heading-section h2 {
	color: #373435;
	font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Helvetica Neue", Arial, 
    "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
	font-size: 1.375rem;
	font-weight: 800;
	letter-spacing: 0.4px;
	line-height: 1.4;
	text-transform: uppercase;
}

.heading-text.heading-section > h2::before {
    content: "";
    position: absolute;
    height: 6px;
    width: 64px;
    background-color: #0486ed;
    bottom: -32px;
    left: 0;
    right: 0;
}

.heading-text.heading-section h3 {
	color: #0486ed;
	font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Helvetica Neue", Arial, 
    "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
	font-size: 1.875rem;
	font-weight: 700;
	letter-spacing: 1px;
	line-height: 1.2;
	text-transform: uppercase;
}

.icon-box.medium.border .icon,
.icon-box.medium.border:hover .icon {
	font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Helvetica Neue", Arial, 
    "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
    font-weight: 700;
    color: #fff;
    border: 3px solid #ecd213;
    text-align: center;
    border-radius: 50%;
    background-color: #ecd213;
    font-size: 24px;
    vertical-align: middle;
    padding: 13px;
}

.icon-box.small.border .icon,
.icon-box.small.border:hover .icon {
	font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Helvetica Neue", Arial, 
    "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
    font-weight: 700;
    color: #fff;
    border: 3px solid #ecd213;
    text-align: center;
    border-radius: 50%;
    background-color: #ecd213;
    font-size: 16px;
    vertical-align: middle;
    padding: 8px;
}

.icon-box .icon {
    height: 60px;
    width: 60px;
}

.icon-box > ul {
  margin-left: 72px!important;
}

.small, small {
    font-size: 100%;
    font-weight: 400;
}

.sv-distribution h2 {
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Helvetica Neue", Arial, 
    "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
  letter-spacing: 0px;
  font-size: 2rem;
  line-height: 1.5;
  font-weight: 700;
  padding-bottom: 16px;
}

.sv-distribution .icon-box h3 {
	font-family: "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Helvetica Neue", Arial, 
    "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
	letter-spacing: 0px;
	font-size: 20px;
	line-height: 32px;
	font-weight: 700;
}

.sv-distribution .icon-box p {
	font-family: "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Helvetica Neue", Arial, 
    "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 0.6px;
	line-height: 24px;
}

/* Page: About Us */

.about h1 {
	font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Helvetica Neue", Arial, 
    "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
	color: #373435;
	font-size: 36px;
	font-weight: 800;
	letter-spacing: 2px;
	line-height: 48px;
	text-transform: uppercase;
}


a.career-link {
	color: #0486ed;
	font-family: "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Helvetica Neue", Arial, 
    "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 0.8px;
	line-height: 24px;
	text-transform: uppercase;
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

a.career-link:hover {
	color: #373435;
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}


/* ----------------------------------------------------------------
    BLOG
-----------------------------------------------------------------*/

#blog .single-post .post-item .post-item-description {
    line-height: 28px;
    color: #373435!important;
    font-family: "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Helvetica Neue", Arial, 
    "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
    font-size: 16px;
}

#blog .single-post .post-item .post-item-description h1 {
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Helvetica Neue", Arial, 
    "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
  font-size: 40px;
  font-weight: 600;
  letter-spacing: 1px;
  line-height: 52px;
  text-transform: capitalize;
}

#blog .post-item-description a {
  color: #0486ed;
  -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}

#blog .single-post .post-item .post-item-description h2, 
#blog .single-post .post-item .post-item-description h3, 
#blog .single-post .post-item .post-item-description h4, 
#blog .single-post .post-item .post-item-description h5, 
#blog .single-post .post-item .post-item-description h6 {
  color: #373435;
  font-weight: 700;
}

#blog .single-post .post-item .post-item-description h1, .single-post .post-item .post-item-description > h1, .single-post .post-item .post-item-description > h1 > a {
  font-size: 3.25rem;
  line-height: 1.3;
  letter-spacing: 1px;
  font-weight: 600;
}

#blog .single-post .post-item .post-item-description h2, .single-post .post-item .post-item-description > h2, .single-post .post-item .post-item-description > h2 > a {
  font-size: 1.875rem;
  line-height: 1.3;
  letter-spacing: 0.9px;
  padding-bottom: 1rem;
  padding-top: 1.5rem;
}

#blog .single-post .post-item .post-item-description h3, .single-post .post-item .post-item-description > h3, .single-post .post-item .post-item-description > h3 > a {
  font-size: 1.5rem;
  line-height: 1.4;
  letter-spacing: 0.8px;
}

#blog .single-post .post-item .post-item-description h4 {
  font-size: 1.5rem;
  line-height: 1.4;
  letter-spacing: 0.6px;
}

#blog .single-post .post-item .post-item-description h5 {
  font-size: 1.25rem;
  line-height: 1.4;
  letter-spacing: 0.5px;
}

#blog .single-post .post-item .post-item-description h6 {
  font-size: 1rem;
  line-height: 1.4;
  letter-spacing: 0.4px;
}

#blog .single-post .post-item .post-item-description p {
  color: #373435;
  font-family: "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Helvetica Neue", Arial, 
    "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 400;
}

#blog .single-post .post-item .post-item-description .post-meta {
  color: #a2a4a6;
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Helvetica Neue", Arial, 
    "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.6px;
  line-height: 24px;
  border-bottom: none;
}

#blog .single-post .post-item .post-item-description .post-meta a {
  color: #5c5d5e;
}

.single-post .post-item .post-item-description .post-meta-date, 
.single-post .post-item .post-item-description .post-meta-comments, 
.single-post .post-item .post-item-description .post-meta-category {
  color: #a2a4a6;
  font-size: 14px;
  margin: 0!important;
}

#blog.single-post .post-item .post-meta-date:after {
  content: "\2219";
  padding: 0 8px;
  font-size: 10px;
  color: #a2a4a6;
}

#blog .single-post .post-item .post-meta-description ul li,
#blog .single-post .post-item .post-meta-description ol li {
  color: #373435;
  padding-left: 20px;
}

#blog .single-post .post-item blockquote p {
  padding-left: 4.5rem;
  padding-top: .5rem;
  font-family: "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Helvetica Neue", Arial, 
    "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
  font-size: 1.275rem!important;
  line-height: 1.5!important;
  font-style: italic;
  z-index: 20;
}
#blog .single-post .post-item blockquote::before {
  content: "\f10d";
  font-family: "Font Awesome 5 Free"; 
  font-weight: 900;
  color: #a0d2f9;
  font-size: 4.5rem;
  opacity: .5;
  position: absolute;
  vertical-align: middle;
  z-index: 10;
}
#blog .single-post .post-item blockquote small {
  font-family: "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Helvetica Neue", Arial, 
    "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
  font-size: 0.875rem;
  color: #5c5d5e;
  padding-left: 4.5rem;
}

#blog .single-post .post-item .post-item-description > ul, 
#blog .single-post .post-item .post-item-description > ol {
  padding-left: 1rem!important;
}

#blog .single-post .post-item .post-item-description ul li, 
#blog .single-post .post-item .post-item-description ol li {
  padding-left: 10px;
}

#blog .single-post .post-item .comments .comment_number span,
#blog .single-post .post-item .respond-comment span {
    color: #0486ed;
}

#blog .single-post .post-item a.comment-reply-link {
  color: #0486ed;
}

.post-item .post-image .post-meta-category, 
.post-item .post-slider .post-meta-category, 
.post-item .post-video .post-meta-category, 
.post-item .post-audio .post-meta-category, 
.post-item .post-quote-img .post-meta-category {
    background-color: #0486ed;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    padding: 0 16px;
    border-radius: 50px;
    position: absolute;
    right: 10px;
    top: 11px;
    z-index: 3;
    margin-right: 0;
}

#blog .post-item-description.post-cover h2 a {
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Helvetica Neue", Arial, 
    "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
  font-size: 1.275rem;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: .1px;
  color: #373435!important;
  margin-top: .5rem;
  margin-bottom: 1rem;
  text-transform: capitalize;
}

/* ----------------------------------------------------------------
    TABLE
-----------------------------------------------------------------*/

.single-post table {
	margin-top: 1rem;
}
.single-post thead td {
	font-weight: 600;
	color: #1F1F1F;
}

/* ----------------------------------------------------------------
    OFFER & VENDOR
-----------------------------------------------------------------*/

.offer .icon-truck,
.vendor .icon-truck {
  padding-bottom: 1rem;
  width: 3rem;
}

.offer p.result,
.vendor p.result {
  font-weight: 400;
  font-size: 1.125rem;
  color: #5c5d5e!important;
}

.offer p.agreement,
.vendor p.agreement {
  color: #5c5d5e;
  font-family: "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Helvetica Neue", Arial, 
    "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.6px;
  line-height: 18px;
  padding-top: 1rem;
}

.offer p.agreement a,
.vendor p.agreement a {
  color: #0486ed;
}

.offer thead th,
.vendor thead th {
  font-family: "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Helvetica Neue", Arial, 
    "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
  font-weight: 700;
  letter-spacing: 0.6px;
  vertical-align: top;
}

.offer tbody tr,
.vendor tbody tr {
  background-color: #fff!important;
  font-family: "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Helvetica Neue", Arial, 
    "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
  font-weight: 400;
  letter-spacing: 0.4px;
}

.offer-detail h3,
.vendor-detail h3 {
  font-family: "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Helvetica Neue", Arial, 
    "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
  color: #373435;
  letter-spacing: 1px;
  font-weight: 700;
  margin-bottom: 8px!important;
}

.vendor-detail a:not(.btn) {
  color: #0486ed!important;
  text-decoration: underline;
}

.vendor-detail label {
  font-weight: 400;
  padding-bottom: .5rem;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: #8C9195;
}



