@import url('https://fonts.googleapis.com/css?family=Ubuntu&display=swap');

html {
    height: 100%;
    width: 100%;
    overflow-x: hidden;
}
.dropdown-menu,
body {
    font-size: .875rem;
    font-family: 'Ubuntu', sans-serif;
    padding:0 !important;
}

dd,
dl,
dt,
li,
ol,
ul {
    margin: 0;
    padding: 0
}

.clear {
    clear: both;
    display: block;
    font-size: 0;
    height: 0;
    line-height: 0;
    width: 100%;
    overflow: hidden
}

::selection {
    background: #F47E47;
    color: #fff;
    text-shadow: none
}

::-moz-selection {
    background: #F47E47;
    color: #fff;
    text-shadow: none
}

::-webkit-selection {
    background: #F47E47;
    color: #fff;
    text-shadow: none
}

:active,
:focus {
    outline: 0!important
}

body {
    line-height: 1.5;
    color: #555;
    font-family: 'Ubuntu', sans-serif;
    height: 100%;
    width: 100%;
}

.header a {
    text-decoration: none!important;
    color: #F47E47
}

a:hover {
    color: #222
}

a img {
    border: none
}

img {
    max-width: 100%;
    max-height: 100%;
}

iframe {
    border: none!important
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #444;
    font-weight: 600;
    line-height: 1.5;
    margin: 0 0 20px;
    font-family: 'Ubuntu', sans-serif;
}

h5,
h6 {
    margin-bottom: 20px
}

h1 {
    font-size: 36px
}

h2 {
    font-size: 30px
}

h3 {
    font-size: 24px
}

h4 {
    font-size: 18px
}

h5 {
    font-size: 14px
}

h6 {
    font-size: 12px
}

h4 {
    font-weight: 600
}

h5,
h6 {
    font-weight: 700
}

h1>span:not(.nocolor):not(.badge),
h2>span:not(.nocolor):not(.badge),
h3>span:not(.nocolor):not(.badge),
h4>span:not(.nocolor):not(.badge),
h5>span:not(.nocolor):not(.badge),
h6>span:not(.nocolor):not(.badge) {
    color: #F47E47
}

address,
blockquote,
dd,
dl,
fieldset,
form,
ol,
pre,
table,
ul {
    margin-bottom: 30px
}

small {
    font-family: 'Ubuntu', sans-serif;
}

.uppercase {
    text-transform: uppercase!important
}

.lowercase {
    text-transform: lowercase!important
}

.capitalize {
    text-transform: capitalize!important
}

.nott {
    text-transform: none!important
}

.tright {
    text-align: right!important
}

.tleft {
    text-align: left!important
}

.fright {
    float: right!important
}

.fleft {
    float: left!important
}

.fnone {
    float: none!important
}

.ohidden {
    position: relative;
    overflow: hidden!important
}

#wrapper {
    position: relative;
    float: none;
    margin: 0 auto;
    background-color: #fff;
}

.double-line,
.line {
    clear: both;
    position: relative;
    width: 100%;
    margin: 60px 0;
    border-top: 1px solid #eee
}

.line.line-sm {
    margin: 30px 0
}

span.middot {
    display: inline-block;
    margin: 0 5px
}

.double-line {
    border-top: 3px double #e5e5e5
}

.emptydiv {
    display: block!important;
    position: relative!important
}

.allmargin {
    margin: 50px!important
}

.leftmargin {
    margin-left: 50px!important
}

.rightmargin {
    margin-right: 50px!important
}

.topmargin {
    margin-top: 50px!important
}

.bottommargin {
    margin-bottom: 50px!important
}

.clear-bottommargin {
    margin-bottom: -50px!important
}

.allmargin-sm {
    margin: 30px!important
}

.leftmargin-sm {
    margin-left: 30px!important
}

.rightmargin-sm {
    margin-right: 30px!important
}

.topmargin-sm {
    margin-top: 30px!important
}

.bottommargin-sm {
    margin-bottom: 30px!important
}

.clear-bottommargin-sm {
    margin-bottom: -30px!important
}

.allmargin-lg {
    margin: 80px!important
}

.leftmargin-lg {
    margin-left: 80px!important
}

.rightmargin-lg {
    margin-right: 80px!important
}

.topmargin-lg {
    margin-top: 80px!important
}

.bottommargin-lg {
    margin-bottom: 80px!important
}

.clear-bottommargin-lg {
    margin-bottom: -80px!important
}

.nomargin {
    margin: 0!important
}

.noleftmargin {
    margin-left: 0!important
}

.norightmargin {
    margin-right: 0!important
}

.notopmargin {
    margin-top: 0!important
}

.nobottommargin {
    margin-bottom: 0!important
}

.header-stick {
    margin-top: -50px!important
}

.content-wrap .header-stick {
    margin-top: -80px!important
}

.footer-stick {
    margin-bottom: -50px!important
}

.content-wrap .footer-stick {
    margin-bottom: -80px!important
}

.noborder {
    border: none!important
}

.noleftborder {
    border-left: none!important
}

.norightborder {
    border-right: none!important
}

.notopborder {
    border-top: none!important
}

.nobottomborder {
    border-bottom: none!important
}

.noradius {
    -webkit-border-radius: 0!important;
    -moz-border-radius: 0!important;
    -ms-border-radius: 0!important;
    -o-border-radius: 0!important;
    border-radius: 0!important
}

.col-padding {
    padding: 60px
}

.nopadding {
    padding: 0!important
}

.noleftpadding {
    padding-left: 0!important
}

.norightpadding {
    padding-right: 0!important
}

.notoppadding {
    padding-top: 0!important
}

.nobottompadding {
    padding-bottom: 0!important
}

.noabsolute {
    position: relative!important
}

.noshadow {
    box-shadow: none!important
}

.notextshadow {
    text-shadow: none!important
}

.hidden {
    display: none!important
}

.nothidden {
    display: block!important
}

.inline-block {
    float: none!important;
    display: inline-block!important
}

.center {
    text-align: center!important
}

.divcenter {
    position: relative!important;
    float: none!important;
    margin-left: auto!important;
    margin-right: auto!important
}

.bgcolor,
.bgcolor #header-wrap {
    background-color: #F47E47!important
}

.bg-white {
    background-color: #ffff;
}
.bg-gray {
    background-color: #f2f2f2;
}
.bg-dark-blue {
    background-color: #0B1538;
}
.bg-orange {
    background-color: #ff8041;
}

.color {
    color: #F47E47!important
}

.border-color {
    border-color: #F47E47!important
}

.nobg {
    background: 0 0!important
}

.nobgcolor {
    background-color: transparent!important
}

.t300 {
    font-weight: 300!important
}

.t400 {
    font-weight: 400!important
}

.t500 {
    font-weight: 500!important
}

.t600 {
    font-weight: 600!important
}

.t700 {
    font-weight: 700!important
}

.ls0 {
    letter-spacing: 0!important
}

.ls1 {
    letter-spacing: 1px!important
}

.ls2 {
    letter-spacing: 2px!important
}

.ls3 {
    letter-spacing: 3px!important
}

.ls4 {
    letter-spacing: 4px!important
}

.ls5 {
    letter-spacing: 5px!important
}

.noheight {
    height: 0!important
}

.nolineheight {
    line-height: 0!important
}

.font-body {
    font-family: 'Ubuntu', sans-serif;
}

.font-primary {
    font-family: 'Ubuntu', sans-serif;
}

.font-secondary {
    font-family: 'Ubuntu', sans-serif;
}

.text-orange {
    color: #F47E47 !important;
}

.bgicon {
    display: block;
    position: absolute;
    bottom: -60px;
    right: -50px;
    font-size: 210px;
    color: rgba(0, 0, 0, .1)
}

.imagescale,
.imagescalein {
    display: block;
    overflow: hidden
}

.imagescale img,
.imagescalein img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: all 1s ease;
    transition: all 1s ease
}

.imagescale:hover img {
    -webkit-transform: scale(1);
    transform: scale(1)
}

.imagescalein img {
    -webkit-transform: scale(1);
    transform: scale(1)
}

.imagescalein:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.grayscale {
    filter: brightness(80%) grayscale(1) contrast(90%);
    -webkit-filter: brightness(80%) grayscale(1) contrast(90%);
    -moz-filter: brightness(80%) grayscale(1) contrast(90%);
    -o-filter: brightness(80%) grayscale(1) contrast(90%);
    -ms-filter: brightness(80%) grayscale(1) contrast(90%);
    transition: 1s filter ease;
    -webkit-transition: 1s -webkit-filter ease;
    -moz-transition: 1s -moz-filter ease;
    -ms-transition: 1s -ms-filter ease;
    -o-transition: 1s -o-filter ease
}

.grayscale:hover {
    filter: brightness(100%) grayscale(0);
    -webkit-filter: brightness(100%) grayscale(0);
    -moz-filter: brightness(100%) grayscale(0);
    -o-filter: brightness(100%) grayscale(0);
    -ms-filter: brightness(100%) grayscale(0)
}

.bganimate {
    -webkit-animation: BgAnimated 30s infinite linear;
    -moz-animation: BgAnimated 30s infinite linear;
    -ms-animation: BgAnimated 30s infinite linear;
    -o-animation: BgAnimated 30s infinite linear;
    animation: BgAnimated 30s infinite linear
}

@-webkit-keyframes BgAnimated {
    from {
        background-position: 0 0
    }
    to {
        background-position: 0 400px
    }
}

@-moz-keyframes BgAnimated {
    from {
        background-position: 0 0
    }
    to {
        background-position: 0 400px
    }
}

@-ms-keyframes BgAnimated {
    from {
        background-position: 0 0
    }
    to {
        background-position: 0 400px
    }
}

@-o-keyframes BgAnimated {
    from {
        background-position: 0 0
    }
    to {
        background-position: 0 400px
    }
}

@keyframes BgAnimated {
    from {
        background-position: 0 0
    }
    to {
        background-position: 0 400px
    }
}

