@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%;
	}
}
@media only screen and (min-width: 1319px) {
    #page-submenu-trigger, #primary-menu-trigger {
        display: none;
    }
}

@media only screen and (max-width: 1319px) {
    /* Industries */
    .industri-desc {
        font-size: 16px;
    }
    
    /* Home Page */
    .industries-section-opacity{
        background: rgb(255,255,255,0.7);
    }

    /* Managed Services */
    .manage-list {
        font-size: 13px;
    }


    /* Lets Connect */
    .btn-submit {
        font-size: 20px;
    }
    #header {
        position: sticky;
        position: -webkit-sticky;
        top: 0; /* required */
        z-index: 3;
        width: 100%;
    } 
    #header.full-header #logo{
        margin-left: 0px;
        display: flex;
        justify-content: flex-start;
    }
    #primary-menu ul li>a {
        padding-left: 10px;
        padding-right: 10px;
    }
    #main-header {
        background: #202844;
        /*display:flex;*/
        /*align-items: center;*/
    }
    body:not(.primary-menu-open) #header.dark.transparent-header-responsive,
    body:not(.primary-menu-open) #header.transparent-header-responsive {
        background-color: transparent;
        border: none
    }
    body:not(.primary-menu-open) #header.semi-transparent.transparent-header-responsive {
        background-color: rgba(255, 255, 255, .8);
        z-index: 1
    }
    body:not(.primary-menu-open) #header.transparent-header-responsive+#google-map,
    body:not(.primary-menu-open) #header.transparent-header-responsive+#page-title.page-title-parallax,
    body:not(.primary-menu-open) #header.transparent-header-responsive+#slider,
    body:not(.primary-menu-open) #header.transparent-header-responsive.floating-header+#slider,
    body:not(.primary-menu-open) #slider+#header.transparent-header-responsive {
        top: -101px;
        margin-bottom: -101px
    }
    #header-trigger,
    .header-extras,
    .top-advert {
        display: none
    }
    #logo {
        /*display: flex;*/
        /*height: 70px;*/
        height: 50px;
        /*float: none;*/
        /*margin: 0 auto!important;*/
        max-width: none;
        text-align: center;
        border: 0!important;
        padding: 0!important;
        align-items: center;
        justify-content: center;
    }
    #logo img {
        margin-left: 15px;
        width: 85%;
    }
    #logo a.standard-logo {
        display: inline-block
    }
    #primary-menu {
        display: block;
        float: none
    }
    #primary-menu-trigger {
        font-size: 25px;
        right: 0;
        z-index: 1;
        color: #fff;
    }
    #primary-menu .container #primary-menu-trigger {
        top: 5px;
        left: 0
    }
    #primary-menu>div>ul,
    #primary-menu>ul {
        /*display: none;*/
        float: none!important;
        border: 0!important;
        padding: 0!important;
        margin: 0!important;
        /*-webkit-transition: none;
        -o-transition: none;
        transition: none*/
        width: 100%;
        transition: height 1s;
        height: 0;
        overflow: scroll;
    }
    #primary-menu>ul.d-block {
        height: calc(100vh - 84px);
        transition: height 1s;
    }
    #primary-menu>div>ul {
        padding-top: 60px!important
    }
    body:not(.top-search-open) #primary-menu-trigger {
        opacity: 1;
        -webkit-transition: opacity .2s .2s ease, top .4s ease;
        -o-transition: opacity .2s .2s ease, top .4s ease;
        transition: opacity .2s .2s ease, top .4s ease
    }
    body.top-search-open #primary-menu-trigger {
        opacity: 0
    }
    #primary-menu.style-5>ul {
        padding-right: 0;
        margin-right: 0;
        border-right: 0
    }
    #primary-menu ul li {
        float: none;
        margin: 0!important;
        text-align: left!important;
        border-top: 1px solid #eee
    }
    #header.split-menu #primary-menu:not(.mobile-menu-off-canvas)>ul:not(:first-child)>li:first-child {
        border-top: 1px solid #eee
    }
    #primary-menu ul li:first-child {
        border-top: 0
    }
    #primary-menu ul>li>a,
    #primary-menu.style-2>div>ul>li>a {
        padding: 12px 15px!important;
        border: none!important;
        margin: 0!important;
        
    }
    .link-sub a {
        color: #fff!important;     
    }
    .link-sub li.current a {
        font-weight: 700!important;
        color: #F47E47!important;
    }
    #primary-menu.style-5>ul>li>a>div {
        line-height: 22px
    }
    #primary-menu.style-5>ul>li>a>div i {
        display: inline-block;
        margin: 0 6px 0 0;
        top: -1px;
        width: 16px;
        font-size: 14px;
        line-height: inherit
    }
    #primary-menu.style-6>ul>li.current>a:after,
    #primary-menu.style-6>ul>li>a:after {
        display: none
    }
    #primary-menu.sub-title.style-2>div>ul>li,
    #primary-menu.sub-title>ul>li {
        background: 0 0!important;
        margin-left: 0
    }
    #primary-menu.sub-title>div>ul>li>a,
    #primary-menu.sub-title>ul>li>a {
        line-height: 22px;
        font-size: 13px;
        border-top: none
    }
    #primary-menu.sub-title ul li>a span {
        display: none!important
    }
    #primary-menu.style-3 ul li.current>a,
    #primary-menu.style-3 ul li:hover>a,
    #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: transparent!important;
        color: #444;
        text-shadow: none
    }
    #primary-menu ul:not(.windows-mobile-menu) li>a i.icon-angle-down:last-child {
        display: none
    }
    #primary-menu ul li.mega-menu {
        position: relative
    }
    #primary-menu ul li .mega-menu-content,
    #primary-menu ul ul:not(.mega-menu-column) {
        position: relative;
        width: auto;
        max-width: none;
        background: 0 0!important;
        box-shadow: none;
        border: 0;
        border-top: 1px solid #eee;
        z-index: 1;
        top: 0;
        padding-left: 15px
    }
    #primary-menu ul li .mega-menu-content {
        padding-left: 0;
        display: none
    }
    #primary-menu.on-click ul li .mega-menu-content.d-block {
        display: block!important
    }
    #primary-menu ul ul:not(.mega-menu-column) ul {
        top: 0!important;
        left: 0
    }
    #primary-menu ul li .mega-menu-content.menu-pos-invert,
    #primary-menu ul ul.menu-pos-invert:not(.mega-menu-column) {
        left: 0;
        right: 0
    }
    #primary-menu ul ul:not(.mega-menu-column) ul.menu-pos-invert {
        right: 0
    }
    #primary-menu ul ul li {
        float: none;
        margin: 0;
        border-top: 1px solid #eee
    }
    #primary-menu ul ul li>a {
        padding: 11px 5px!important;
        font-size: 13px;
        text-transform: none;
        font-weight: 400
    }
    #primary-menu ul ul li:hover>a {
        background-color: transparent!important;
        font-weight: 700;
        padding-left: 5px;
        color: #F47E47
    }
    #primary-menu ul li .mega-menu-content,
    #primary-menu ul li.mega-menu .mega-menu-content,
    #primary-menu ul li.mega-menu-small .mega-menu-content,
    .floating-header #primary-menu ul li.mega-menu .mega-menu-content,
    .floating-header.sticky-header #primary-menu ul li.mega-menu .mega-menu-content {
        width: auto;
        margin: 0;
        top: 0
    }
    #header.full-header #primary-menu ul li.mega-menu .mega-menu-content,
    .container-fullwidth #primary-menu ul li.mega-menu .mega-menu-content {
        width: auto!important;
        margin: 0!important
    }
    #primary-menu ul li.mega-menu .mega-menu-content.style-2 {
        padding: 0
    }
    #primary-menu ul li .mega-menu-content ul {
        display: block!important;
        position: relative;
        opacity: 1!important;
        top: 0;
        left: 0;
        min-width: inherit
    }
    #primary-menu ul li .mega-menu-content ul:not(:first-child) ul {
        border-top: 1px solid #eee
    }
    #primary-menu ul li .mega-menu-content ul.mega-menu-column {
        float: none;
        width: auto!important;
        -ms-flex: 0 0 100%!important;
        flex: 0 0 100%!important;
        max-width: 100%!important;
        margin: 0;
        border-left: 0!important;
        padding-left: 15px;
        /*border-top: 1px solid #eee*/
    }
    #primary-menu ul li .mega-menu-content ul.mega-menu-column:first-child {
        border: 0
    }
    #primary-menu ul li .mega-menu-content ul {
        width: 100%!important
    }
    #primary-menu ul li .mega-menu-content.style-2 ul.mega-menu-column {
        padding: 0 0 0 15px
    }
    #primary-menu ul li .mega-menu-content.style-2 .container ul.mega-menu-column>li.mega-menu-title {
        margin: 0
    }
    #primary-menu ul li .mega-menu-content.style-2 .container ul.mega-menu-column>li.mega-menu-title>a {
        font-size: 13px;
        font-weight: 700;
        text-transform: none!important;
        padding: 11px 5px!important;
        line-height: 22px!important;
        /*color: #444!important*/
        color:#fff!important;
    }
    #primary-menu ul li .mega-menu-content.style-2 .container ul.mega-menu-column>li.mega-menu-title:hover>a {
        background-color: transparent;
        color: #F47E47!important
    }
    #primary-menu ul li .mega-menu-content.style-2 .container ul.mega-menu-column>li.mega-menu-title>a:hover {
        color: #F47E47!important
    }
    #primary-menu ul li .mega-menu-content.style-2 li {
        border-top: 1px solid #eee
    }
    #primary-menu ul li .mega-menu-content.style-2 li:first-child {
        border-top: 0
    }
    #primary-menu ul li .mega-menu-content.style-2 ul>li>a:hover {
        padding-left: 5px
    }
    .mega-menu-column .widget {
        padding: 30px 0;
        margin: 0!important
    }
    #primary-menu>div>#side-panel-trigger,
    #primary-menu>div>#top-cart,
    #primary-menu>div>#top-search a {
        margin: 20px 0!important
    }
    #primary-menu ul.windows-mobile-menu li.sub-menu {
        position: relative
    }
    #primary-menu ul.windows-mobile-menu li.sub-menu a {
        background-image: none!important
    }
    #primary-menu ul.windows-mobile-menu li.sub-menu a.wn-submenu-trigger {
        position: absolute;
        cursor: pointer;
        width: 32px;
        height: 50px;
        line-height: 51px;
        top: 0;
        right: 0;
        z-index: 1;
        padding: 0!important;
        text-align: center!important
    }
    #primary-menu ul.windows-mobile-menu .mega-menu-content a.wn-submenu-trigger {
        display: none
    }
    #primary-menu ul.windows-mobile-menu li.sub-menu a.wn-submenu-trigger i {
        margin: 0!important
    }
    #primary-menu ul.windows-mobile-menu ul li.sub-menu a.wn-submenu-trigger {
        text-align: center!important;
        height: 45px;
        line-height: 45px
    }
    #primary-menu ul.windows-mobile-menu ul li.sub-menu a.wn-submenu-trigger i {
        display: inline-block;
        line-height: 45px
    }
    .sticky-responsive-menu.device-touch #header,
    .sticky-responsive-menu.device-touch #header-wrap,
    .sticky-responsive-menu.device-touch #logo,
    .sticky-responsive-menu.device-touch #logo img,
    .sticky-responsive-menu.device-touch #primary-menu-trigger,
    .sticky-responsive-menu.device-touch #side-panel-trigger,
    .sticky-responsive-menu.device-touch #top-account,
    .sticky-responsive-menu.device-touch #top-cart,
    .sticky-responsive-menu.device-touch #top-search a {
        -webkit-transition: none!important;
        -o-transition: none!important;
        transition: none!important
    }
    .responsive-sticky-header:not(.static-sticky) #primary-menu-trigger {
        top: 5px
    }
    .responsive-sticky-header #primary-menu>.container>ul,
    .responsive-sticky-header #primary-menu>ul {
        max-height: 300px;
        overflow-y: scroll
    }
    .responsive-sticky-header #primary-menu>.container>ul,
    .responsive-sticky-header #primary-menu>ul {
        margin-bottom: 20px!important
    }
    body:not(.sticky-responsive-menu) #primary-menu.mobile-menu-off-canvas>div>ul,
    body:not(.sticky-responsive-menu) #primary-menu.mobile-menu-off-canvas>ul {
        position: fixed;
        display: block;
        z-index: 499;
        width: 280px;
        height: 100%;
        height: calc(100vh);
        max-height: none!important;
        margin: 0!important;
        left: 0!important;
        top: 0!important;
        padding: 35px 25px 60px!important;
        background-color: #fff;
        border-right: 1px solid #eee!important;
        overflow-y: scroll;
        -webkit-overflow-scrolling: touch;
        -webkit-transform: translate3d(-280px, 0, 0);
        -o-transform: translate3d(-280px, 0, 0);
        transform: translate3d(-280px, 0, 0);
        -webkit-backface-visibility: hidden;
        transform-style: preserve-3d
    }
    body:not(.sticky-responsive-menu) #primary-menu.mobile-menu-off-canvas.from-right>div>ul,
    body:not(.sticky-responsive-menu) #primary-menu.mobile-menu-off-canvas.from-right>ul {
        left: auto!important;
        right: 0;
        border-right: 0!important;
        border-left: 1px solid #eee!important;
        -webkit-transform: translate3d(280px, 0, 0);
        -o-transform: translate3d(280px, 0, 0);
        transform: translate3d(280px, 0, 0)
    }
    body:not(.sticky-responsive-menu) #primary-menu.mobile-menu-off-canvas>div>ul,
    body:not(.sticky-responsive-menu) #primary-menu.mobile-menu-off-canvas>ul {
        -webkit-transition: -webkit-transform .3s ease-in-out, opacity .2s ease!important;
        -o-transition: -o-transform .3s ease-in-out, opacity .2s ease!important;
        transition: transform .3s ease-in-out, opacity .2s ease!important
    }
    body:not(.sticky-responsive-menu) #primary-menu.mobile-menu-off-canvas>div>ul.d-block,
    body:not(.sticky-responsive-menu) #primary-menu.mobile-menu-off-canvas>ul.d-block {
        -webkit-transform: translate3d(0, 0, 0);
        -o-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    #topbar {
        padding: 0px 15px;
    }
}

@media (min-width:992px) and (max-width: 1319px) {
    /* promo */
    .bg-promo-imlek {
        height: 450px;
    }
    #primary-menu-trigger {
        margin-top: 0px;
    }
    /* Home Page */
    .article-list:nth-child(3) {
        height: 145px;
    }
}

@media(min-width:992px) and (max-width:1199.98px) {
    /* Cloud Solution */
    .cloud-list:nth-child(1){
        height: 425px;
    }

    /*#logo img {
        margin-bottom: 20px;
        padding-top: 15px;
        }*/

        .btn-header {
            margin-left: 0px;
        }
        #header.transparent-header.floating-header .container {
            width: 1030px;
            padding: 0 30px
        }
        #header.transparent-header.floating-header.sticky-header .container {
            width: 970px;
            padding: 0 15px
        }
        #primary-menu.sub-title ul>li>a {
            padding-left: 15px;
            padding-right: 15px
        }
        #primary-menu ul li.mega-menu .mega-menu-content,
        .floating-header.sticky-header #primary-menu ul li.mega-menu .mega-menu-content {
            width: 940px
        }
        .floating-header #primary-menu ul li.mega-menu .mega-menu-content {
            width: 1030px
        }
        .team.team-list .team-image {
            width: 200px
        }
        .testi-image,
        .testi-image a,
        .testi-image i,
        .testi-image img {
            display: block;
            width: 36px;
            height: 36px
        }
        .testi-image i {
            line-height: 36px;
            font-size: 20px
        }
        .bothsidebar .portfolio-item {
            width: 50%
        }
        .bothsidebar .portfolio.portfolio-3 {
            margin: 0 -20px -20px 0
        }
        .bothsidebar .portfolio-3 .portfolio-item {
            padding: 0 20px 20px 0
        }
        .bothsidebar .portfolio-shuffle,
        .postcontent .portfolio-1 .iconlist {
            display: none
        }
        .postcontent .small-thumbs .entry-image {
            width: 200px
        }
        .bothsidebar .small-thumbs .entry-image {
            width: 120px
        }
        .post-timeline .entry {
            width: 400px!important
        }
        .post-timeline .entry.entry-date-section {
            width: 100%!important
        }
        .mpost .entry-image,
        .mpost .entry-image a,
        .mpost .entry-image i,
        .mpost .entry-image img {
            width: 120px;
            height: 90px
        }
        .mpost .entry-image a i {
            line-height: 90px
        }
        .col_one_third .landing-wide-form .heading-block h2 {
            font-size: 32px
        }
        .col_one_third .landing-wide-form .heading-block span {
            font-size: 17px
        }
        .col_one_third .landing-wide-form {
            padding: 36px 30px
        }
        .bothsidebar .product-1 .product-image {
            width: 200px;
            height: 267px
        }
        .product-title h3 {
            font-size: 18px
        }
        .landing-video {
            width: 465px;
            height: 262px;
            margin: 19px 0 0 75px
        }
        .panel .portfolio-meta li {
            padding-left: 22px
        }
        .panel .portfolio-meta li span {
            display: block;
            margin-left: -21px
        }
        .portfolio-single-image-full .swiper-container,
        .portfolio-single-image-full.portfolio-single-thumbs {
            height: 400px
        }
        .bnews-slider {
            width: 817px
        }
        .landing-form-overlay {
            bottom: -142px
        }
    }

    @media(max-width:991.98px) {
        /* Our Journey */
        #perjalanan {
            background: none;
            background-color: #ececec;
        }

        /* Connecting the World */
        .border-subt, .border-subt-bottom {
            border: none;
        }
        .headline {
            background-color: #f2f2f2;
        }
        .ipad-none {
            display: none;
        }

        /* Connectivity */
        .card-connect.card-1 {
            border-radius: 25px 25px 0px 0px;
        }
        .card-connect.card-2 {
            border-radius: 0px;
        }
        .card-connect.card-3 {
            border-radius: 0px 0px 25px 25px;
        }
        .vertical-middle {
            padding-top: 10%;
        }

        #wrapper {
            width: 100%;
            margin: 0;
            box-shadow: none
        }
        #header.full-header .container,
        .container-fullwidth {
            padding: 0 15px!important;
            margin: 0 auto;
            width: 750px!important
        }
        .container.vertical-middle {
            width: 100%!important
        }
        .vertical-middle+.video-wrap {
            position: absolute;
            width: 100%;
            height: 100%;
            top: 0;
            left: 0
        }
        .postcontent,
        .postcontent.bothsidebar,
        .sidebar {
            width: 100%;
            margin-right: 0;
            float: none!important;
            margin-bottom: 40px!important;
            padding-bottom: 40px;
            border-bottom: 1px solid #eee
        }
        .sidebar.col_last {
            float: none;
            margin-bottom: 0!important;
            padding-bottom: 0;
            border-bottom: 0
        }
        #header,
        #header-wrap,
        #header.sticky-style-2,
        #header.sticky-style-2 #header-wrap,
        #header.sticky-style-3,
        #header.sticky-style-3 #header-wrap {
            /*height: auto!important*/
            height: 85px!important
        }
        #header.sticky-style-2 #header-wrap,
        #header.sticky-style-3 #header-wrap {
            min-height: 60px
        }
        #header.sticky-header #header-wrap {
            position: relative
        }
        #header.semi-transparent,
        #header.transparent-header {
            background: #fff;
            border-bottom: 1px solid #f5f5f5;
            /*z-index: auto*/
        }
        #header.dark.semi-transparent,
        #header.dark.transparent-header {
            background-color: #333;
            border-bottom: 1px solid rgba(0, 0, 0, .1)
        }
        #header.transparent-header.floating-header {
            margin-top: 0
        }
        #header.transparent-header.floating-header .container {
            width: 750px;
            padding: 0 15px;
            border-radius: 0
        }
        #header.transparent-header+#google-map,
        #header.transparent-header+#page-title.page-title-parallax,
        #header.transparent-header+#slider,
        #header.transparent-header.floating-header+#slider,
        #slider+#header.transparent-header {
            top: 0;
            margin-bottom: 0
        }
        .slider-parallax .slider-parallax-inner {
            position: relative
        }
        #header.transparent-header+#page-title.page-title-parallax .container {
            padding-top: 0
        }

        #header-trigger,
        .header-extras,
        .top-advert {
            display: none
        }
        #logo {
            display: block;
            /*height: 70px;*/
            float: none;
            /*margin: 0 auto!important;*/
            max-width: none;
            text-align: center;
            border: 0!important;
            padding: 0!important
        }
        #logo img {
            width: 60%;
        }
        #logo a.standard-logo {
            display: inline-block
        }

        body.side-push-panel #side-panel-trigger-close a {
            display: block;
            position: absolute;
            z-index: 12;
            top: 0;
            left: auto;
            right: 0;
            width: 40px;
            height: 40px;
            font-size: 18px;
            line-height: 40px;
            color: #444;
            text-align: center;
            background-color: rgba(0, 0, 0, .1);
            border-radius: 0 0 0 2px
        }

        #header.sticky-style-3 #top-cart .top-cart-content {
            top: 40px
        }
        body:not(.sticky-responsive-pagemenu) #page-menu #page-menu-wrap {
            position: relative!important;
            top: 0!important
        }
        #page-submenu-trigger {
            opacity: 1;
            pointer-events: auto;
            color: #fff
        }
        #page-menu.pagemenu-active #page-submenu-trigger {
            background-color: rgba(0, 0, 0, .2)
        }
        #page-menu nav {
            display: none;
            position: absolute;
            float: none;
            width: 200px;
            top: 43px;
            left: auto;
            right: 15px;
            height: auto;
            background-color: #F47E47;
            z-index: 11
        }
        #page-menu.pagemenu-active nav {
            display: block
        }
        #page-menu nav ul {
            height: auto;
            background-color: rgba(0, 0, 0, .2)
        }
        #page-menu nav li {
            float: none
        }
        #page-menu nav li a {
            height: 40px;
            line-height: 40px;
            margin: 0;
            padding: 0 15px;
            border-radius: 0
        }
        #page-menu ul ul {
            position: relative;
            width: auto;
            top: 0;
            background-color: transparent
        }
        #page-menu ul ul a {
            padding-left: 25px
        }
        .sticky-responsive-menu #header {
            min-height: 100px;
            -webkit-transition: min-height .4s ease;
            -o-transition: min-height .4s ease;
            transition: min-height .4s ease
        }
        .sticky-responsive-menu #header-wrap {
            -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0)
        }
        .sticky-responsive-menu #header.sticky-style-2,
        .sticky-responsive-menu #header.sticky-style-3 {
            min-height: 160px
        }

        #header.responsive-sticky-header:not(.sticky-style-2):not(.sticky-style-3):not(.static-sticky) {
            min-height: 60px
        }
        .responsive-sticky-header #header-wrap {
            z-index: 199;
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            background-color: #fff;
            border-bottom: 1px solid #eee;
            -webkit-backface-visibility: hidden
        }
        .responsive-sticky-header:not(.static-sticky) #logo,
        .responsive-sticky-header:not(.static-sticky) #logo img {
            height: 60px
        }

        .responsive-sticky-header:not(.static-sticky) #side-panel-trigger,
        .responsive-sticky-header:not(.static-sticky) #top-cart,
        .responsive-sticky-header:not(.static-sticky) #top-search a {
            margin: 20px 0
        }
        .responsive-sticky-header:not(.static-sticky) #top-search form {
            height: 60px!important
        }
        .responsive-sticky-header:not(.static-sticky) #top-cart .top-cart-content {
            top: 40px
        }
        .responsive-sticky-header:not(.static-sticky)~#page-menu.sticky-page-menu #page-menu-wrap {
            top: 60px
        }

        .portfolio .portfolio-item {
            width: 33.33333333%
        }
        .portfolio-2 .portfolio-item {
            width: 50%
        }
        .portfolio-1 .portfolio-item {
            width: 100%
        }
        .portfolio-1 .portfolio-item .portfolio-image {
            float: none!important;
            margin: 0!important;
            margin-bottom: 20px!important
        }
        .portfolio-1 .portfolio-item .portfolio-image,
        .portfolio-1 .portfolio-item .portfolio-image a,
        .portfolio-1 .portfolio-item .portfolio-image img,
        .portfolio-1.portfolio-fullwidth .portfolio-item .portfolio-image,
        .portfolio-1.portfolio-fullwidth .portfolio-item .portfolio-image a,
        .portfolio-1.portfolio-fullwidth .portfolio-item .portfolio-image img {
            width: 100%;
            height: auto
        }
        .portfolio-1 .portfolio-desc {
            width: 100%!important;
            padding: 0!important
        }
        .portfolio-1.portfolio-fullwidth {
            margin: 0 0 -60px
        }
        .portfolio-1.portfolio-fullwidth .portfolio-item {
            margin-bottom: 60px;
            padding-bottom: 0;
            border-bottom: 0;
            overflow: hidden
        }
        .portfolio-1.portfolio-fullwidth .portfolio-item .portfolio-image {
            float: none;
            margin: 0 0 20px!important
        }
        .portfolio-1.portfolio-fullwidth .portfolio-item .portfolio-image img {
            -webkit-transition: none;
            -o-transition: none;
            transition: none
        }
        .portfolio-1.portfolio-fullwidth .portfolio-item.alt:hover .portfolio-image img,
        .portfolio-1.portfolio-fullwidth .portfolio-item:hover .portfolio-image img {
            -webkit-transform: translateX(0)!important;
            -moz-transform: translateX(0)!important;
            -ms-transform: translateX(0)!important;
            -o-transform: translateX(0)!important;
            transform: translateX(0)!important
        }
        .portfolio-1.portfolio-fullwidth .alt .portfolio-desc,
        .portfolio-1.portfolio-fullwidth .portfolio-desc {
            position: relative;
            height: auto;
            background-color: transparent;
            left: 0!important;
            right: 0!important;
            -webkit-transition: none;
            -o-transition: none;
            transition: none
        }
        .portfolio-1.portfolio-fullwidth .portfolio-overlay a {
            left: 50%!important
        }
        .portfolio-1.portfolio-fullwidth .alt .portfolio-overlay a {
            left: auto;
            right: 50%!important
        }
        .device-touch .portfolio-parallax .portfolio-item .portfolio-desc,
        .device-touch .portfolio-parallax .portfolio-overlay {
            opacity: 1
        }
        .portfolio-ajax-modal,
        .shop-quick-view-ajax {
            width: 90%!important
        }
        .ievent .entry-title h2,
        .small-thumbs .entry-title h2 {
            font-size: 18px
        }
        .entry-meta li {
            font-size: 12px;
            margin: 0 10px 10px 0
        }
        .post-grid {
            margin-right: -20px
        }
        .post-grid .entry {
            width: 33.33333333%;
            padding-right: 20px
        }
        .post-grid.grid-2,
        .post-grid.grid-3 {
            margin-right: -30px
        }
        .post-grid.grid-2 .entry,
        .post-grid.grid-3 .entry {
            width: 50%;
            padding-right: 30px
        }
        .post-masonry-full .entry {
            width: 33.3%!important
        }
        .post-masonry-full.grid-3 .entry {
            width: 50%!important
        }
        .post-timeline .entry {
            width: 290px!important
        }
        .post-timeline .entry.entry-date-section {
            width: 100%!important
        }
        .product {
            width: 33.33333333%
        }
        .product:not(.product-2):not(.product-3) .product-title h3 {
            font-size: 18px
        }
        .pricing [class^=col-md-] .pricing-box.best-price {
            margin-top: 0
        }
        .pricing.pricing-5 .pricing-box.best-price {
            margin-top: 20px
        }
        .device-md .pricing.pricing-5 .best-price .pricing-title h3,
        .device-md .pricing.pricing-5 .pricing-title h3 {
            font-size: 14px
        }
        .device-md .pricing.pricing-5 .pricing-title span {
            font-size: 12px
        }
        .device-md .pricing.pricing-5 .pricing-price {
            font-size: 48px
        }
        .device-md .pricing.pricing-5 .pricing-price span {
            font-size: 20px
        }
        .device-md .pricing.pricing-5 .pricing-price span.price-tenure {
            font-size: 12px
        }
        .device-md .pricing.pricing-5 .pricing-box.best-price .pricing-title {
            padding: 15px 0
        }
        .pricing-box.pricing-extended .pricing-action-area,
        .pricing-box.pricing-extended .pricing-desc {
            position: relative;
            float: none;
            width: auto;
            padding: 25px
        }
        .pricing-box.pricing-extended .pricing-action-area {
            height: auto;
            border-left: 0;
            border-top: 1px solid rgba(0, 0, 0, .05);
            border-radius: 0 0 3px 3px
        }
        .testimonials-grid.grid-3 li {
            width: 50%
        }
        .section>.testimonial {
            padding: 0 40px!important;
            max-width: none
        }
        .promo:not(.promo-full) {
            padding: 30px 20px!important
        }
        .promo.promo-dark h3 {
            line-height: 1.6
        }
        .promo a.button {
            position: relative!important;
            top: 0!important;
            margin: 20px 0 0!important;
            left: 0!important;
            right: 0
        }
        #contact-form-overlay-mini {
            float: none;
            width: auto;
            max-width: 380px;
            margin: 0 auto
        }
        .button.button-full {
            font-size: 22px
        }
        .button.button-full i {
            top: 3px!important
        }
        .bnews-title {
            float: none;
            display: inline-block
        }
        .bnews-slider {
            float: none;
            margin: 10px 0 0;
            width: 100%
        }
        .wedding-head {
            font-size: 60px
        }
        .wedding-head .first-name span,
        .wedding-head .last-name span {
            font-size: 40px
        }
        .wedding-head .and {
            font-size: 144px
        }
        .error404 {
            font-size: 180px
        }
        .landing-form-overlay {
            position: absolute;
            width: 100%;
            max-width: 400px;
            right: auto;
            left: 50%;
            margin-left: -200px;
            bottom: 0
        }

        /*home */
        .heading-block h1 {
            font-size: 35px;
            margin-bottom: 20px;
        }
        .container.main-product {
            width: 100%;
            padding: 0px !important
        }
        .main-product .row {
            padding-bottom: 0px !important;
        }

        .main-product .row .col-4{
            padding: 0;
        }

        .main-product .container{
            margin: 0;
            /*padding:0;*/
            width: 100% !important;
            max-width: none;
        }
        .product-item {
            margin-right: 0px;
            width: 100%;
            border-radius: 0px;
        }
        .product-item-content {
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            text-align: center;
        }
        .product-item-text p:not(.product-more) {
            display: none
        }
        .product-item-text p.product-more.one-line{
            margin-top: 27px;
        }

        .product-item-text p.product-more a span {
            display: none !important
        }

        .product-item .link-button {
            background-color: transparent !important;
            padding: 0px !important;
        }

        .product-item .link-button i {
            left: 0px;   
        }

        /*testimonial*/
        .testimonial-container {
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
        }

        .testimonial-container .img-part {
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            text-align: center;
            width: 60%
        }

        .testimonial-container .text-part {
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            width: 100%
        }

        #home-testimonial .slick-initialized .slick-slide {
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
        }

        .testimonial-content {
            padding: 0px !important
        }

        .testimonial-content, .testimonial-name {
            text-align: center;
            align-items: center;
            justify-content: center;
        }

        .testimonial-content .testi-highlight {
            display: none
        }

        .testimonial-img {
            height: 200px;
            margin-bottom: 15px;
        }

        .testimonial-name h4 {
            text-align: center;
            margin-top: 20px;
        }

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

        /*industries*/
        .left-content {
            margin-left: 0px;
        }

    }

    @media(min-width:768px) and (max-width:991.98px) {    
        /* Home */
        .article-list {
            height: 75px;
        }

        .article-list:nth-child(3) {
            height: 220px;
        }

        /* Cloud Solutions */
        .cloud-list:nth-child(1){
            height: 400px;
        }

        /* Connecting the World */ 
        div img.img-article {
            height: 360px;
        }
        #primary-menu-trigger {
            top: inherit;
            color: #fff;
        }
        #logo img {
        /*width: 35%;
        margin-top: 10px;
        margin-bottom: 10px;
        margin-left: 15px;*/
    }

    /* Managed Services */
    .manage-list:nth-child(1), .manage-list:nth-child(4){
        height: 23%;
    }

    .manage-list:nth-child(2), .manage-list:nth-child(3) {
        height: 21%;
    }

    /* Data Center */
    .bg-peta {
        background-size: 166% 400px;
        background-position: 9% 0%;
        height: 450px;
    }
    .div-sby {
        right: 40%;
        bottom: 31%;
    }
    .div-sby:hover {
        right: 38.5%;
        bottom: 31%;
    }
    .div-jkt {
        left: 34%;
        bottom: 34%;
    }
    .div-jkt:hover {
        left: 32.4%;
        bottom: 34%;
    }

    .swiper_wrapper:not(.full-screen):not(.canvas-slider-grid),
    .swiper_wrapper:not(.full-screen):not(.canvas-slider-grid) .swiper-slide {
        height: 400px!important
    }
    .sidebar-widgets-wrap {
        position: relative;
        margin: 0 -20px -40px
    }
    .sidebar-widgets-wrap .widget {
        display: inline-block;
        vertical-align: top;
        float: none;
        width: 49.6%;
        margin: 0 0 40px;
        padding-top: 0;
        padding-left: 20px;
        padding-right: 20px;
        border-top: 0
    }
    .landing-video {
        width: 352px;
        height: 199px;
        margin: 14px 0 0 60px
    }
}