.input-block-level {
    display: block;
    width: 100%!important;
    min-height: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.vertical-middle {
    height: auto!important;
    left: 0;
    max-width: none!important;
    z-index: 2
}

.vertical-middle+.video-wrap {
    z-index: 1!important
}

.magnific-max-width .mfp-content {
    max-width: 800px
}

.section {
    position: relative;
    padding: 60px 0;
    overflow: hidden
}

.parallax {
    background-color: transparent;
    background-attachment: fixed;
    background-position: 50% 0;
    background-repeat: no-repeat;
    overflow: hidden;
    will-change: transform
}

.mobile-parallax,
.video-placeholder {
    background-size: cover!important;
    background-attachment: scroll!important;
    background-position: center center!important
}

.section .container {
    z-index: 2
}

.section .container+.video-wrap {
    z-index: 1
}

.revealer-image {
    position: relative;
    bottom: -100px;
    transition: bottom .3s ease-in-out;
    -webkit-transition: bottom .3s ease-in-out;
    -o-transition: bottom .3s ease-in-out
}

.section:hover .revealer-image {
    bottom: -50px
}

.col_full {
    width: 100%
}

.col_half,
.postcontent.bothsidebar {
    width: 48%
}

.col_one_third {
    width: 30.63%
}

.col_two_third {
    width: 65.33%
}

.col_one_fourth,
.sidebar {
    width: 22%
}

.col_three_fourth,
.postcontent {
    width: 74%
}

.col_one_fifth {
    width: 16.8%
}

.col_two_fifth {
    width: 37.6%
}

.col_three_fifth {
    width: 58.4%
}

.col_four_fifth {
    width: 79.2%
}

.col_one_sixth {
    width: 13.33%
}

.col_five_sixth {
    width: 82.67%
}

body.stretched .container-fullwidth {
    position: relative;
    padding: 0 60px;
    width: 100%
}

.col_five_sixth,
.col_four_fifth,
.col_full,
.col_half,
.col_one_fifth,
.col_one_fourth,
.col_one_sixth,
.col_one_third,
.col_three_fifth,
.col_three_fourth,
.col_two_fifth,
.col_two_third,
.postcontent,
.sidebar {
    display: block;
    position: relative;
    margin-right: 4%;
    margin-bottom: 50px;
    float: left
}

.col_full {
    clear: both;
    float: none;
    margin-right: 0
}

.col_last {
    margin-right: 0!important;
    float: right;
    clear: right
}

.fslider,
.fslider .flexslider,
.fslider .slide,
.fslider .slide>a,
.fslider .slide>a>img,
.fslider .slide>img,
.fslider .slider-wrap {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    overflow: hidden;
    -webkit-backface-visibility: hidden
}

.fslider {
    min-height: 32px
}

.flex-container a:active,
.flex-container a:focus,
.flexslider a:active,
.flexslider a:focus {
    outline: 0;
    border: none
}

.flex-control-nav,
.flex-direction-nav,
.slider-wrap {
    margin: 0;
    padding: 0;
    list-style: none;
    border: none
}

.flexslider {
    position: relative;
    margin: 0;
    padding: 0
}

.flexslider .slider-wrap>.slide {
    display: none;
    -webkit-backface-visibility: hidden
}

.flexslider .slider-wrap img {
    width: 100%;
    display: block
}

.flex-pauseplay span {
    text-transform: capitalize
}

.slider-wrap:after {
    content: "\0020";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

html[xmlns] .slider-wrap {
    display: block
}

* html .slider-wrap {
    height: 1%
}

.no-js .slider-wrap>.slide:first-child {
    display: block
}

.flex-viewport {
    max-height: 2000px;
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease
}

.flex-control-nav {
    position: absolute;
    z-index: 10;
    text-align: center;
    top: 14px;
    right: 10px;
    margin: 0
}

.flex-control-nav li {
    float: left;
    display: block;
    margin: 0 3px;
    width: 10px;
    height: 10px
}

.flex-control-nav li a {
    display: block;
    cursor: pointer;
    text-indent: -9999px;
    width: 10px!important;
    height: 10px!important;
    border: 1px solid #fff;
    border-radius: 50%;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out
}

.flex-control-nav li a.flex-active,
.flex-control-nav li:hover a {
    background-color: #fff
}

.stretched #wrapper {
    width: 100%;
    margin: 0;
    box-shadow: none;
}

#topbar {
    padding: 0px 30px;
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    background: #ff8041;
    justify-content: space-between;
}

#topbar .right,#topbar .left{
    display: flex;
    flex-grow: 1;
    align-items: center;
}
#topbar .right{
    justify-content: flex-end;
}

#topbar a {
    margin: 0px 10px;
    color: #fff
}

#topbar i, #topbar span {
    color: #fff;
}

#topbar i {
    margin: 0px 10px 0px 10px;
}

#topbar .client-area {
    padding: 10px;
    background-color: #d85c25
}

#main-header {
    border-bottom: 1px solid #fff;
}

.sticky-header #main-header {
    border-bottom: none !important;
}

#header {
    position: relative;
}

#header.dark {
    background-color: transparent;
}

#header.sticky-header {
    background-color: #202844;
}

#header .container {
    position: relative;
}

#header.semi-transparent {
    background-color: rgba(255, 255, 255, .8)
}

#header.transparent-header.floating-header {
    margin-top: 60px
}

#header.transparent-header.floating-header .container {
    width: 1190px;
    max-width: 1190px;
    background-color: #fff;
    padding: 0 40px;
    border-radius: 2px
}

#header.transparent-header+#google-map,
#header.transparent-header+#page-title.page-title-parallax,
#header.transparent-header+#slider,
#slider+#header.transparent-header {
    top: -105px;
    margin-bottom: -105px;
    position: relative;
}


#header.transparent-header+#page-title.page-title-parallax .container {
    z-index: 5;
    padding-top: 100px
}

body.stretched #header.full-header .container {
    width: 100%;
    max-width: none;
    padding: 0 30px
}

#logo a {
    display: block;
    color: #000
}

#logo img {
    display: block;
    max-width: 100%
}

#logo a.standard-logo {
    display: block
}

#logo a.retina-logo {
    display: none
}

#primary-menu {
    float: right
}

#primary-menu ul.mobile-primary-menu {
    display: none
}

#page-submenu-trigger,
#primary-menu-trigger {
    font-size: 25px;
    right: 0;
    z-index: 1;
    color: #fff;
    cursor: pointer;
    position: absolute;
    margin-top: -50px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
}

#primary-menu ul {
    list-style: none;
    margin: 0
}

#primary-menu>ul {
    float: left
}

#primary-menu ul li {
    position: relative
}

#primary-menu ul li.mega-menu {
    position: inherit
}

#primary-menu ul>li {
    float: left;
    margin-left: 2px
}

#primary-menu>ul>li:first-child {
    margin-left: 0
}

#primary-menu ul li>a {
    display: block;
    line-height: 22px;
    padding: 30px 15px;
    color: #fff;
    font-weight: 700;
    font-size: 13px;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-family: 'Ubuntu', sans-serif;
    -webkit-transition: margin .4s ease, padding .4s ease;
    -o-transition: margin .4s ease, padding .4s ease;
    transition: margin .4s ease, padding .4s ease
}

#primary-menu ul li>a span {
    display: none
}

#primary-menu ul li>a i {
    position: relative;
    top: -1px;
    font-size: 14px;
    width: 16px;
    text-align: center;
    margin-right: 6px;
    vertical-align: top
}

#primary-menu ul li>a i.icon-angle-down:last-child {
    font-size: 12px;
    margin: 0 0 0 5px
}

#primary-menu ul li.current>a,
#primary-menu ul li:hover>a {
    color: #F47E47
}

#primary-menu ul li .mega-menu-content,
#primary-menu ul ul:not(.mega-menu-column) {
    display: none;
    position: absolute;
    width: 220px;
    background-color: #fff;
    box-shadow: 0 13px 42px 11px rgba(0, 0, 0, .05);
    border: 1px solid #eee;
    border-top: 2px solid #F47E47;
    height: auto;
    z-index: 199;
    top: 100%;
    left: 0;
    margin: 0
}

#primary-menu ul li .mega-menu-content {
    display: -ms-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: stretch;
    align-items: stretch
}

#primary-menu.on-click ul li .mega-menu-content {
    display: none
}

#primary-menu.on-click ul li .mega-menu-content.d-block {
    display: -ms-flex!important;
    display: flex!important
}

#primary-menu ul ul:not(.mega-menu-column) ul {
    top: -2px!important;
    left: 218px
}

#primary-menu ul li .mega-menu-content.menu-pos-invert,
#primary-menu ul ul.menu-pos-invert:not(.mega-menu-column) {
    left: auto;
    right: 0
}

#primary-menu ul ul:not(.mega-menu-column) ul.menu-pos-invert {
    right: 218px
}

#primary-menu ul ul li {
    float: none;
    margin: 0
}

#primary-menu ul ul li:first-child {
    border-top: 0
}

#primary-menu ul ul li>a {
    font-size: 12px;
    font-weight: 700;
    color: #666;
    padding-top: 10px;
    padding-bottom: 10px;
    border: 0;
    letter-spacing: 0;
    font-family: 'Ubuntu', sans-serif;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

#primary-menu ul ul li>a i {
    vertical-align: middle
}

#primary-menu ul ul li:hover>a {
    background-color: #f9f9f9;
    padding-left: 18px;
    color: #F47E47
}

.link-sub sub {
    bottom: -0.5em;
}

#primary-menu ul li .mega-menu-content,
#primary-menu ul li.mega-menu-small .mega-menu-content {
    /* width: 720px; */
    width: 100%;
}

body.stretched #header.full-header #primary-menu ul li.mega-menu .mega-menu-content {
    margin: 0 30px
}

#primary-menu ul li.mega-menu .mega-menu-content.style-2 {
    padding: 0 10px
}

#primary-menu ul li .mega-menu-content ul {
    display: block;
    position: relative;
    top: 0;
    min-width: inherit;
    border: 0;
    box-shadow: none;
    background-color: transparent
}

#primary-menu ul li .mega-menu-content ul:not(.megamenu-dropdown) {
    display: block!important;
    opacity: 1!important;
    top: 0;
    left: 0
}

#primary-menu ul li .mega-menu-content ul.mega-menu-column {
    float: left;
    margin: 0;
    padding-left: 0;
    padding-right: 0
}

#primary-menu ul li .mega-menu-content ul.mega-menu-column.col-5 {
    width: 20%;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%
}

#primary-menu ul li .mega-menu-content ul:not(.mega-menu-column) {
    width: 100%
}

#primary-menu ul li .mega-menu-content ul.mega-menu-column:not(:first-child) {
    border-left: 1px solid #f2f2f2
}

#primary-menu ul li .mega-menu-content.style-2 ul.mega-menu-column {
    padding: 30px 20px
}

#primary-menu ul li .mega-menu-content.style-2 ul.mega-menu-column>li.mega-menu-title {
    margin-top: 20px
}

#primary-menu ul li .mega-menu-content.style-2 ul.mega-menu-column>li.mega-menu-title:first-child {
    margin-top: 0
}