@media(max-width:767.98px) { 
    /* FAQ */
    .div-card {
        text-align: left;
    }
    .arrow {
        left: auto;
        right: 0;
        top: 0;
        height: 100%;
        width: 40px;
        float: left;
        border-radius: 0px;
        text-align: center;
        display: flex;
    }
    .arrow i {
        align-self: center;
        text-align: center;
        width: 100%;
    }
    .arrow.white {
        background-color: #ECECEC;
        color: #202844;
    }
    .card-faq:hover .arrow.white {
        background-color: #202844;
        color: #ffff;
    }
    .card-faq {
        padding-right: 55px;
        padding-left: 15px;
    }
    .card-faq.white {
      background: #fff;
    }
    .card-faq p {
        color: #555;
    }
    .btn-faq {
        font-size: 15px;
    }

    /* Cloud Solution */
    .m-ip {
        margin: auto;
    }
    .border-icon {
        border-right: 1px solid #dee2e6;
        border-color: #6c757d;   
    }
    .h-15 {
        height: auto;
    }
    .div-icon {
        height: 65px;
        /*width: 65px;*/
        line-height: 65px;
    }

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

    /* Why Wowrack */
    .why-box:nth-child(odd):not(:last-child){
        border-right: 1px solid #6c757d;
    }
    
    body {
        padding: 0!important
    }
    #wrapper {
        width: 100%!important
    }
    .container-fullwidth {
        margin: 0 auto;
        padding: 0 15px!important
    }
    h1 {
        font-size: 28px
    }
    h2 {
        font-size: 24px
    }
    h3 {
        font-size: 20px
    }
    h4 {
        font-size: 16px
    }
    .one-page-arrow {
        display: none!important
    }
    #top-bar {
        height: auto
    }
    #top-bar .col_half {
        width: 100%;
        margin-bottom: 0!important
    }
    .top-links,
    .top-links>ul>li {
        float: none!important
    }
    .top-links>ul {
        text-align: center
    }
    .top-links>ul>li {
        display: inline-block
    }
    .top-links>ul>li {
        margin-right: -4px
    }
    .top-links ul div.top-link-section,
    .top-links ul ul {
        text-align: left
    }
    .top-links ul div.top-link-section {
        left: auto;
        right: 0;
        padding: 20px 15px
    }
    #top-social,
    .flex-caption {
        display: none!important
    }
    .flex-control-nav li {
        opacity: 1!important
    }
    .fslider:not(.flex-thumb-grid) .flex-control-nav.flex-control-thumbs {
        height: 60px
    }
    .fslider:not(.flex-thumb-grid) .flex-control-nav.flex-control-thumbs li,
    .fslider:not(.flex-thumb-grid) .flex-control-nav.flex-control-thumbs li img {
        display: block;
        width: 80px!important;
        height: 60px!important
    }
    .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,
    .postcontent.bothsidebar,
    .sidebar {
        width: 100%;
        margin-right: 0;
        float: none;
        margin-bottom: 50px!important
    }
    .col_last {
        float: none
    }
    .sidebar.col_last {
        margin-bottom: 0!important
    }
    form .col_five_sixth,
    form .col_four_fifth,
    form .col_full,
    form .col_half,
    form .col_one_fifth,
    form .col_one_fourth,
    form .col_one_sixth,
    form .col_one_third,
    form .col_three_fifth,
    form .col_three_fourth,
    form .col_two_fifth,
    form .col_two_third {
        margin-bottom: 25px!important
    }
    #page-title {
        padding: 20px 0 25px;
        text-align: center
    }
    #page-title h1 {
        line-height: 1.5;
        font-size: 24px
    }
    #page-title .breadcrumb {
        position: relative!important;
        top: 0!important;
        left: 0!important;
        right: 0!important;
        margin: 20px 0 0!important;
        justify-content: center
    }
    #page-title #portfolio-navigation,
    #portfolio-ajax-title #portfolio-navigation {
        position: relative;
        top: 0;
        left: 0;
        margin: 15px auto 0
    }
    #portfolio-ajax-title {
        text-align: center
    }
    .portfolio-filter {
        border: none;
        border-radius: 0;
        margin-bottom: 20px
    }
    .portfolio-filter li {
        width: 33.33%;
        margin: 0 0 20px!important
    }
    .portfolio-filter li a {
        text-align: center;
        border-left: none;
        padding: 12px 18px!important;
        border-radius: 2px!important
    }
    .portfolio-filter li a:hover {
        color: #F47E47
    }
    .portfolio-filter li.activeFilter a {
        color: #fff;
        margin: 0
    }
    .portfolio-filter.style-2 li a,
    .portfolio-filter.style-3 li a {
        border-radius: 22px!important
    }
    .portfolio-shuffle {
        display: none
    }
    .ievent .entry-image,
    .small-thumbs .entry-image {
        float: none!important;
        width: 100%!important;
        margin: 0 0 20px!important
    }
    .entry-title h2,
    .post-grid .entry-title h2 {
        font-size: 18px!important;
        font-weight: 600
    }
    .entry-meta li {
        font-size: 11px;
        margin: 0 10px 10px 0
    }
    #posts .entry-meta li i {
        display: none
    }
    #posts .entry-meta li:last-child i,
    #posts.post-grid .entry-meta li i {
        display: inline-block
    }
    .post-grid {
        margin-right: 0!important
    }
    .post-grid .entry,
    .post-masonry-full.grid-3 .entry {
        float: none!important;
        width: 100%!important;
        margin-right: 0!important;
        border-right: 0!important
    }
    .post-timeline .entry.entry-date-section {
        margin-left: 0
    }
    .postcontent .post-timeline {
        margin: 0
    }
    .post-timeline .entry-timeline,
    .timeline-border {
        display: none!important
    }
    .postcontent .post-timeline {
        padding-left: 0
    }
    .post-masonry-full .entry {
        padding: 40px!important
    }
    .product-1 .product {
        width: 100%
    }
    .product-1 .product-image {
        float: none!important;
        width: 100%!important;
        height: auto!important;
        margin: 0 0 20px!important
    }
    .product-1 .product-title h3 {
        font-size: 19px
    }
    .product-1 p {
        display: none
    }
    .pricing-box.best-price {
        margin-top: 0
    }
    .pricing.pricing-5 .pricing-box {
        float: none;
        width: 100%
    }
    .pricing-box.pricing-extended .pricing-features li {
        width: auto;
        float: none
    }
    table.cart .quantity {
        display: block
    }
    table.cart .quantity .minus,
    table.cart .quantity .plus,
    table.cart .quantity .qty {
        float: none;
        width: 100%
    }
    table.cart .quantity .qty {
        border: 0;
        border-top: 1px solid #ddd;
        border-bottom: 1px solid #ddd
    }
    .button.button-desc {
        padding: 20px 17px;
        font-size: 15px;
        max-width: 100%
    }
    .button.button-desc span {
        font-size: 11px
    }
    .process-steps li {
        float: none;
        width: auto!important;
        margin-top: 20px
    }
    .process-steps li:first-child {
        margin-top: 0
    }
    .process-steps li h5 {
        margin: 10px 0 0
    }
    .process-steps li:after,
    .process-steps li:before {
        display: none
    }
    .tabs-responsive .tab-container {
        padding: 0!important
    }
    .tabs-responsive .tab-container:not(.accordion-border) {
        border: 0
    }
    .testimonials-grid li {
        float: none;
        width: auto!important;
        padding-left: 0;
        padding-right: 0
    }
    .team.team-list .team-image {
        float: none;
        width: 100%;
        margin-right: 0
    }
    .team.team-list .team-title {
        margin-top: 15px
    }
    .title-block {
        padding: 2px 0 3px 15px;
        border-left-width: 5px
    }
    .title-block-right {
        padding: 2px 15px 3px 0;
        border-right-width: 5px
    }
    .title-block h1+span {
        font-size: 18px
    }
    .title-block h2+span {
        font-size: 17px
    }
    .title-block h3+span {
        font-size: 15px
    }
    .title-block h4+span {
        font-size: 13px
    }
    .heading-block h1 {
        font-size: 28px
    }
    .heading-block h2 {
        font-size: 26px
    }
    .heading-block h3 {
        font-size: 17px
    }
    .heading-block h4 {
        font-size: 19px
    }
    .heading-block h1+span {
        font-size: 20px
    }
    .heading-block h2+span {
        font-size: 18px
    }
    .heading-block h3+span,
    .heading-block h4+span {
        font-size: 17px
    }
    .heading-block~p:not(.lead) {
        font-size: 15px
    }
    .emphasis-title h1,
    .emphasis-title h2 {
        font-size: 44px!important
    }
    .wedding-head {
        font-size: 48px
    }
    .wedding-head .and,
    .wedding-head .first-name,
    .wedding-head .last-name {
        display: block;
        margin: 0 0 15px;
        text-align: center
    }
    .wedding-head .first-name span,
    .wedding-head .last-name span {
        font-size: 36px
    }
    .wedding-head .and {
        font-size: 120px
    }
    .news-carousel .overlay {
        display: none
    }
    .landing-video {
        position: relative;
        top: 14px;
        width: 76%;
        height: auto;
        margin: 19px auto 0
    }
    #cookie-notification .container {
        padding-right: 15px
    }
    #cookie-notification .cookie-noti-btn {
        position: relative;
        left: 0;
        display: block;
        margin-top: 20px
    }
    #copyrights .col_half {
        text-align: center
    }
    #copyrights .col_half:last-child {
        display: none
    }
    #copyrights .footer-logo {
        margin-left: auto;
        margin-right: auto
    }

    .hvco-content-list{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin-top: 10px;
        text-align: center;
    }

    .hvco-content-list p{
        text-align: center;
    }

    .bg-strategi-migrasi-cloud{
        height: 300px;
        /*top: 32px !important;*/
    }
}