#primary-menu ul li .mega-menu-content.style-2 ul.mega-menu-column>li.mega-menu-title>a {
    font-size: 13px;
    font-weight: 700;
    font-family: 'Ubuntu', sans-serif;
    letter-spacing: 1px;
    text-transform: uppercase!important;
    margin-bottom: 15px;
    color: #444;
    padding: 0!important;
    line-height: 1.3!important
}

#primary-menu ul li .mega-menu-content.style-2 ul.mega-menu-column>li.mega-menu-title:hover>a {
    background-color: transparent
}

#primary-menu ul li .mega-menu-content.style-2 ul.mega-menu-column>li.mega-menu-title>a:hover {
    color: #F47E47
}

#primary-menu ul li .mega-menu-content.style-2 ul.mega-menu-column>li.mega-menu-title.sub-menu:hover>a,
#primary-menu ul li .mega-menu-content.style-2 ul.mega-menu-column>li.mega-menu-title.sub-menu>a {
    background: 0 0
}

#primary-menu ul li .mega-menu-content.style-2 li {
    border: 0
}

#primary-menu ul li .mega-menu-content.style-2 ul li>a {
    padding-left: 5px;
    padding-top: 7px;
    padding-bottom: 7px
}

#primary-menu ul li .mega-menu-content.style-2 ul li>a:hover {
    padding-left: 12px
}

#primary-menu.style-2 {
    float: none;
    max-width: none;
    border-top: 1px solid #f5f5f5
}

#primary-menu.style-2>div>ul {
    float: left
}

#primary-menu.style-2>div>ul>li>a {
    padding-top: 19px;
    padding-bottom: 19px
}

#logo+#primary-menu.style-2 {
    border-top: 0
}

#primary-menu.style-2>div #side-panel-trigger,
#primary-menu.style-2>div #top-cart,
#primary-menu.style-2>div #top-search {
    margin-top: 20px;
    margin-bottom: 20px
}

body:not(.device-md):not(.device-sm):not(.device-xs) #primary-menu.style-2.center>div,
body:not(.device-md):not(.device-sm):not(.device-xs) #primary-menu.style-2.center>ul {
    float: none;
    display: inline-block!important;
    width: auto;
    text-align: left
}

#primary-menu.sub-title.style-2>div>ul>li,
#primary-menu.sub-title>ul>li {
    background: url(images/icons/menu-divider.png) no-repeat right center;
    margin-left: 1px
}

#primary-menu.sub-title ul li:first-child {
    padding-left: 0;
    margin-left: 0
}

#primary-menu.sub-title>div>ul>li>a,
#primary-menu.sub-title>ul>li>a {
    line-height: 14px;
    padding: 27px 20px 32px;
    text-transform: uppercase;
    border-top: 5px solid transparent
}

#primary-menu.sub-title>div>ul>li>a span,
#primary-menu.sub-title>ul>li>a span {
    display: block;
    margin-top: 10px;
    line-height: 12px;
    font-size: 11px;
    font-weight: 400;
    color: #888;
    text-transform: capitalize
}

#primary-menu.sub-title>div>ul>li.current>a,
#primary-menu.sub-title>div>ul>li:hover>a,
#primary-menu.sub-title>ul>li.current>a,
#primary-menu.sub-title>ul>li:hover>a {
    background-color: #F47E47;
    color: #fff;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .2);
    border-top-color: rgba(0, 0, 0, .1)
}

#primary-menu.sub-title.style-2>div>ul>li.current>a span,
#primary-menu.sub-title.style-2>div>ul>li:hover>a span,
#primary-menu.sub-title>ul>li.current>a span,
#primary-menu.sub-title>ul>li:hover>a span {
    color: #eee
}

#primary-menu.sub-title.style-2 ul ul span {
    display: none
}

#primary-menu.sub-title.style-2>div>ul>li {
    background-position: left center
}

#primary-menu.sub-title.style-2>div #side-panel-trigger,
#primary-menu.sub-title.style-2>div #top-cart,
#primary-menu.sub-title.style-2>div #top-search {
    float: right;
    margin-top: 30px;
    margin-bottom: 30px
}

#primary-menu.sub-title.style-2 div ul li:first-child,
#primary-menu.sub-title.style-2>div>ul>li.current+li,
#primary-menu.sub-title.style-2>div>ul>li:hover+li {
    background-image: none
}

#primary-menu.sub-title.style-2>div>ul>li>a {
    padding-top: 17px;
    padding-bottom: 22px
}

#logo a {
    display: block;
    color: #000
}

#logo img {
    display: block;
    /*max-width: 100%;*/
    max-width: 340px;
    height: auto;
}

#logo a.standard-logo {
    display: block
}

#logo a.retina-logo {
    display: none
}
.heading-block {
    /*padding: 1em 2em;*/
}
.heading-block h1 {
    letter-spacing: 3px;
}
.header-extras {
    float: right;
    margin: 30px 0 0
}

.header-extras li {
    float: left;
    margin-left: 20px;
    height: 40px;
    overflow: hidden;
    list-style: none
}

.header-extras li i {
    margin-top: 3px!important
}

.header-extras li:first-child {
    margin-left: 0
}

.header-extras li .he-text {
    float: left;
    padding-left: 10px;
    font-weight: 700;
    font-size: 14px;
    line-height: 1.43
}

.header-extras li .he-text span {
    display: block;
    font-weight: 400;
    color: #F47E47
}

#primary-menu {
    float: right
}

#primary-menu ul.mobile-primary-menu {
    display: none
}

#header.full-header #primary-menu>ul {
    float: left;
    padding-right: 15px;
    /*margin-right: 15px;*/
}

.floating-header #primary-menu ul li.mega-menu .mega-menu-content {
    margin: 0;
    width: 1190px
}

body.stretched .container-fullwidth #primary-menu ul li.mega-menu .mega-menu-content {
    margin: 0 60px
}

body.stretched #header.full-header #primary-menu ul li.mega-menu .mega-menu-content {
    margin: 0 30px
}

#primary-menu ul li.mega-menu .mega-menu-content.style-2 {
    padding: 0 10px
}

#primary-menu ul li .mega-menu-content ul {
    display: block;
    position: relative;
    top: 0;
    min-width: inherit;
    border: 0;
    box-shadow: none;
    background-color: transparent
}

#primary-menu ul li .mega-menu-content ul:not(.megamenu-dropdown) {
    display: block!important;
    opacity: 1!important;
    top: 0;
    left: 0
}

#primary-menu ul li .mega-menu-content ul.mega-menu-column {
    float: left;
    margin: 0;
    padding-left: 0;
    padding-right: 0
}

#primary-menu ul li .mega-menu-content ul.mega-menu-column.col-5 {
    width: 20%;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%
}

#primary-menu ul li .mega-menu-content ul:not(.mega-menu-column) {
    width: 100%
}

#primary-menu ul li .mega-menu-content ul.mega-menu-column:not(:first-child) {
    border-left: 1px solid #f2f2f2
}

#primary-menu ul li .mega-menu-content.style-2 ul.mega-menu-column {
    padding: 30px 20px
}

#primary-menu ul li .mega-menu-content.style-2 ul.mega-menu-column>li.mega-menu-title {
    margin-top: 20px
}

#primary-menu ul li .mega-menu-content.style-2 ul.mega-menu-column>li.mega-menu-title:first-child {
    margin-top: 0
}

#primary-menu ul li .mega-menu-content.style-2 ul.mega-menu-column>li.mega-menu-title>a {
    font-size: 13px;
    font-weight: 700;
    font-family: 'Ubuntu', sans-serif;
    letter-spacing: 1px;
    text-transform: uppercase!important;
    margin-bottom: 15px;
    color: #444;
    padding: 0!important;
    line-height: 1.3!important
}

#primary-menu ul li .mega-menu-content.style-2 ul.mega-menu-column>li.mega-menu-title:hover>a {
    background-color: transparent
}

#primary-menu ul li .mega-menu-content.style-2 ul.mega-menu-column>li.mega-menu-title>a:hover {
    color: #F47E47
}

#primary-menu ul li .mega-menu-content.style-2 ul.mega-menu-column>li.mega-menu-title.sub-menu:hover>a,
#primary-menu ul li .mega-menu-content.style-2 ul.mega-menu-column>li.mega-menu-title.sub-menu>a {
    background: 0 0
}

#primary-menu ul li .mega-menu-content.style-2 li {
    border: 0
}

#primary-menu ul li .mega-menu-content.style-2 ul li>a {
    padding-left: 5px;
    padding-top: 7px;
    padding-bottom: 7px
}

#primary-menu ul li .mega-menu-content.style-2 ul li>a:hover {
    padding-left: 12px
}

.mega-menu-column .entry-meta {
    margin: 8px -10px 0 0!important;
    border: none!important;
    padding: 0!important
}

.mega-menu-column .entry-meta li {
    float: left!important;
    border: none!important;
    margin: 0 10px 0 0!important
}

#primary-menu.style-2 {
    float: none;
    max-width: none;
    border-top: 1px solid #f5f5f5
}

#primary-menu.style-2>div>ul {
    float: left
}

#primary-menu.style-2>div>ul>li>a {
    padding-top: 19px;
    padding-bottom: 19px
}

#logo+#primary-menu.style-2 {
    border-top: 0
}

#primary-menu.style-2>div #side-panel-trigger,
#primary-menu.style-2>div #top-cart,
#primary-menu.style-2>div #top-search {
    margin-top: 20px;
    margin-bottom: 20px
}

body:not(.device-md):not(.device-sm):not(.device-xs) #primary-menu.style-2.center>div,
body:not(.device-md):not(.device-sm):not(.device-xs) #primary-menu.style-2.center>ul {
    float: none;
    display: inline-block!important;
    width: auto;
    text-align: left
}

#primary-menu.sub-title.style-2>div>ul>li,
#primary-menu.sub-title>ul>li {
    background: url(images/icons/menu-divider.png) no-repeat right center;
    margin-left: 1px
}

#primary-menu.sub-title ul li:first-child {
    padding-left: 0;
    margin-left: 0
}

#primary-menu.sub-title>div>ul>li>a,
#primary-menu.sub-title>ul>li>a {
    line-height: 14px;
    padding: 27px 20px 32px;
    text-transform: uppercase;
    border-top: 5px solid transparent
}

#primary-menu.sub-title>div>ul>li>a span,
#primary-menu.sub-title>ul>li>a span {
    display: block;
    margin-top: 10px;
    line-height: 12px;
    font-size: 11px;
    font-weight: 400;
    color: #888;
    text-transform: capitalize
}