@media(max-width:767.98px) and (orientation : landscape) {
    /* Footer */
    .footer-logo-mobile {
        width: 50%;
    }

    address {
        margin-bottom: 0px;
    }

    .img-iso {
        width: 30%;
    }
}

@media(min-width:768px) {
    .row-backup{
        display: flex;
        margin-top: 300px;
            width: 100%;
    }
    /* Our Journey */
    .div-logo-klien .col-md-1 {
        flex: 0 0 12.5%;
        max-width: 12.5%;
        text-align: center;
    }
}

@media (min-width:768px) and (max-width: 992px) {
    /* promo */
    .bg-promo-imlek {
        height: 355px;
    }
    .btn-promo {
      bottom: 23px;
      left: 26px;
      font-size: 18px;
      border-radius: 8px;
      padding: 6px 28px;
    }  
}
@media (max-width:768px) {
    /* promo */
    .bg-promo-imlek {
        height: 245px;
    }

    .video-hvco {
        height: 380px;
    }
}


@media(min-width:576px) and (max-width:767.98px) {
    #header.full-header .container,
    .container-fullwidth {
        width: 540px!important
    }
    .container.vertical-middle {
        width: 100%!important
    }
    .full-screen:not(.force-full-screen) .container.vertical-middle {
        width: 540px!important
    }
    #top-search form input {
        padding-right: 60px
    }
    .swiper_wrapper:not(.force-full-screen),
    .swiper_wrapper:not(.force-full-screen):not(.canvas-slider-grid) .swiper-slide {
        height: 300px!important
    }
    .swiper_wrapper .slider-caption h2 {
        font-size: 2.25rem
    }
    .swiper_wrapper .slider-caption p {
        font-size: 1.25rem
    }
    #header.transparent-header.floating-header .container {
        width: 540px;
        padding: 0 15px
    }
    .portfolio:not(.portfolio-1) {
        margin: 0 -6px -6px 0
    }
    .portfolio:not(.portfolio-1) .portfolio-item {
        padding: 0 6px 6px 0
    }
    .portfolio:not(.portfolio-1) .portfolio-item {
        width: 50%
    }
    .portfolio:not(.portfolio-1) .portfolio-desc {
        padding: 15px 5px 10px
    }
    .portfolio:not(.portfolio-1) .portfolio-desc h3 {
        font-size: 16px
    }
    .portfolio:not(.portfolio-1) .portfolio-desc span {
        font-size: 14px
    }
    .portfolio-notitle:not(.portfolio-1) .portfolio-desc {
        height: 78px;
        padding: 15px 5px;
        bottom: -79px
    }
    .portfolio-full.portfolio-notitle:not(.portfolio-1) .portfolio-desc,
    .portfolio-nomargin.portfolio-notitle:not(.portfolio-1) .portfolio-desc {
        bottom: -78px;
        border-bottom: 0
    }
    .portfolio-notitle .iportfolio:hover .portfolio-overlay a.left-icon,
    .portfolio-notitle .iportfolio:hover .portfolio-overlay a.right-icon,
    .portfolio-notitle:not(.portfolio-1) .portfolio-item:hover .portfolio-overlay a.left-icon,
    .portfolio-notitle:not(.portfolio-1) .portfolio-item:hover .portfolio-overlay a.right-icon {
        margin-top: -55px!important
    }
    .portfolio:not(.portfolio-1) .portfolio-item:hover .portfolio-overlay .portfolio-desc~a {
        margin: 20px 0 0!important
    }
    .portfolio:not(.portfolio-1) .portfolio-item:hover .portfolio-overlay .portfolio-desc~a.right-icon {
        margin-left: 5px!important;
        margin-right: 0!important
    }
    .portfolio.portfolio-full,
    .portfolio.portfolio-nomargin {
        margin: 0!important
    }
    .post-grid:not(.post-masonry) .entry-image iframe {
        height: 246px
    }
    .shop:not(.product-1) {
        margin: 0 -12px -12px 0
    }
    .shop:not(.product-1) .product {
        padding: 0 12px 12px 0;
        width: 50%
    }
    .shop:not(.product-1) .product-title h3 {
        font-size: 17px
    }
    .clients-grid.grid-4 li,
    .clients-grid.grid-6 li,
    .clients-grid:not(.grid-3):not(.grid-2) li {
        width: 33.33%
    }
    .button.button-full {
        font-size: 18px
    }
    .button.button-full i {
        top: 2px!important;
        margin-left: 3px!important
    }
    .error404,
    .error404-wrap .error404 {
        font-size: 160px
    }
}