#primary-menu.sub-title>div>ul>li.current>a,
#primary-menu.sub-title>div>ul>li:hover>a,
#primary-menu.sub-title>ul>li.current>a,
#primary-menu.sub-title>ul>li:hover>a {
    background-color: #F47E47;
    color: #fff;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .2);
    border-top-color: rgba(0, 0, 0, .1)
}

#primary-menu.sub-title.style-2>div>ul>li.current>a span,
#primary-menu.sub-title.style-2>div>ul>li:hover>a span,
#primary-menu.sub-title>ul>li.current>a span,
#primary-menu.sub-title>ul>li:hover>a span {
    color: #eee
}

#primary-menu.sub-title.style-2 ul ul span {
    display: none
}

#primary-menu.sub-title.style-2>div>ul>li {
    background-position: left center
}

#primary-menu.sub-title.style-2>div #side-panel-trigger,
#primary-menu.sub-title.style-2>div #top-cart,
#primary-menu.sub-title.style-2>div #top-search {
    float: right;
    margin-top: 30px;
    margin-bottom: 30px
}

#primary-menu.sub-title.style-2 div ul li:first-child,
#primary-menu.sub-title.style-2>div>ul>li.current+li,
#primary-menu.sub-title.style-2>div>ul>li:hover+li {
    background-image: none
}

#primary-menu.sub-title.style-2>div>ul>li>a {
    padding-top: 17px;
    padding-bottom: 22px
}

#header,
#header-wrap,
#logo img {
    -webkit-transition: height .4s ease, opacity .3s ease;
    -o-transition: height .4s ease, opacity .3s ease;
    transition: height .4s ease, opacity .3s ease
}

#logo {
    position: relative;
    float: left;
    font-family: 'Ubuntu', sans-serif;
    font-size: 36px;
    line-height: 100%;
    /*margin-right: 40px;*/
}

#header.full-header #logo {
    padding-left: 30px;
    /*margin-left: 30px;*/
    padding-top: 15px;
}

#header .container {
    position: relative;
}

body.stretched #header.full-header .container {
    width: 100% !important;
    max-width: none;
    padding: 0 30px;
}

#header.sticky-header.semi-transparent {
    background-color: transparent
}

#header-wrap {
    position: relative;
    z-index: 199;
    -webkit-backface-visibility: hidden
}

#header.sticky-header #header-wrap {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #202844;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1)
}

/*Footer*/
#footer {
    position: relative;
    background-color: #202844;
    border-top: 5px solid rgba(0, 0, 0, .2)
    background-color: #333;
    color: #ccc;
    border-top-color: rgba(0,0,0,.2);
}
#footer .footer-widgets-wrap {
    position: relative;
    padding: 40px 0
}

.footer-widgets-wrap .col_five_sixth,
.footer-widgets-wrap .col_four_fifth,
.footer-widgets-wrap .col_full,
.footer-widgets-wrap .col_half,
.footer-widgets-wrap .col_one_fifth,
.footer-widgets-wrap .col_one_fourth,
.footer-widgets-wrap .col_one_sixth,
.footer-widgets-wrap .col_one_third,
.footer-widgets-wrap .col_three_fifth,
.footer-widgets-wrap .col_three_fourth,
.footer-widgets-wrap .col_two_fifth,
.footer-widgets-wrap .col_two_third {
    margin-bottom: 0;
    margin-right: 0;
}

.footer-widgets-wrap > .widget > a {
    color: inherit;
}

.footer-logo-mobile {
    margin: auto;
    width: 65%;
}

.spost .entry-title h4 {
    margin: 0;
    font-size: 14px;
    font-weight: 600;
}

#copyrights {
    padding: 20px 0;
    background-color: #ddd;
    font-size: 14px;
    line-height: 1.8
}

.dark #copyrights {
    background-color: rgba(0,0,0,.2);
    color: rgba(255,255,255,.25);
    text-shadow: 1px 1px 1px rgba(0,0,0,.1);
}

#copyrights i.footer-icon {
    position: relative;
    top: 1px;
    font-size: 14px;
    width: 14px;
    text-align: center;
    margin-right: 3px
}

#copyrights a {
    color: #aaa
}

#copyrights a:hover {
    color: #fff
}

#copyrights a:first-child {
    margin-left: 0;
}

.copyright-links a {
    display: inline-block;
    margin: 0 3px;
    color: #bbb;
    /*border-bottom: 1px dotted #444*/
}

.copyright-links a:hover {
    color: #fff;
    border-bottom: 1px solid #666
}

.copyrights-menu {
    margin-bottom: 10px
}

.copyrights-menu a {
    font-size: 14px;
    margin: 0 10px;
    border-bottom: 0!important
}

#copyrights .col_half {
    margin-bottom: 0!important
}

#copyrights a:first-child {
    margin-left: 0
}

#copyrights .tright a:last-child {
    margin-right: 0
}

#copyrights .icon-zone{
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.footer-logo {
    display: block;
    margin-bottom: 30px;
}
.widget {
    position: relative;
    margin-top: 50px
}

.widget p {
    line-height: 1.7
}
.widget:first-child {
    margin-top: 0
}
.widget>h4 {
    margin-bottom: 25px;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #F47E47;
}

.dark .spost .entry-title h4 a:hover, .dark .mpost .entry-title h4 a:hover {
    color: #F47E47;
}

.dark .spost .entry-title h4 a, .dark .mpost .entry-title h4 a {
    color: #ccc;
}

.dark .spost .entry-title.current h4 a, .dark .mpost .entry-title.current h4 a {
    color: #F47E47;
}

.spost {
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px dashed #e5e5e5;
}

.spost:first-child {
    margin-top: 0;
    padding-top: 0;
    border-top: 0;
}
.si-borderless {
    border-color: transparent!important;
}
.img-iso {
    width: 23%;
    margin-left: 10px;
}
.i-bordered, .i-circled, .i-plain, .i-rounded, .social-icon {
    /*display: block;
    float: left;*/
    display: inline-block;
    margin: 10px 0px 10px 0;
    text-align: center!important;
    font-size: 28px;
    color: #fff;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .3);
    cursor: pointer;
    font-style: normal;
}
.social-icon.si-small {
    /*width: 32px;
    height: 32px;
    font-size: 14px;*/
    width: 34px;
    height: 34px;
    font-size: 16px;
    border-radius: 5px;
    line-height: 30px!important
}
.social-icon i {
    display: block;
    position: relative;
    padding-top: 10px
}
body:not(.device-touch) .social-icon i {
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.social-icon i:last-child {
    color: #fff!important
}

.social-icon:hover {
    color: #555;
    border-color: transparent
}

.si-colored.social-icon {
    border-color: transparent
}
.si-colored.si-facebook,
.si-facebook:hover {
    background-color: #3b5998!important
}
.si-colored.si-gplus,
.si-gplus:hover {
    background-color: #dd4b39!important
}
.si-colored.si-linkedin,
.si-linkedin:hover {
    background-color: #0e76a8!important
}
.si-colored.si-twitter,
.si-twitter:hover {
    background-color: #00acee!important
}

.si-colored.si-youtube,
.si-youtube:hover {
    background-color: #c4302b!important
}

.si-colored.si-instagram,
.si-instagram:hover {
    background-color: #E1306C!important
}

/**/
.vertical-middle {
    padding-top: 17%;
}
.slider-parallax-inner {
    padding-top: 0.1px;
}
.landing-page-desc {
    color: #fff;
    margin-bottom: 75px;
}

/* Home Page */
.bg-home {
    background: url('../images/background.png'); 
    background-size: cover;
}
.home-title {
    text-transform: uppercase; 
    color:#F47E47;    
    text-shadow: 1px 1px #383f59;
}
.home-product {
    background-color: #202844;
    position: relative;
    top: -160px;
}
.trim-txt {
    overflow: hidden;
}

.article-list {
    height: 85px;
    overflow: hidden;
}

.article-list:nth-child(3) {
    height: 170px;
    /*height: auto;*/
}

.flex-center {
    align-items: center;
    justify-content: center;
}

.icon span[class*="flaticon-"]{
    font-size: 60px;
    color: #fff;
    padding: 5px;
    background: #202844;
    background: -moz-linear-gradient(45deg, #202844 0%, #FF8041 100%);
    background: -webkit-gradient(left bottom, right top, color-stop(0%, #202844), color-stop(100%, #FF8041));
    background: -webkit-linear-gradient(45deg, #202844 0%, #FF8041 100%);
    background: -o-linear-gradient(45deg, #202844 0%, #FF8041 100%);
    background: -ms-linear-gradient(45deg, #202844 0%, #FF8041 100%);
    background: linear-gradient(45deg, #202844 0%, #FF8041 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#202844', endColorstr='#FF8041', GradientType=1 );
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.product-item-content {
    display: flex;
    flex-direction: row;
    height: 100%;
}

.product-more{
    /*text-align: center;*/
}

.product-item {
    width: 100%;
    border-radius: 5px;
    background-color: white;
    height: 100%;
}

.product-item:last-child {
    margin-right: 0px;
}

.product-item-text {
    /*margin-left: 15px;*/
    padding: 0px 15px;
    /*height: 100%;*/
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.product-item h4 {
    margin-bottom: 3px;
}

/*testimonial*/

#home-testimonial {
    padding: 50px 0;
}

.testimonial-home .slick-dots {
    bottom: 0px;
    left: 0;
}

.testimonial-container {
    display: flex;
    flex-direction: row-reverse;
    margin: 30px 0px;
}

.testimonial-container .img-part {
    display: flex;
    /*flex-direction: row-reverse;*/
    width: 20%;
}

.testimonial-container .text-part {
    /*display: flex;
    flex-direction: row;*/
    display: table;
    width: 80%
}

.testimonial-name h4 {
    /* font-size: 36px;
    line-height: 100%; */
    font-size: 30px;
    line-height: 41px;
    color: #202844;
    text-transform: uppercase;    
    font-weight: normal;
    text-align: right;
}

.testimonial-name p {
    color: #F47E47;
    font-size: 150%;
    text-align: right;
}

.testimonial-name {
    width: 30%;
    /*display: flex;
    align-items: flex-end;
    flex-direction: column;
    justify-content: center;*/
    display: table-cell;
    vertical-align: middle;
}

.testimonial-content {
    padding: 0px 30px;
    width: 70%;
    /*display: flex;
    align-items: center;*/
    display: table-cell;
    vertical-align: middle;
}

.testi-highlight {
    color: #F47E47;
    font-size: 120%;
}

.testimonial-img img{
    border-radius: 50%;
}

.testimonial-img{
    height: 180px;
}

.testimonial-info {
    margin-top: 75px;
    /*display: flex;*/
    /*flex-direction: row;*/
    /*align-items: center;*/
    /*align-content: space-between;*/
}

.testi {
    font-size: 17px;
}
.testi-pt {
    font-size:16px; 
    font-weight: bold;
}
#home-testimonial  .slick-initialized .slick-slide {
    display: flex !important;
    flex-direction: row-reverse;
    align-items: center;
}

.info-container {
    text-align: center;
}

.info-container .number {
    font-size: 3em;
    font-weight: 800;
    color: #202945;
}

.info-container .info {
    font-size: 1.25em;
    color: #ff8041;
}

/*Industries Section*/
#industries-section {
    background: url('../images/industries.png') no-repeat;
    background-size: contain;
    display: flex;
    flex-direction: row;
    /* background-position-x: -50px; */
    background-position-x: -75px;
    background-color: #f2f2f2;
}

#industries-section .container{
    padding: 75px 0px;
}

.industries-container {
    align-items: center;
}

.left-content {
    display: flex;
    flex-direction: row;
    margin-left: 350px;
    flex-wrap: wrap;
    padding-right: 10px;
}

.industries-item {
    width: 250px;
    /* padding: 20px 0px 20px 0px; */
    text-align: left;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.industries-item img {
    width: 100px;
    text-align: center;
    margin-bottom: 15px;
}

#industries-section h4.title{
    font-size: 36px;
}
.industries-item h4 {
    margin-bottom: 10px;
    color: #F47E47
}

.industries-item div.image {
    height: 100px;
    width: 100%;
    margin-bottom: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.industries-item.other{
    display: flex;
    justify-content: center;
}

.industries-item h4{
    color: #ff8041;
    margin-bottom: 0px;
}

.industries-zone-navigator i{
    font-size: 20px;
}

.industries-item p {
    margin-bottom: 20px;
}

.industri-other-title {
    border-bottom: 1px solid #bbb;
}

.industri-other-title h3 {
    margin-bottom: 10px;
}

.img-industri {
    display: flex;
    align-items: center;
}

.industri-desc {
    font-size: 18px; 
    display: flex;
    align-items: center;
}

.industri-cases p {
    font-size: 16px;
}

.break {
  flex-basis: 100%;
  height: 0;
}

/*Article Section*/
.img-news {
    transition: 0.9s;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
}
.img-news:hover {
    opacity: 0.7;
    -webkit-transform: scale3d(1.05,1.05,1);
    transform: scale3d(1.2,1.2,1.2);
}

.div-img-news {
    width: 100%;
    background: #333;
    overflow: hidden;
    cursor: pointer;
}

.article-section-container{
    display: flex;
    flex-direction: row;
    /*margin: 40px 0px;*/
}

.article-container {
    display: flex;
    flex-direction: column;
    margin: 40px 0px;
}

/*.article-container:first-child {
    margin-right: 30px;
    }*/

    .article-section-title {
        border-bottom: 1px solid #bbb
    }

    .article-section-title h4 {
        margin-bottom: 10px;
        color:#F47E47;
        font-size: 1.5em;
    }

    .article-content-container {
        display: flex;
        flex-direction: row;
        margin-top: 20px;
    }

    .article-section-content h5 {
        font-size: 1.3em;
        margin-bottom: 10px;
        /*white-space: pre-wrap;*/
        word-break: break-word;
        color: #202844;
    }
    .article-section-content h5:hover {
        color: #F47E47;
    }

    .article-section-content p {
        /*color: #F47E47;*/
    }

    .article-section-content p span a {
        color: #F47E47;
        margin-left: 10px;
    } 

    /*contact us belt*/
    #contact-us-belt {
        background: #f2f2f2;
        padding: 20px;
    }

    #contact-us-belt .container {
    /*display: flex;
    flex-direction: row;*/
    align-items: center;
    padding: 30px 0px 30px 15px;
    /*white-space: pre-line;*/
    justify-content: space-between;
}

#contact-us-belt h5 {
    font-size: 1.25em;
    font-weight: 600;
    margin-bottom: 0px;
}

#contact-us-belt a {
    /*margin-left: 35%*/
}

#contact-us-belt .row {
    margin: auto;
    margin-left: -13px;
}

/*Our journey*/
.bg-journey {
    background: url('../images/our-journey-header.png'); 
    background-size: cover;background-position: 58%;
}
#perjalanan {
    background: url('../images/journey.png') no-repeat;
    background-color: #f2f2f2;
    background-size: contain;
    display: flex;
    flex-direction: row;
    padding: 70px 0px;
}

.journey-timeline-container {
    display: flex;
    flex-direction: row;
}

.timeline-items-header {
    display: flex;
    flex-direction: row;
    align-items: center;
    border-bottom: 2px solid #202844;
    padding-bottom: 15px;
    margin-bottom: 15px;
    padding-left: 20px;
}

.timeline-items-content:not(.no-bullet):before {
    content: "•";
    color:  #202844;
    display: block;
    position: relative;
    top: -50px;
    font-size: 40px;
    right: 4px;
}

.timeline-items-header .year {
    color: #F47E47;
    font-size: 2em;
    margin-right: 15px;
}

.timeline-items-header .title p {
    margin-bottom: 0px;
    font-size: 1.25em;
    color: #202844;
}

.timeline-items-content {
    display: flex;
    flex-direction: row;
}

.timeline-items-content.no-bullet p {
    border-left: 3px solid #F47E47;
    padding-left: 15px;
}

#value {
    background: url('../images/journey-2.png') no-repeat;
    background-size: contain;
    /*padding-top: 300px;*/
    padding-top: 20%;
    background-color: #f2f2f2
}

.value-items {
    margin-bottom: 20px;
    padding-top: 15px;
    vertical-align: top;
}

.value-container tr:not(:last-child) td:not(:nth-child(2)){
    border-bottom: 1px solid #ccc;
}

.value-items h4 {
    margin-bottom: 10px;
    color: #F47E47
}

.klien-container:not(:last-child){
    margin-bottom: 25px;
    border-bottom: 1px solid #ccc;
}

.logo-container {
    display: flex;
    flex-direction: row
}

.logo-img-container {
    height: 30px;
    width: auto;
    margin: 10px 20px 20px;
}

.logo-img-container img {
    width: auto;
    height: 100%;
}

/*button*/

.link-button {
    display: inline-block;
    text-align: center;
    color: #202844;
    background-color: #ff8041;
    padding: 0px 15px 0px 23px;
    border-radius: 999px;
    transition: transform 0.35s;
}

.link-button i {
    position: relative;
    top: 0px;
    left: 16px;
    color: #fff;
    font-weight: 600;
    width: 36px;
    height: 36px;
    background-color: #202844;
    border-radius: 50%;
    align-items: center;
    align-content: center;
    padding-top: 4px;
    font-size: 25px;
    padding-left: 4px;
}

.link-button:hover {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
    transition: transform 0.35s;
    box-shadow: 1px 3px 4px 1px rgba(75, 75, 75, 0.6);
}

.ghost-button {
    border: 1px solid #F47E47;
    border-radius: 30px;
    padding: 10px 15px;
    color: #F47E47;
    display: inline-block;
}

.ghost-button:hover {
    background-color: #F47E47;
    color: #fff;
    transition: 0.8s
}

/*why wowrack*/
.why-container {
    text-align: center;
}

.why-content {
    margin-bottom: 20px;
    padding: 1em 2em;
}

.why-content img {
    width: 100px;
    text-align: center;
    margin-bottom: 15px;
}

.why-content h4 {
    margin-bottom: 10px;
    color: #F47E47
}

.why-content div.image {
    height: 80px;
    width: 100%;
    margin-bottom: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.why-box:first-child img{
    width:100px!important;
}
.why-box:last-child img{
    width:145px!important;
}

.bg-why {
    background: url('../images/why-wowrack-header.png'); 
    background-size: cover;
}

/* connecting the world */
#connecting {
    font-size: 16px;
    font-family: 'Ubuntu', sans-serif;
}
.h-33 {
    height: 33%;
}
.h-34 {
    height: 34%;
}
#connecting h3, #connecting h1 {
    font-weight: normal;
}
img.img-article {
    width: 100%;
}
div img.img-article {
    height: 291px; 
    overflow: hidden;
    object-fit: cover;
}
div img.img-article.big {
    height: 369px;
}
#connecting .link-article {
    margin-bottom: 85px;
}
#connecting .sub-title {
    color: #F47E47;    
}
.border-subt {
    border-right: 1px solid black;
}
.border-subt-bottom {
    border-bottom: 1px solid #dee2e6;
    border-color: #6c757d;
}

/* connectivity */
.bg-connectivity {
    background: url('../images/connectivity.jpg'); 
    background-size: cover;
}
.bg-connect {
    background: linear-gradient(rgba(255,255,255,.5), rgba(255,255,255,1)), url('../images/connectivity.jpg'); 
    background-size: 100% 950px;
    background-repeat: no-repeat;
}
.connectivity {
    font-size: 16px;
    font-family: 'Ubuntu', sans-serif;
}
.connectivity h4, .connectivity h3, .connectivity h2, .connectivity h1 {
    font-family: 'Ubuntu';
}
.connectivity h4 {
    color: #F47E47;
}
.link-button.learn {
    color: #202844;
    background-color: #fff;
}
.link-button.learn i {
    background-color: #ff8041;
}
.link-button.learn.blue i {
    background-color: #0FA5DE;
}
.text-white h3{
    color: #fff;
}
.div-icon {
    height: 75px;
    width: 75px;
    line-height: 75px;
}
.img-icon {
    width: auto !important;
    max-width: 100% !important; 
    max-height: 100% !important;
    margin-bottom: 0px !important;
}
.btn-header {
    position:absolute;
    bottom:25px;
    left:0;
    margin-left: 35px;
}
.btn-learn {
    position:absolute;
    bottom:0;
    left: 50%;
    margin-left: -81px;
}
.bg-blue { 
    background: rgba(25, 145, 192, 0.8);
}

.card-round{
    border-radius: 25px; 
}
.card-connect {
    border-radius: 25px; 
    height: 100%;
}
.card-connect.blue,.card-round.blue {
    background-color: #0FA5DE;
}
.card-connect.orange,.card-round.orange {
    background-color: #FC7F3F;
}
.card-connect p {
    padding-bottom: 65px;
}
.card-connect p.without-btn {
    padding-bottom: 20px;
}

.icon-arrow {
    position: absolute;
    width:40px;
    z-index: 2;
    /*margin:-20px;
    margin-left: -25px;*/
    left: 0;
    right: 0;
    margin: auto;
    margin-top: -20px;
}