@media(max-width:575.98px) {
    /* promo */
    .bg-promo-imlek {
        height: 160px;
    }
    .btn-promo {
      bottom: 18px;
      left: 22px;
      font-size: 12px;
      padding: 4px 18px;
      border-radius: 4px;
      box-shadow: 2px 2px 4px 1px rgba(0, 0, 0, 0.7);
    }

    .video-hvco {
        height: 215px;
    }

    .mauto {
        margin: auto;
    }

    /* Home */
    .testimonial-name {
        width: 50%;
    }

    /* Our Journey */
    #value {
        background:none;
        background-color: #202844;
        padding-top: 10%;
        padding-bottom: 10%;
    }
    .mobile-white {
        color: #fff;
    }
    
    .logo-klien.ifgf, .logo-klien.intel, .logo-klien.ifgf:hover, .logo-klien.intel:hover {
        background-position: left;
        background-size: 80%;
    }

    /* Header */
    #topbar {
        justify-content: space-between;
        font-size: 12px;
    }
    .header-lang {
        margin-left: auto;
    }
    .header-talk {
        margin-right: auto;
    }
    #topbar i {
        margin: 0px 5px 0px 5px;
    }
    #topbar a {
        margin: 0px 5px;
    }

    /* Footer */
    #footer .footer-widgets-wrap {
        padding: 25px 0;
    }
    .col_half {
        margin-bottom: .75em!important;
    }
    address {
        margin-bottom: 0px;
    }
    .img-iso {
        width: 40%;
        margin-left: 0px;
        margin-top: .75em;
    }
    #contact-us-belt .row {
        margin: auto;
    }

    /* Connecting the World */
    #logo img {
        margin-left: 15px;
        width: 60%;
        margin-top: 10px;
        margin-bottom: 10px;
    }

    div img.img-article.big {
        height: 235px;
    }

    .subt {
        font-size: 12px;
    }
    
    #contact-us-belt h5 {
        font-size: 14px;
    }
    div img.img-article {
        height: 240px;
        overflow: hidden;
    }

    /* Connectivity */
    .section.iden {
        padding: 50px 0;
    }
    .why-content.iden {
        padding: 0px 10px;
        margin-bottom: 0px;
    }

    /* Managed Service */ 
    .icon-kelola {
        width: 85px;
    }

    /* Lets Connected */
    .bg-text {
        padding: 30px 20px;
    }
    .btn-submit {
        padding: 9px 55px;
    }
    .mobile-none {
        display: none;
    }
    #contact-us-belt .container {
        padding: 0px;
    }

    h1 {
        font-size: 26px
    }
    h2 {
        font-size: 22px
    }
    h3 {
        font-size: 18px
    }
    h4 {
        font-size: 15px
    }

    #header.full-header .container,
    .container,
    .container-fullwidth {
        width: 100%!important;
        /*padding-left: 10px!important;
        padding-right: 10px!important*/
        padding-left: 15px!important;
        padding-right: 15px!important
    }
    #primary-menu-trigger {
        font-size: 20px;
    }
    #top-cart {
        display: none
    }
    #top-search a {
        right: 40px
    }
    #top-search form input {
        padding-right: 55px
    }
    #side-panel-trigger {
        right: 68px
    }
    #top-account {
        right: 68px
    }
    #top-account a.btn {
        padding-left: 8px;
        padding-right: 8px
    }
    #top-account a.btn i:last-child {
        display: none
    }
    .swiper_wrapper:not(.force-full-screen),
    .swiper_wrapper:not(.force-full-screen):not(.canvas-slider-grid) .swiper-slide {
        height: 180px!important
    }
    .swiper_wrapper .slider-caption h2 {
        font-size: 1.75rem
    }
    .swiper_wrapper .slider-caption p {
        font-size: 1rem
    }
    #header.transparent-header.floating-header .container {
        width: 310px;
        padding: 0 15px
    }
    .portfolio-filter li {
        width: 50%
    }
    .portfolio:not(.portfolio-1) {
        margin: 0
    }
    .portfolio .portfolio-item {
        width: 100%;
        padding: 0
    }
    .post-grid:not(.post-masonry) .entry-image iframe {
        height: 157px
    }
    .mpost .entry-image {
        float: none;
        margin: 0 0 20px
    }
    .mpost .entry-image,
    .mpost .entry-image a,
    .mpost .entry-image i,
    .mpost .entry-image img {
        width: 100%;
        height: auto
    }
    .mpost .entry-image i {
        height: 150px;
        line-height: 150px
    }
    .shop:not(.product-1) {
        margin: 0!important
    }
    .shop:not(.product-1) .product {
        margin: 0 0 20px;
        padding: 0;
        width: 100%
    }
    .shop:not(.product-1) .product-title h3 {
        font-size: 19px
    }
    .fslider:not(.flex-thumb-grid) .flex-control-nav.flex-control-thumbs {
        height: 45px
    }
    .fslider:not(.flex-thumb-grid) .flex-control-nav.flex-control-thumbs li,
    .fslider:not(.flex-thumb-grid) .flex-control-nav.flex-control-thumbs li img {
        display: block;
        width: 60px!important;
        height: 45px!important
    }
    .si-share span {
        display: none
    }
    .parallax .entry-overlay,
    .parallax .entry-overlay-meta {
        left: 50%!important;
        right: 0!important;
        margin: 0 0 0 -140px!important;
        width: 280px!important
    }
    .parallax .entry-overlay {
        width: 288px!important
    }
    .parallax .countdown-section {
        width: 64px;
        height: 64px;
        margin: 0 8px 0 0;
        font-size: 11px;
        padding: 0;
        padding-top: 12px
    }
    .parallax .countdown-amount {
        font-size: 20px
    }
    .countdown-large .countdown-section {
        display: block;
        width: auto;
        margin: 30px 0 0;
        border: 0
    }
    .countdown-large .countdown-section:first-child {
        margin-top: 0
    }
    .testi-image,
    .testi-image a,
    .testi-image i,
    .testi-image img {
        width: 36px;
        height: 36px
    }
    .testi-image i {
        line-height: 36px;
        font-size: 20px
    }
    .clients-grid.grid-4 li,
    .clients-grid.grid-6 li,
    .clients-grid:not(.grid-3):not(.grid-2) li {
        width: 50%
    }
    .button.button-full {
        font-size: 16px
    }
    .button.button-full i {
        top: 2px!important;
        margin-left: 3px!important
    }
    .emphasis-title h1,
    .emphasis-title h2 {
        font-size: 40px!important
    }
    .error404,
    .error404-wrap .error404 {
        font-size: 120px
    }
    .landing-form-overlay {
        margin-left: -155px
    }
    .button.button-desc {
        padding: 20px 17px;
        font-size: 15px;
        max-width: 100%
    }
    .button.button-desc span {
        font-size: 11px
    }
}