/* Managed Service */
.bg-managed {
    background: url('../images/managed.jpg'); 
    background-size: cover;
}
.bg-purple {
    background: rgba(91, 83, 149, 0.8);
}
.card-connect.purple {
    background-color: #4E4982;
}
.link-button.learn.purple i {
    background-color: #4E4982;
}
.manage-list {
    border-bottom: 1px solid #c1bfbf;
}
.manage-list.last {
    border: none;
}
.manage-list:nth-child(1), .manage-list:nth-child(4){
    height: 27%;
}

.manage-list:nth-child(2), .manage-list:nth-child(3) {
    height: 18%;
}
.icon-kelola {
    width: 105px;
}
.h-15 {
    height: 15%;
}
.h-10 {
    height: 10%;
}
.h-25 {
    height: 25%;
}
.v-align {
    display: flex;
    justify-content: center; /* align horizontal */
    align-items: center; /* align vertical */
}

/* Data Center */
.bg-datacenter {
    background: url('../images/data-center.jpg'); 
    background-size: cover;
}
.bg-green {
    background: rgba(0, 133, 129, 0.8);
}
.content-faq {
    z-index: 2;
    background: #ffff;
}
.card-connect.green {
    background-color: #05ACA0;
}
.link-button.learn.green i {
    background-color: #05ACA0;
}
.bg-peta {
    background: url("../images/peta2.png");
    background-size: 153% 500px;
    background-repeat: no-repeat;
    background-position: 4% 0%;
    height: 550px;
    position: relative;
}
.div-sby {
    position: absolute;
    right: 43%;
    bottom: 30%;
    height: 130px;
    width: 63px;
    background: url('../images/data-center/surabaya.png'); 
    background-size: cover;
    cursor: pointer;
}
.div-sby:hover {
    right: 42.3%;
    bottom: 30%;
    height: 180px;
    width: 87px;
    background: url('../images/data-center/surabaya-hover.png'); 
    background-size: cover;
}
.div-jkt {
    position: absolute;
    left: 36%;
    bottom: 33%;
    height: 142px;
    width: 63px;
    cursor: pointer;
    background: url('../images/data-center/jakarta.png'); 
    background-size: cover;
}
.div-jkt:hover {
    left: 35.3%;
    bottom: 33%;
    height: 192px;
    width: 86px;
    background: url('../images/data-center/jakarta-hover.png');
    background-size: cover;
}
.sby-txt {
    position: absolute;
    bottom: -30%;
    right: -13%;
    display: none;  
}
.jkt-txt {
    position: absolute;
    bottom: -28%;
    display: none;  
}    
.div-sby:hover .sby-txt {
    display: block;
}
.div-jkt:hover .jkt-txt{
    display: block;
}
.why-datacenter ul li {
    list-style-position: outside;
}

/* GDPR */
.bg-gdpr {
    background: url('../images/gdpr-header.png'); 
    background-size: cover;
    z-index: 1;
}

/* FAQ */
.bg-faq {
    background: url('../images/faq.jpg'); 
    background-size: cover;
    z-index: 1;
}
.bg-darkblue { 
    background: rgba(41, 49, 76, 0.8);
}
.div-card {
    text-align: -webkit-center;
    text-align: center;
}
.arrow {
    position: absolute;
    left: 50%;
    margin-left: -18px;
    bottom: -18px;
    color: #fff;
    font-weight: 600;
    width: 36px;
    height: 36px;
    background-color: #202844;
    border-radius: 50%;
    align-items: center;
    align-content: center;
    text-align: center;
    font-size: 25px;
}
.card-faq {
    background-color: #ECECEC;
    height: 100%;
}
.card-faq:hover {
    background-color: #202945!important;
}

.card-faq:hover p {
    color: #fff; 
}

.card-faq:hover .div-icon.cloud {
    background: url('../images/faq/cloud-hover.png'); 
    background-size: 100%;
    background-repeat: no-repeat;
}
.div-icon.cloud {
    background: url('../images/faq/cloud.png'); 
    background-size: 100%;
    background-repeat: no-repeat;
}

.card-faq:hover .div-icon.data {
    background: url('../images/faq/data-hover.png'); 
    background-size: 100%;
    background-repeat: no-repeat;
}
.div-icon.data {
    background: url('../images/faq/data.png'); 
    background-size: 100%;
    background-repeat: no-repeat;
}
.card-faq:hover .div-icon.connect {
    background: url('../images/faq/connect-hover.png'); 
    background-size: 100%;
    background-repeat: no-repeat;
}
.div-icon.connect {
    background: url('../images/faq/connect.png'); 
    background-size: 100%;
    background-repeat: no-repeat;
}
.card-faq:hover .div-icon.manage {
    background: url('../images/faq/manage-hover.png'); 
    background-size: 100%;
    background-repeat: no-repeat;
}
.div-icon.manage {
    background: url('../images/faq/manage.png'); 
    background-size: 100%;
    background-repeat: no-repeat;
}

.btn-faq {
    text-align: left;
    color: #202844;
    font-size: 18px;
    font-weight: 600;
}
.btn-faq:hover, .btn-faq[aria-expanded="true"] {
    color: #F47E47;
    text-decoration: none;
}
.btn-faq:focus {
    text-decoration: none;
}

div.arrow-detail {
    color: #fff;
    font-weight: 600;
    width: 36px;
    height: 36px;
    background-color: #202844;
    border-radius: 50%;
    font-size: 25px;
    text-align: center;
    cursor: pointer;
}

.div-arrow {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;

    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;

    align-items: center;
    justify-content: flex-end;
}

/* Lets Connected */
#msgAlert {
    display: none;
}
.bg-lets-connect {
    background: url('../images/lets-connect.jpg'); 
    background-size: cover;
}
.input-group-text {
    background: rgba(255, 255, 255, 0.7);
    background: #fff;
    width: 35px;
    display: flex!important;
    align-items: center;
    justify-content: center;
    padding: 5px;
    color: #222;
}
.form-control.contact {
    border-left: none;
    padding-left: 38px;
    color: #222;
    border-top-right-radius: .25rem!important;
    border-bottom-right-radius: .25rem!important;
}
.input-group.check-form {
    display: none !important;
}
.input-wrapper {
    position: relative;
    width: 100%;
}
.input-wrapper:before {
    font-family: "FontAwesome"; 
    font-size: 18px;
    position:absolute;
    padding: 5px;
    left: 5px;
    color: #222;
    vertical-align: -50%;
}
.input-wrapper.input-name:before {
    content: "\f007"; /* this is your text. You can also use UTF-8 character codes as I do here */
}
.input-wrapper.input-company:before {
    content:"\f0f2";
}

.input-wrapper.input-phone:before {
    content:"\f095";
}
.input-wrapper.input-email:before {
    content:"\f0e0";
}
.input-wrapper.input-needs:before {
    content: "\f013";
}

.input-wrapper.input-find-us:before {
        content: "\f002";
}

.form-control:focus {
    box-shadow: none;
    background: #d2d9dd;
    border-color: #d2d9dd;
}
.input-group:focus {
    box-shadow: 0 0 0 0.2rem rgba(0,123,255,.25);
    border-color: #ced4da;
}
.btn-submit {
    background-color: #ff8041;
    border-color: #ff8041;
    /*color: #222;*/
    color: #fff;
    font-size: 25px;
    padding: 9px 80px;
    margin-top: 30px;
    font-weight: 600;
    border-radius: 10px;
}
.btn-submit:hover, .btn-submit:not(:disabled):not(.disabled):active, .btn-submit:focus, 
.btn-submit-hvco:hover, .btn-submit-hvco:not(:disabled):not(.disabled):active, .btn-submit-hvco:focus {
    background-color: #d85c25;
    border-color: #d85c25;
    /*box-shadow: none;*/
    color: #ffff;
}
.vertical-middle.lets-con {
    padding-top: 13%;
}
.input-contact {
    opacity: 0.65;
}
.lets-con {
    display: flex;
    align-items: center;
}
.bg-text {
    background-color: rgba(0,0,0, 0.4);
    color: white;
    font-weight: bold;
    padding: 45px;
    padding-bottom: 0px;
    margin-bottom: 45px;
    text-align: center;
    border-radius: 15px;
}
ul {
    list-style: inside;
}
ul.list-contact {
    font-size: 14px;
}
.mapouter{
    position:relative;
    text-align:right;
    /*height:100%;*/
    width:100%;
}
.gmap_canvas {
    overflow:hidden;
    background:none!important;
}
.map-title {
    color: #01a1dd;
}
.captcha-error {
    font-size: 13px;
    color: red;
    font-weight: 400;
    letter-spacing: 1px;
    margin-top: -5px;
    text-align: -webkit-left;
}
.icon-alert {
    font-size: 50px;
    color: #F65656;
}
.modal-alert .modal-body {
    text-align: center;
}
.alert-msg {
    font-size: 18px;
}
.modal-alert .modal-footer {
    background-color: #F65656;
    justify-content: center;
}
.modal-alert .modal-footer:hover {
    background-color: #f24646;
}
.modal-alert .modal-content {
    border: none;
    box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.75);
}
.modal-alert .btn-dismiss {
    color: #fff;
    background: none;
    border: none;
    font-size: 20px;
}


/* Cloud Solutions */
.bg-cloud {
    background: url('../images/cloud-solutions.jpg'); 
    background-size: cover;
    background-position: 0px;
}

.bg-backup-solutions {
    background: url('../images/backup-solutions.webp'); 
    background-size: cover;
    background-position: 0px;
}

.bg-end-to-end-solutions {
    background: url('../images/bg-end-to-end-solutions.png'); 
    background-size: cover;
    background-position: 0px;
}

.bg-end-to-end-solutions-section-2 {
    background: url('../images/bg-end-to-end-solutions-section-2.png'); 
    background-size: cover;
    background-position: 0px;
}

.bg-office-365-solutions {
    background: url('../images/bg-office-365-solutions.png'); 
    background-size: cover;
    background-position: 0px;
}

.bg-office-365-solutions-section-2 {
    background: url('../images/bg-office-365-solutions-section-2.png'); 
    background-size: cover;
    background-position: 0px;
}

.bg-hosting-solutions {
    background: url('../images/bg-hosting-solutions.png'); 
    background-size: cover;
    background-position: 0px;
}

.bg-hosting-solutions-section-2 {
    background: url('../images/bg-hosting-solutions-section-2.png'); 
    background-size: cover;
    background-position: 0px;
}

.bg-backup-section-2{
    background: url(../images/backup-solutions/section-2.png);
    background-size: cover;
    background-repeat: no-repeat;
}
.color-backup, .link-button.learn i.color-backup{
    background-color: #0d1254;
}

/* Mail Solution Page */
.bg-mail-solutions {
    background: url('../images/mail-solutions/bg-header.jpg'); 
    background-size: cover;
    background-position: center;
    min-height: 600px;
    background-position: 0% 70%;
}
.bg-mail-solutions .vertical-middle {
    padding-top: 15%;
}
.bg-mail-section {
    background: url(../images/mail-solutions/bg-section.jpg), #0a1739;
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center bottom;
}
.bg-mail-section.blurred {
    background: url(../images/mail-solutions/bg-section-blur.png), #0C1943;
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center bottom;
}
.mail-product {
    border-radius: 15px;
    padding: 30px 20px;
    border: 1px solid #395CA8;
    background-image: linear-gradient(60deg, #0B1A42 , #0B1A63);
}
.bg-mail-section-2{
    background: url(../images/mail-solutions/section-2.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}
.table-mail table {
    margin-bottom: 0px;
    min-width: 651px;
}
.table-mail table tr td:nth-child(1) {
    width: 22.5%;
}
.table-mail table tr td:nth-child(2) {
    width: 19%;
}
.table-mail table tr td:nth-child(3) {
    width: 14.5%;
}
.table-mail table tr td:nth-child(4) {
    width: 23%;
}
.table-mail .table-spacing {
    border-collapse: separate; 
    border-spacing: 5px;
}
.table-mail .table-bordered thead th {
    border-bottom-width: 1px;
}
.table-mail .table-bordered, .table-mail .table-spacing td, .table-mail .table-spacing th, .table-mail .table-dropdown div {
    border-radius: 5px;
    border: none;
}
.table-mail .table-dropdown {
    padding: 3px 5px;
    cursor: pointer;
    min-width: 651px;
}
.table-dropdown div::before{
    font-family: 'FontAwesome';
    content: "\f0de";
    float: left;
    margin-right: 15px;
    margin-top: 2px;
}
.table-dropdown.collapsed div::before{
    content: "\f0dd";
    margin-top: -3px;
}
.table-mail .bg-blue {
    background-color: #0063BF;
}
.table-mail .bg-blue-sea {
    background-color: #1E85E3;
}
.table-mail .bg-blue-light {
    background-color: #01A1DD;
}
.wowbox {
  box-shadow: 10px 9px 8px 0 rgba(0, 0, 0, 0.7);
}
.wowbox .number {
  font-size: 55px;
  font-weight: 900;
  line-height: 1;
}
.blog-article a h3:hover {
  color: #F47E47;
}
.btn-orange {
    background-color: #ff8041;
    border-color: #ff8041;
    color: #fff;
    border-radius: 15px;
}
.btn-orange:hover {
    background-color: #d85c25;
    border-color: #d85c25;
}
.color-mail, .link-button.learn i.color-mail {
    background-color: #00a4da;
}

.bg-hvco {
    background: url('../images/hvco/hvco-list.png'); 
    background-size: cover;
    background-position: 0px;
}

.bg-strategi-migrasi-cloud{
    background-image:

linear-gradient(to right, rgba(255, 255, 255, 0.2) , rgba(0, 0, 0, 0.8) 60%), url('../images/hvco/strategi-migrasi-cloud.png'); 

    background-size: cover;
    background-position: 0px;
    height: 700px;
}

.bg-grey {
    background: rgba(58, 121, 141, 0.8); 
    /* background: rgba(0, 170, 158, 0.8); rgb(45, 102, 119)*/
}
.card-connect.grey {
    background-color: #39788C;
}
.card-connect.blue {
    background-color: #10a7e0;
}

.link-button.learn i.blue {
    background-color: #10a7e0;
}

.bg-lightgrey {
    background-color: #6194A4;
}
.bg-lightorange {
    background-color: #FD9965;
}

.cloud-list:nth-child(1){
    height: 390px;  
}

.cloud-list:nth-child(2), .cloud-list:nth-child(3), .cloud-list:nth-child(8){
    height: 45px;  
}

.cloud-list:nth-child(4), .cloud-list:nth-child(5), .cloud-list:nth-child(7), .cloud-list:nth-child(9){
    height: 70px;
}

.cloud-list:nth-child(6){
    height: 110px;  
}

.link-learn-cloud {
    background-color: #CBCBCB;
    border-radius: 0px 0px 25px 25px;
}

.link-learn-cloud a {
    color: #202844;
    font-size: 19px;
    letter-spacing: 1px;
}
.arrow-right i {
    width: 36px;
    height: 36px;
    background-color: #202844;
    border-radius: 50%;
    align-items: center;
    align-content: center;
    /* font-size: 25px; */
    padding-top: 4px;
    font-size: 25px;
    padding-left: 4px;
    margin-left: 15px;
    color: #fff;
}
.card-connect.cloud-content {
    border-radius: 25px;
    height: auto;
    padding-bottom: 0px!important;
}


/* Our Journey */
.journey-quote {
    color: #F47E47;
}
.title-journey {
    height: 50px;
}
.value-mobile {
    letter-spacing: 1px;
}
.value-container td.gap {
    width: 3vw;
}

.logo-klien {
    cursor: pointer;
    width: 100%;
    height: 100px;
}
.logo-klien.idn {
    background: url('../images/klien/idn.png'); 
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.logo-klien.idn:hover {
    background: url('../images/klien/idn-hover.png'); 
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.logo-klien.ifgf {
    background: url('../images/klien/ifgf.png'); 
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.logo-klien.ifgf:hover {
    background: url('../images/klien/ifgf-hover.png'); 
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.logo-klien.cray {
    background: url('../images/klien/cray.png'); 
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.logo-klien.cray:hover {
    background: url('../images/klien/cray-hover.png'); 
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.logo-klien.erafone {
    background: url('../images/klien/erafone.png'); 
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.logo-klien.erafone:hover {
    background: url('../images/klien/erafone-hover.png'); 
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.logo-klien.dunn-lumber {
    background: url('../images/klien/dunn-lumber.png'); 
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.logo-klien.dunn-lumber:hover {
    background: url('../images/klien/dunn-lumber-hover.png'); 
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.logo-klien.ubm {
    background: url('../images/klien/ubm.png'); 
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.logo-klien.ubm:hover {
    background: url('../images/klien/ubm-hover.png'); 
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.logo-klien.ptpn {
    background: url('../images/klien/ptpn.png'); 
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.logo-klien.ptpn:hover {
    background: url('../images/klien/ptpn-hover.png'); 
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.logo-klien.erlangga {
    background: url('../images/klien/erlangga.png'); 
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.logo-klien.erlangga:hover {
    background: url('../images/klien/erlangga-hover.png'); 
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.logo-klien.tanrise {
    background: url('../images/klien/tanrise.png'); 
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.logo-klien.tanrise:hover {
    background: url('../images/klien/tanrise-hover.png'); 
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.logo-klien.sentul {
    background: url('../images/klien/sentul.png'); 
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.logo-klien.sentul:hover {
    background: url('../images/klien/sentul-hover.png'); 
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.logo-klien.microsoft {
    background: url('../images/klien/microsoft.png'); 
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.logo-klien.microsoft:hover {
    background: url('../images/klien/microsoft-hover.png'); 
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.logo-klien.kaskus {
    background: url('../images/klien/kaskus.png'); 
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.logo-klien.kaskus:hover {
    background: url('../images/klien/kaskus-hover.png'); 
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.logo-klien.store {
    background: url('../images/klien/store.png'); 
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.logo-klien.store:hover {
    background: url('../images/klien/store-hover.png'); 
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.logo-klien.persero {
    background: url('../images/klien/persero.png'); 
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.logo-klien.persero:hover {
    background: url('../images/klien/persero-hover.png'); 
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.logo-klien.pancious {
    background: url('../images/klien/pancious.png'); 
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.logo-klien.pancious:hover {
    background: url('../images/klien/pancious-hover.png'); 
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.logo-klien.magi {
    background: url('../images/klien/magi.png'); 
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.logo-klien.magi:hover {
    background: url('../images/klien/magi-hover.png'); 
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.logo-klien.mgold {
    background: url('../images/partner/mgold.png'); 
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.logo-klien.mgold:hover {
    background: url('../images/partner/mgold-hover.png'); 
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.logo-klien.bizspark {
    background: url('../images/partner/bizspark.png'); 
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.logo-klien.bizspark:hover {
    background: url('../images/partner/bizspark-hover.png'); 
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.logo-klien.xen {
    background: url('../images/partner/xen.png'); 
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.logo-klien.xen:hover {
    background: url('../images/partner/xen-hover.png'); 
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.logo-klien.open-e {
    background: url('../images/partner/open-e.png'); 
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.logo-klien.open-e:hover {
    background: url('../images/partner/open-e-hover.png'); 
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.logo-klien.telin {
    background: url('../images/partner/telin.png'); 
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.logo-klien.telin:hover {
    background: url('../images/partner/telin-hover.png'); 
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.logo-klien.f5 {
    background: url('../images/partner/f5.png'); 
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.logo-klien.f5:hover {
    background: url('../images/partner/f5-hover.png'); 
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.logo-klien.intel {
    background: url('../images/partner/intel.png'); 
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.logo-klien.intel:hover {
    background: url('../images/partner/intel-hover.png'); 
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.logo-klien.cpanel {
    background: url('../images/partner/cpanel.png'); 
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.logo-klien.cpanel:hover {
    background: url('../images/partner/cpanel-hover.png'); 
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.logo-klien.redhat {
    background: url('../images/partner/redhat.png'); 
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.logo-klien.redhat:hover {
    background: url('../images/partner/redhat-hover.png'); 
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.logo-klien.supermicro {
    background: url('../images/partner/supermicro.png'); 
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.logo-klien.supermicro:hover {
    background: url('../images/partner/supermicro-hover.png'); 
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.logo-klien.apc {
    background: url('../images/partner/apc.png'); 
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.logo-klien.apc:hover {
    background: url('../images/partner/apc-hover.png'); 
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.logo-klien.hp {
    background: url('../images/partner/hp.png'); 
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.logo-klien.hp:hover {
    background: url('../images/partner/hp-hover.png'); 
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.logo-klien.cisco {
    background: url('../images/partner/cisco.png'); 
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.logo-klien.cisco:hover {
    background: url('../images/partner/cisco-hover.png'); 
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.logo-iso{
    height: 30px;
    margin-right: 30px;
}

.no-bold{
    font-weight: normal;
}

#industries-section .cover-transparant{
    width: 100%;
    color:white;
    background: rgba(0, 0, 0, 0.6509803921568628);
}

.text-orange{
    color: #F47E47;
}

.text-dark-blue {
    color: #0D2054;
}

#topbar a.dark-blue {
    color: #202844; 
}

.industries-section-opacity{
    width: 100%;
}

/* Form Validation */
.parsley-error {
    border: 1px solid #db695d !important;
    background-color: rgba(234, 178, 180, 1) !important;
}

.parsley-errors-list {
    list-style: none !important;
    padding-inline-start: 0px;
    width: 100%;
    text-align: left;
    margin-bottom: 0px;

    color: red;
}

.parsley-custom-error-message{
    top: 45px;
    width: 100%;
    left: 0;
    font-size: 13px;
    color: #db695d;
    font-weight: 400;
    letter-spacing: 1px;
    margin: 10px 0px;
}
.help-block.with-errors{
    position: absolute;
    top: 45px;
    width: 100%;
    left: 0;
    z-index: 2;
    font-size: 13px;
    color: #db695d;
    font-weight: 400;
    letter-spacing: 1px;
    margin-left: 20px;
}
.has-error > .form-control {
    border: 1px solid red;
}
.help-block.with-errors.textarea-error{
    top: 107px;
}

.hvco-content-list{
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.bg-dark-light{
    background-color: #dedede;
}

.hvco-page-header{
    display: flex;
    flex-direction: row;
    align-items: center;
    color: white;
    text-align: right;
}

.hvco-page-header h1.title{
    color:#ff8041;
    text-transform: uppercase;
}

.hvco-page-header h3.sub-title{
    color:white;
}

.strategi-migrasi-cloud-video-section{
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.2) 45%, rgba(33, 40, 60, 1) 45%); 
}

.box-hvco{
    background-color: #212844;
    width: 100%;
    border-radius: 10px;
}

.captcha-center{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.btn-submit-hvco{
    background-color: #ff8041;
    border-color: #ff8041;
    width: 100%;
}

.video-hvco {
    height: 520px;
}

.width100
{
    width: 100%;
}


li.no-style{
    list-style-type: none;
}

.row-backup .card-round{
    height: 100%;
}

.row-backup .card-round .card-round-body{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    padding: 20px 0px;
        align-items: center;
}

.justify-content-center{
    justify-content: center;
}

.align-items-center{
    align-items:center;
}

.bg-end-to-end{
    background-color: #0056b6 !important;
}


.bg-backup{
    background-color: #0b0f4b !important;
}

.bg-office-365{
    background-color: #142fc9 !important;
}

.bg-hosting{
    background-color: #005282 !important;
}

.cookies-policy-page{
    text-align: left;
    background-color: #fff!important;
}

.cookies-policy-page p{
    display: inline-block;
}

/* Promo */
.bg-promo-imlek {
    background: url('../images/promo/imlek-header.png'); 
    background-position: center;
    background-size: cover;
    height: 575px;
}
.bg-promo-imlek-section-2 {
    background: linear-gradient(rgba(255,255,255,0), rgba(255,255,255,.8)), url(../images/promo/imlek-bg.png);
    background-size: 100% 950px;
    background-position: 0px;
}
.card-connect.red {
    background-color: #B81123;
}
.card-connect.dark-blue {
    background-color: #212844;
}

/* Modal Promo */
.circle-close {
    position: absolute;
    right: -10px;
    top: -10px;
    cursor: pointer;
    background: #333;
    color: #fff !important;
    text-decoration: none;
    border: 3px solid #fff;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    padding: 1px 8px;
    -webkit-box-shadow: -2px 1px 3px #555;
    -moz-box-shadow: -2px 1px 3px #555;
    box-shadow: -2px 1px 3px #555;
    z-index: 9;
}
.modal-ads .modal-content {
    background-color: transparent;
    border: none;
}
.modal-ads .modal-body {
    overflow: hidden;
    border-radius: 15px;
}
.btn-promo {
    position: absolute;
    z-index: 9;
    bottom: 37px;
    left: 42px;
    background-color: #212844;
    font-weight: 600;
    font-size: 25px;
    border-radius: 10px;
    padding: 9px 34px;
    border: none;
    box-shadow: 4px 4px 4px 1px rgba(0, 0, 0, 0.7);
  }

fieldset {
    border-top: 1px solid #01a1dd;
}

.title-legend {
    width: auto;
    border: none;
    padding: 10px 20px;
    color: #333;
    font-size: 30px;
}

.backup-package-box {
    position: relative;
    display: -webkit-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: stretch;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    text-align: center;
    -webkit-flex: 0 1 330px;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 330px;
    flex: 0 1 330px;
    border: 1px solid #01a1dd;
    padding: 20px;
    text-align: center;
    margin: 0;
}

.backup-package-title h2 {
    margin-top: 0;
    margin-bottom: 5px;
}

.backup-package-price {
    font-size: 35px;
    font-weight: 700;
    color: #01a1dd;
    margin-bottom: 5px;
    vertical-align: middle;
}
.backup-package-price .price-currency {
    font-size: 17px;
    vertical-align: super;
    padding-right: 1px;
}

.backup-package-price .price-month {
    font-size: 15px;
    color: #666;
    vertical-align: baseline;
}

body{
    margin: 0px;
}

#main-header{
    background: url('https://blog-staging.wowrack.co.id/wp-content/uploads/2023/06/background.jpg');
    background-size: cover;
    background-position: top;
}

#articles-section, #videos-section, #press-releases-section, #posts{
    margin: 40px 0;
}

.articles-section-title, .video-section-title, .pr-section-title{
    font-size: 48px;
    margin-bottom: 30px;
}

.categories li{
    display: inline-block;
    padding: 0;
    margin: 0 0 10px 0;
    color: #202844;
    font-size: 1.4rem;
}

.categories li a{
    border: 1px solid #202844;
    color: #202844;
    border-radius: 6px;
    padding: 6px 12px;
    font-weight: 600;
    font-size: 14px;
}

.categories li a:hover{
    border-color: #ff8041;
    color: #ff8041;
    text-decoration: none;
}

.current-cat a{
    border-color: #ff8041 !important;
    color: #ff8041 !important;
    text-decoration: none;
}

.category-list li {
    display: none;
}

.category-list.show-categories li {
    display: block;
}

.article-title a:hover{
    color: #ff8041;
}

#see-more-btn {
    display: none;
}

.article{
    margin-bottom: 8px;
    padding-bottom: 32px;
}

.post-image{
    -webkit-flex: 0 0 40%;
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    min-width: 40%;
    height: fit-content;
}

.post-content{
    flex: 0 0 60%;
    min-width: 60%;
}

#videos-section{
    background: #202844;
    padding: 48px 0 85px 0;
}

.video-section-title{
    color: #ccc !important;
}

.video-header{
    margin-top: 15px;
}

.video-title a:hover{
    color: #ff8041;
}

.overlay {
    position: absolute;
    top: 28%;
    left: 50%;
    transform: translate(-50%, -50%);
}
  
.overlay svg {
    display: block;
    width: 100%;
    height: auto;
}

.video-title{
    color: #ccc;
    font-size: 20px;
}

.video-content{
    color: #ccc;
    font-size: 16px;
}

.swiper-container{
	overflow: hidden;	
}

.swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal{
    bottom: var(--swiper-pagination-bottom,-30px) !important;
}

.swiper-pagination-bullet {
    background: #fff !important;
    opacity: var(--swiper-pagination-bullet-inactive-opacity, .8) !important;
}

.swiper-pagination-bullet-active{
    background: #ff8041 !important;
    transform: scale(1.3);
}

#press-releases-section p, .post-content p, .article-date{
    font-style: italic;
}

.press-releases-title a:hover{
    color: #ff8041;
}

.featured-image{
    max-height: 240px;
	min-height: 201px;
    height: auto;
}

.press-releases-article{
    display: inline-block;
    width: 33%;
	vertical-align: top;
    margin-bottom: 8px;
    padding: 0 15px;
}

.press-releases-header p{
    font-weight: bold;
    font-size: 16px;
    margin: 10px 0 16px 0;
}

.press-releases-title a{
    font-size: 32px;
    margin-bottom: 4px;
}

.press-releases-date{
    font-style: italic;
    margin: 10px 0;
}

#load-more {
    width: 100%;
    text-align: center;
    border-radius: 30px;
    color: #202844;
    border: solid 1px #202844;
    background: #fff;
    padding: 8px;
    cursor: pointer;
    text-decoration: none;
}

#load-more:hover{
    color: #ff8041;
    border-color: #ff8041;
}

.single-post-content a img{
	display: block;
	margin: auto;
	padding: 40px 0;
}

.rightbar-categories-title, .rightbar-article-title{
    background-color: rgba(0,0,0,.2);
    color: #202844;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 17px;
    padding: 10px;
}

.rightbar .category-list{
    margin: 0;
}

.rightbar li{    
    margin: 12px 5px 6px 0;
}

.rightbar li a{
    border: 1px solid #007bff;
    padding: 7px 8px;
    font-size: 11px;
    text-transform: uppercase;
}


.rightbar li a:hover{
    color: #ff8041;
    border-color: #ff8041;
}

.rightbar #see-more-btn{
    margin-top: 5px;
    margin-bottom: 20px;
}

.rightbar-article-title{
    margin-bottom: 20px;
}

.rightbar .article{
    margin-bottom: 20px;
    padding-bottom: 0;
    border-bottom: 1px solid rgba(192, 192, 192, 0.38);
    min-height: 65px;
}

.rightbar .post-image{
    flex: 0 0 25%;
    min-width: 25%;
    padding-right: 0px;
}

.rightbar .post-content{
    padding-left: 10px;
}

.rightbar .article-title{
    font-size: 13px;
}

.rightbar .article-content{
    font-size: 11px;
}

.btn-div{
    text-align: center;
}

.rightbar #load-more{
    padding: 5px;
    width: 80%;
    font-size: 13px;
}

.pagination{
    justify-content: end;
}

.page-numbers{
    padding: 0 5px;
}

.pr-title{
    margin-bottom: 40px;
}

@media (max-width: 1199px){
	.overlay{
		top: 25%;
	}
}

@media (max-width: 1023px){
    .press-releases-article{
        width: 48%;
    }
}

@media (max-width: 991px){
	.categories{
		display: none;
	}
}

@media (max-width: 767px){
    .press-releases-article{
        width: 100%;
    }

    .post-image{
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        min-width: 100%;
    }
    
    .post-content{
        flex: 0 0 100%;
        min-width: 100%;
    }

	.categories{
		display: none;	
	}
	
    .category-list{
        margin: 0;
    }
    
    #see-more-btn{
        margin-bottom: 20px;
    }

	.overlay{
		top: 30%;
	}
}