@media(max-width:575.98px) and (orientation : landscape) {
    .logo-klien.ifgf, .logo-klien.intel, .logo-klien.ifgf:hover, .logo-klien.intel:hover {
        background-position: left;
        background-size: 50%;
    }   
}

@media only screen and (-webkit-min-device-pixel-ratio:2),
only screen and (min--moz-device-pixel-ratio:2),
only screen and (-o-min-device-pixel-ratio:2/1),
only screen and (min-device-pixel-ratio:2),
only screen and (min-resolution:192dpi),
only screen and (min-resolution:2dppx) {
    #header.split-menu #logo a.standard-logo,
    #logo a.standard-logo {
        display: none
    }
    #logo a.retina-logo {
        display: block
    }
    #header.split-menu #logo a.retina-logo {
        display: inline-block
    }
    .form-process,
    .owl-carousel.owl-loading,
    .preloader,
    .preloader2 {
        background-image: url(../images/preloader%402x.gif);
        background-size: 24px 24px
    }
    .dark .form-process,
    .dark .owl-carousel.owl-loading,
    .dark .preloader,
    .dark .preloader2 {
        background-image: url(../images/preloader-dark%402x.gif)
    }
    .widget_recent_comments li {
        background-image: url(../images/icons/widget-comment%402x.png);
        background-size: 15px 26px
    }
    .widget_archive li a,
    .widget_categories li a,
    .widget_links li a,
    .widget_meta li a,
    .widget_nav_menu li a,
    .widget_pages li a,
    .widget_recent_comments li a,
    .widget_recent_entries li a,
    .widget_rss li a {
        background-image: url(../images/icons/widget-link%402x.png);
        background-size: 4px 20px
    }
    .dark .widget_recent_comments li {
        background-image: url(../images/icons/widget-comment-dark%402x.png)
    }
    .dark .widget_archive li a,
    .dark .widget_categories li a,
    .dark .widget_links li a,
    .dark .widget_meta li a,
    .dark .widget_nav_menu li a,
    .dark .widget_pages li a,
    .dark .widget_recent_comments li a,
    .dark .widget_recent_entries li a,
    .dark .widget_rss li a {
        background-image: url(../images/icons/widget-link-dark%402x.png)
    }
}

@media only screen and (-webkit-min-device-pixel-ratio:2) and (max-width:991.98px),
only screen and (min--moz-device-pixel-ratio:2) and (max-width:991.98px),
only screen and (-o-min-device-pixel-ratio:2/1) and (max-width:991.98px),
only screen and (min-device-pixel-ratio:2) and (max-width:991.98px),
only screen and (min-resolution:192dpi) and (max-width:991.98px),
only screen and (min-resolution:2dppx) and (max-width:991.98px) {
    #logo a.standard-logo {
        display: none
    }
    #logo a.retina-logo {
        display: inline-block
    }
}


.scw-switcher-wrap,
.scw-trigger-icon {
    position: fixed;
    left: auto;
    background-color: #fff
}

.scw-trigger-icon {
    width: 44px;
    height: 44px;
    top: 121px;
    right: 26px;
    border: 0;
    padding: 0;
    text-align: center;
    z-index: 5;
    cursor: pointer
}

.scw-trigger-icon i {
    font-size: 18px
}

.scw-switcher-wrap.scw-switcher-open i:nth-of-type(1),
.scw-switcher-wrap:not(.scw-switcher-open) i:nth-of-type(2) {
    display: none
}

.scw-switcher-wrap {
    top: 120px;
    right: 25px;
    padding: 23px;
    width: 0;
    height: 0;
    border: 1px solid rgba(0, 0, 0, .09);
    border-radius: 3px;
    box-shadow: 0 13px 42px 11px rgba(0, 0, 0, .05);
    z-index: 9999;
    overflow: hidden;
    -webkit-transition: all .45s ease;
    -o-transition: all .45s ease;
    transition: all .45s ease
}

.scw-switcher-wrap.scw-switcher-open {
    width: 300px;
    height: 70%;
    padding: 35px 25px;
    overflow-y: scroll
}

.scw-switcher-wrap .widget {
    margin: 0
}

.scw-switcher-wrap .line,
.scw-switcher-wrap .widget {
    opacity: 0;
    -webkit-transition: opacity 0s ease;
    -o-transition: opacity 0s ease;
    transition: opacity 0s ease
}

.scw-switcher-wrap.scw-switcher-open .line,
.scw-switcher-wrap.scw-switcher-open .widget {
    opacity: 1;
    -webkit-transition: opacity .3s .4s ease;
    -o-transition: opacity .3s .4s ease;
    transition: opacity .3s .4s ease
}

.scw-switcher-wrap .widget h4 {
    font-size: 14px;
    letter-spacing: 1px;
    margin-bottom: 15px
}

.scw-switcher-wrap .btn-container {
    margin: 0 -5px -5px 0
}

.scw-switcher-wrap .btn {
    margin: 0 5px 5px 0
}

.scw-switcher-wrap .row {
    margin: 0 -3px
}

.scw-switcher-wrap .col-6 {
    padding: 3px
}

.scw-switcher-wrap .img-thumbnail {
    border-radius: 2px
}

body.no-transition #wrapper {
    animation-duration: 0s!important
}

.disable-pagetransition {
    position: absolute;
    top: auto;
    bottom: 20px;
    left: 50%;
    margin-left: -87px;
    color: #aaa!important;
    background-color: #eee!important;
    text-shadow: none!important
}

@media (max-width: 994px) {
    #industries-section {
        background-size: cover;
    }
}

@media (max-width: 769px) {
  #copyrights .col-md-6{
    text-align: center;
    justify-content: center;
  }
}

@media (max-width: 360px){
    .testimonial-img {
        margin-bottom: 0px;
    }
    .btn-promo {
      bottom: 17px;
      left: 20px;
      font-size: 10px; 
      padding: 3px 16px;
    }
}
@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {
    /* IE10+ CSS for gradient text */
    .icon span[class*="flaticon-"] {
        color:#202844;
        background: transparent;
    }
}