@font-face {
    font-family: 'nexa_boldregular';
    src: url('../fonts/nexa_bold-webfont.woff2') format('woff2'),
         url('../fonts/nexa_bold-webfont.woff') format('woff');
}
@font-face {
    font-family: 'nexa_lightregular';
    src: url('../fonts/nexa_light-webfont.woff2') format('woff2'),
         url('../fonts/nexa_light-webfont.woff') format('woff');
}
@font-face {
    font-family: 'nexa_boldregular';
    src: url('../fonts/nexa_bold-webfont.woff2') format('woff2'),
         url('../fonts/nexa_bold-webfont.woff') format('woff');
}
@font-face {
    font-family: 'nexa_lightregular';
    src: url('../fonts/nexa_light-webfont.woff2') format('woff2'),
         url('../fonts/nexa_light-webfont.woff') format('woff');
}

#coba-coba {
    font-family: 'nexa_boldregular';
    margin: 50px;
    padding: 50px;
}
#coba-coba p {
    font-family: 'nexa_lightregular';
}

html {
    overflow-x: hidden;
}

body {
    background: #fff;
    font-family: "Roboto", sans-serif;
}

ol,
ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}

a {
    color: #5e5e5e;
}

a {
    text-decoration: none;
}

a:hover,
a:active {
    outline: none;
    text-decoration: none;
}

a:focus,
a:hover {
    color: #23527c;
    text-decoration: none;
}

p {
    line-height: 25px;
    margin: 0;
    color: #2b2b2b;
}

.dropdown {
    margin-top: -1px;
}

.p-white {
    color: #fff;
}

.p-black {
    color: #0a0a0a;
}

.p_15 {
    font-size: 15px !important;
}

.p_14 {
    font-size: 14px;
}

.p_13 {
    font-size: 13px;
}

.p_17 {
    font-size: 17px;
}

.p_18 {
    font-size: 18px !important;
}

.p_20 {
    font-size: 20px;
}

.p_24 {
    font-size: 24px !important;
}

.p-56 {
    font-size: 56px !important;
}

.p-48 {
    font-size: 48px !important;
}

.p-w-300 {
    font-weight: 400 !important;
}

.p-weight-300 {
    font-weight: 300;
}

.p_lighter {
    font-weight: 300 !important;
    line-height: 32px;
    text-transform: capitalize !important;
}

h1 {
    color: #0a0a0a;
    font-size: 46px;
    margin: 0;
    padding: 0;
}

h2 {
    font-size: 32px;
    color: #111111;
    margin: 0;
    padding: 0;
}

h3 {
    font-size: 22px;
    margin: 0;
    padding: 0;
    color: #111111;
}

h4 {
    font-size: 18px;
    margin: 0;
    padding: 0;
}

/* ---------- colors  --------- */

.bg_white {
    background: #fff;
}

.color_white {
    color: #fff;
}

.bg_gray {
    background: #edf3f8;
}

.bg_light_gray {
    background: #f7f7f7 !important;
}

.bg_light_gray_2 {
    background: #F2F2F2;
}

/* ---------- Padding  --------- */

.p-l {
    padding-left: 20px;
}

.p-0 {
    padding: 0;
}

.p-t-10 {
    padding-top: 10px;
}

.p-b-10 {
    padding-bottom: 10px;
}

.p-t-15 {
    padding-top: 15px;
}

.p-b-15 {
    padding-bottom: 15px;
}

.p-t-20 {
    padding-top: 20px;
}

.p-b-20 {
    padding-bottom: 20px;
}

.p-t-25 {
    padding-top: 25px;
}

.p-b-25 {
    padding-bottom: 25px;
}

.p-t-30 {
    padding-top: 30px;
}

.p-b-30 {
    padding-bottom: 30px;
}

.p-t-35 {
    padding-top: 35px;
}

.p-b-35 {
    padding-bottom: 35px;
}

.p-t-40 {
    padding-top: 40px;
}

.p-b-40 {
    padding-bottom: 40px;
}

.p-t-45 {
    padding-top: 45px;
}

.p-b-45 {
    padding-bottom: 45px;
}

.p-t-50 {
    padding-top: 50px;
}

.p-b-50 {
    padding-bottom: 50px;
}

.p-t-55 {
    padding-top: 55px;
}

.p-b-55 {
    padding-bottom: 55px;
}

.p-t-60 {
    padding-top: 60px;
}

.p-b-60 {
    padding-bottom: 60px;
}

.p-t-65 {
    padding-top: 65px;
}

.p-b-65 {
    padding-bottom: 65px;
}

.p-t-70 {
    padding-top: 70px;
}

.p-b-70 {
    padding-bottom: 70px;
}

.p-t-75 {
    padding-top: 75px;
}

.p-b-75 {
    padding-bottom: 75px;
}

.p-t-80 {
    padding-top: 80px;
}

.p-b-80 {
    padding-bottom: 30px;
}

.p-t-85 {
    padding-top: 85px;
}

.p-b-85 {
    padding-bottom: 85px;
}

.p-t-90 {
    padding-top: 90px;
    padding-bottom: 50px;
}

.p-b-90 {
    padding-bottom: 90px;
}

.p-t-100 {
    padding-top: 100px;
}

.p-b-100 {
    padding-bottom: 100px;
}

.p-t-120 {
    padding-top: 120px;
}

.p-b-120 {
    padding-bottom: 120px;
}

/* ---------- Margin --------- */

.margin-top-65 {
    margin-top: -65px;
}

.m-t-10 {
    margin-top: 10px;
}

.m-b-10 {
    margin-bottom: 10px;
}

.m-t-15 {
    margin-top: 15px;
}

.m-b-15 {
    margin-bottom: 15px;
}

.m-t-20 {
    margin-top: 20px;
}

.m-b-20 {
    margin-bottom: 20px;
}

.m-t-25 {
    margin-top: 25px;
}

.m-b-25 {
    margin-bottom: 25px;
}

.m-t-30 {
    margin-top: 30px;
}

.m-b-30 {
    margin-bottom: 30px;
}

.m-t-35 {
    margin-top: 35px;
}

.m-b-35 {
    margin-bottom: 35px;
}

.m-t-40 {
    margin-top: 40px;
}

.m-b-40 {
    margin-bottom: 40px;
}

.m-t-45 {
    margin-top: 45px;
}

.m-b-45 {
    margin-bottom: 45px;
}

.m-t-50 {
    margin-top: 50px;
}

.m-b-50 {
    margin-bottom: 30px;
}

.m-t-55 {
    margin-top: 55px;
}

.m-b-55 {
    margin-bottom: 55px;
}

.m-t-60 {
    margin-top: 60px;
}

.m-b-60 {
    margin-bottom: 60px;
}

.m-t-65 {
    margin-top: 65px;
}

.m-b-65 {
    margin-bottom: 65px;
}

.m-t-70 {
    margin-top: 70px;
}

.m-b-70 {
    margin-bottom: 70px;
}

.m-t-75 {
    margin-top: 75px;
}

.m-b-75 {
    margin-bottom: 75px;
}

.m-t-80 {
    margin-top: 15px;
}

.m-b-80 {
    margin-bottom: 80px;
}

.m-t-85 {
    margin-top: 85px;
}

.m-b-85 {
    margin-bottom: 85px;
}

.m-t-90 {
    margin-top: 90px;
}

.m-b-90 {
    margin-bottom: 90px;
}

.m-t-100 {
    margin-top: 50px;
}

.m-b-100 {
    margin-bottom: 50px;
}

.m-t-110 {
    margin-top: 110px;
}

.m-b-110 {
    margin-bottom: 110px;
}

/* ---------- FONT P --------- */

.p-18 {
    font-size: 18px;
}

.back-to-top {
    position: fixed;
    bottom: 0;
    right: 2%;
    width: 44px;
    height: 40px;
    z-index: 1000;
    display: none;
    text-decoration: none;
    color: #fff;
    font-size: 20px;
    padding: 10px;
    line-height: 24px;
}

.back-to-top:hover {
    color: #fff;
}

/* LOADER 1 */
/* .loader {
    position: fixed;
    z-index: 110000;
    height: 100%;
    width: 100%;
    left: 0;
    right: 0;
    overflow: hidden;
    top: 0;
    bottom: 0;
} */
  
.progress-bar {
    height: 2px;
    width: 200px;
    background: lightgray;
}
  
.loaded {
    height: 100%;
    width: 100%;
    background: #444;
    animation: 3s linear infinite loading;
    transform-origin: 0%;
}
  
@keyframes loading {
    0% {
      transform: scaleX(0);
    }
    100% {
      transform: scaleX(100%);
    }
}

/* LOADER RUNNING */
.sk-rotating-plane {
    position: absolute;
    top: 50%;
    left: 50%;
    height: 40px;
    width: 40px;
    margin: -20px 0 0 -20px;
    -webkit-animation: sk-rotatePlane 1.2s infinite ease-in-out;
    animation: sk-rotatePlane 1.2s infinite ease-in-out;
}

@-webkit-keyframes sk-rotatePlane {
    0% {
        -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
        transform: perspective(120px) rotateX(0deg) rotateY(0deg);
    }
    50% {
        -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
        transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
    }
    100% {
        -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
        transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    }
}

@keyframes sk-rotatePlane {
    0% {
        -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
        transform: perspective(120px) rotateX(0deg) rotateY(0deg);
    }
    50% {
        -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
        transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
    }
    100% {
        -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
        transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    }
}

/* LOADER 2 */
@keyframes fadein {
    from { opacity: 0}
    to   { opacity: 1}
}
@keyframes fadeout {
    from { opacity: 1}
    to   { opacity: 0}
}
.loader{
    display: none;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: #fff;
    z-index: 10000000;
    overflow-x: hidden;
}
.loading-wrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    z-index: 90000000;
}
.loader .loading-wrapper img{
    display: block;
    margin: auto;
    vertical-align: middle;
    animation: fadein 2s no-repeat;
}
.bar{
    display: inline-block;
    height: 10px;
    width: 10px;
    border: 3px solid #94c63c;
    content: '';
    top: 10%;
    margin: 10px 5px 10px 5px;
    border-radius: 100%;
    animation: ball 1s infinite linear;

}
  
@keyframes ball {
    0%   { 
      transform: scale(0.5);
      background: white;
    }
    50%   { 
      transform: scale(1);
      background: transparent;
    }
    100% { 
      transform: scale(0.5);
      background: white;
    }
}

/* ================================= */
/* -------- Header Top Css  -------- */
/* ================================= */

#header-top .header-top-links {
    display: inline-block;
}

#header-top .cont_office {
    display: inline-block;
}

#header-top .nav-tabs>li {
    float: none;
}

#header-top .nav-tabs li .dropdown-toggle {
    color: #fff;
    border: medium none;
    border-radius: 0;
    font-size: 14px;
    cursor: pointer;
    display: block;
    height: 45px;
    line-height: 45px;
    margin-right: 0;
    text-align: center;
    width: 166px;
    padding: 0;
}

#header-top .nav-tabs {
    border-bottom: none;
}

#header-top .dropdown-menu {
    background-clip: padding-box;
    background-color: #fff;
    border: none;
    border-radius: 0;
    box-shadow: none;
    float: right;
    font-size: 14px;
    left: 0;
    list-style: outside none none;
    margin: -1px 0;
    min-width: 100%;
    padding: 0;
    position: absolute;
    text-align: left;
    top: 100%;
    z-index: 1000;
}

#header-top .dropdown-menu>li>a {
    color: #fff;
    font-weight: normal;
    padding: 15px 20px;
    background: #111111;
}

#header-top .dropdown-menu>.active>a,
#header-top .dropdown-menu li>a:focus,
#header-top .dropdown-menu li>a:hover {
    background-color: #1d1d1d;
}

#options {
    color: #fff;
    border: medium none;
    border-radius: 0;
    font-size: 14px;
    font-weight: normal;
    cursor: pointer;
    display: block;
    height: 45px;
    line-height: 45px;
    margin-right: 0;
    text-align: center;
    width: 166px;
    padding: 0;
    padding-right: 20px;
}

.cont_office select {
    border: 0 !important;
    /*Removes border*/
    -webkit-appearance: none;
    /*Removes default chrome and safari style*/
    -moz-appearance: none;
    /*Removes default style Firefox*/
    background: url(../images/select_icon.png);
    background-position: center !important;
    background-position: 179px 7px;
    text-indent: 0.01px;
    text-overflow: "";
    color: #FCAF17;
    width: 200px;
}

#header-top .nav-tabs {
    border-bottom: none;
}

#header-top .cont_office select option {
    padding: 15px 10px;
    background-color: #111111;
}

#header-top .cont_office select option:hover {
    background-color: #1d1d1d;
}

#footer_1 .header-top-links {
    text-align: right;
}

.social-icons li {
    background: #fff;
    border-radius: 100%;
    display: inline-block;
    height: 29px;
    line-height: 29px;
    margin-right: 4px;
    text-align: center;
    width: 29px;
}

.social-icons.text-right>ul {
    margin-right: 10px;
}

.social-icons li:hover {
    color: #fff;
}

.social-icons a {
    color: #3a3a3a;
    display: block;
}

.social-icons li:hover a {
    color: #fff;
}

a:active,
a:hover {
    outline: none;
    text-decoration: none;
}

#table-rates {
    width: 500px;
    height: 400px;
    right: 0;
    margin-top: 150px;
    margin-right: 50px;
}

.table-responsive {
    background-color: #fff;
    z-index: 1;
    position: absolute;
}

#table-rates .title-table {
    width: 100%;
    text-align: center;
}

#table-rates .title-table h2 {
    background: #016938;
    color: #ffffff;
    font-size: 30px;
    font-weight: bold;
    padding: 15px 0;
}

#table-rates .table img {
    margin-right: 5px;
}

#table-rates .table>tbody>tr>td,
.table>tbody>tr>th,
.table>tfoot>tr>td,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>thead>tr>th {
    padding: 20px 15px;
    text-align: center;
    font-size: 15px;
}

.addressbox {
    display: none;
    margin-top: 30px;
}

.addressbox:first-child {
    display: block;
    margin-top: 30px;
}

/*=======================
	CUSTOM SELECT
=======================*/

#header-top .cont_office .office_menu .selected {
    display: block;
    cursor: pointer;
    position: relative;
    padding: 15px 35px 15px 15px;
}
#header-top .cont_office .office_menu .selected:before {
    top: 23px;
    right: 12px;
    font-size: 14px;
    line-height: 5px;
    content: '\f0d7';
    position: absolute;
    font-family: 'FontAwesome';
}
#header-top .cont_office .office_menu ul.menu {
    top: 100%;
    right: 0;
    width: 250px;
    z-index: 9999;
    text-align: left;
    list-style: none;
    background: #000;
    position: absolute;
}
#header-top .cont_office .office_menu ul.menu li {
    width: 100%;
    float: left;
    list-style-type: none;
}
#header-top .cont_office .office_menu ul.menu li a {
    color: #fff;
    padding: 15px;
    display: block;
}
#header-top .cont_office .office_menu ul.menu li a:hover {
    background-color: #67be31;
}

#header-top .cont_office .office_sub .selected_sub {
    display: block;
    cursor: pointer;
    position: relative;
    padding: 15px 35px 15px 15px;
}
#header-top .cont_office .office_sub .selected_sub:before {
    top: 23px;
    right: 12px;
    font-size: 14px;
    line-height: 5px;
    content: '\f0d7';
    position: absolute;
    font-family: 'FontAwesome';
}
#header-top .cont_office .office_sub ul.sub-menu {
    top: 100%;
    left: 0;
    width: 100%;
    z-index: 9999;
    text-align: left;
    list-style: none;
    background: rgb(0, 0, 0, 0.7);
    position: relative;
    display: none;
}
#header-top .cont_office .office_sub ul.sub-menu li {
    width: 100%;
    float: left;
    list-style-type: none;
    background: rgb(1, 105, 56);
    border-bottom: 1px solid rgb(0, 0, 0, 0.1);
}
#header-top .cont_office .office_sub ul.sub-menu li a {
    color: #fff;
    padding: 15px;
    display: block;
}
#header-top .cont_office .office_sub ul.sub-menu li a:hover {
    background-color: #67be31;
}

.officeaddress {
    width: 100%;
    float: left;
    height: 44px;
}
#header-top .cont_office {
    width: auto;
    color: #fff;
    text-align: left;
    position: relative;
    display: inline-block;
}
#header-top .language a {
    color: #fff;
}
#header-top .language .selected {
    display: block;
    cursor: pointer;
    position: relative;
    padding: 15px 35px 15px 20px;
}
#header-top .language .selected:before {
    top: 23px;
    right: 12px;
    font-size: 14px;
    line-height: 5px;
    content: '\f0d7';
    position: absolute;
    font-family: 'FontAwesome';
}
#header-top .language ul {
    top: 100%;
    left: 0;
    width: 100%;
    z-index: 9999;
    text-align: left;
    list-style: none;
    background: #000;
    position: absolute;
}
#header-top .language ul li {
    width: 100%;
    float: left;
    list-style-type: none;
}
#header-top .language ul li a {
    color: #fff;
    padding: 10px 20px;
    display: block;
}
#header-top .language ul li a:hover {
    background-color: #67be31;
}
#header-top .language {
    color: #fff;
    text-align: left;
    position: relative;
    display: inline-block;
}
#header-top .language .flag-lang {
    float: left;
    width: 20px;
    height: 17px;
    margin-right: 5px;
    text-decoration: none;
    list-style: none;
}

/*------- Header Top - 3 Css  ------ */

#header-top_3 {
    background: transparent;
    position: absolute;
    left: 0;
    right: 0;
    z-index: 999;
}

.border_nav_top {
    border-top: 1px solid #fff;
}

#header-top_3 .get-tuch {
    display: inline-block;
    margin-left: 40px;
}

#header-top_3 .get-tuch i {
    display: inline-block;
    font-size: 34px;
    margin-right: 15px;
    vertical-align: text-bottom;
    color: #fff;
}

#header-top_3 .get-tuch>ul {
    display: inline-block;
}

#header-top_3 .get-tuch ul li h4,
#header-top_3 .get-tuch ul li p {
    color: #fff !important;
    margin: 0;
    padding: 0;
}
#header-bottom .get-tuch .extratime-operasional{
    border-left: 2px solid #5d5d5f;
    margin-left: 5px;
    padding-left: 5px;
    height: 37px;
}

#header-top_3 .wrap-sticky .nav.navbar-nav.navbar-right {
    border-top: 1px solid rgba(255, 255, 255, .5);
}

#header-top_3 .wrap-sticky .bootsnav ul.nav>li {
    color: #131313;
    font-size: 14px;
    font-weight: 500;
    padding: 22px 19px !important;
    position: relative;
    text-transform: uppercase;
}

#header-top_3 .wrap-sticky .bootsnav ul.nav>li>a {
    padding: 0 !important;
}

#header-top_3 .wrap-sticky .bootsnav ul.nav>li:last-child {
    padding-right: 0 !important;
}

#header-top_3 .wrap-sticky .bootsnav ul.nav>li:first-child {
    padding-left: 0 !important;
}

#header-top_3 .wrap-sticky .attr-nav .search {
    margin-right: -28px;
    margin-top: 6px;
}

#header-top_3 .header_set {
    margin: 27px 0 86px 0;
}

.header_set .col-md-10 {
    text-align: right;
}

#header-top_3 .search a i {
    color: #fff;
    border-radius: 100%;
    padding: 5px;
    font-size: 18px;
    line-height: 5px;
}

#header-top_3 .wrap-sticky .attr-nav {
    border-left: none !important;
}

#header-top_3 .collapse.navbar-collapse.nav_bor_bot {
    border-bottom: 1px solid rgba(255, 255, 255, .5);
    margin-bottom: -1px;
}

#header-top_3 .wrap-sticky .navbar-brand {
    padding: 6px 15px;
}

#header-top_3 .cool-link_3 {
    display: inline-block;
    text-decoration: none;
}

#header-top_3 .cool-link_3::after {
    content: "";
    display: block;
    height: 3px;
    transition: width 0.3s ease 0s;
    width: 0;
    position: relative;
    top: -46px;
}

#header-top_3 .cool-link_3:hover::after,
#header-top_3 .cool-link_3.active:after {
    width: 100%;
}

/* ================================= */
/* ------- Header Bottom Css  ------ */
/* ================================= */

#header-bottom {
    position: relative;
    z-index: 1;
}

#header-bottom .col-md-9 {
    text-align: right;
}

#header-bottom .branch-text-center {
    text-align: center;
}
#header-bottom .call-center-box h4 {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 5px;
    text-align: center;
    color: red;
}
#header-bottom .call-center-box h3 {
    font-size: 20px;
    font-weight: bold;
    text-align: center;
}
#header-bottom .call-center-box p {
    font-size: 12px;
    text-align: center;
    line-height: inherit;
}
#header-bottom .call-center-box .call-center {
    display: block;
    /* border: 2px solid #000; */
    text-align: center;
    /* padding: 3px 10px; */
}
#header-bottom .call-center-box .call-center hr{
    margin: 1px 10px 5px 10px;
    border-top: 1px solid rgb(206, 206, 206);
}
#header-bottom .call-center-box .call-center i {
    font-size: 20px;
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 4px;
    margin-right: 5px;
}
#header-bottom .call-center-box .call-center h2 {
    font-size: 20px;
    font-weight: bold;
    display: inline-block;
    vertical-align: middle;
}
#header-bottom .call-center-box .call-center h3 {
    font-size: 20px;
    font-weight: bold;
    display: inline-block;
    vertical-align: middle;
}

.bg-white {
    background: #fff;
    display: block;
    height: 90px;
    max-height: 100%;
    padding: 22px 7px;
}

.bg-white-2 {
    background: #fff !important;
}

/* #header-bottom .get-tuch {
    display: inline-block;
    margin-left: 20px;
} */
#header-bottom .get-tuch {
    vertical-align: top;
    display: inline-block;
    margin-left: 10px;
}

#header-bottom .get-tuch>ul {
    display: inline-block;
}

#header-bottom .get-tuch ul li h4,
#header-bottom .get-tuch ul li p {
    color: #303133 !important;
    padding: 0;
    margin: 0;
    font-family: "Roboto", sans-serif;
}
/* #header-bottom .get-tuch ul li h4{
    font-size: 17px;
} */
#header-bottom .get-tuch ul li h4{
    font-size: 15px;
}

/* #header-bottom .get-tuch i {
    display: inline-block;
    font-size: 34px;
    margin-right: 10px;
    vertical-align: text-bottom;
} */
#header-bottom .get-tuch i {
    display: inline-block;
    font-size: 21px;
    margin-right: 5px;
    vertical-align: top;
    line-height: 1.7;
}

#header-bottom .get-tech-line {
    display: inline-block;
    padding: 0 15px 0 25px;
    vertical-align: top;
}

/* ================================ */
/* ---------- Navbar Css  ---------- */
/* ================================= */

.cool-link {
    display: inline-block;
    text-decoration: none;
}

.cool-link::after {
    content: '';
    display: block;
    width: 0;
    height: 3px;
    transition: width .3s;
}

.cool-link:hover::after,
.cool-link.active:after {
    width: 100%;
}

.wrap-sticky nav.navbar.bootsnav.sticked {
    position: fixed;
    transition: all 0.2s ease-in-out 0s;
    background: #fff;
}

.collapse.navbar-collapse.nav_bor_top {
    /* border-top: 1px solid rgba(255, 0, 0, .5);*/
    border-top: 1px solid #F5F5F6;
}

/* Navbar Atribute ------*/

nav.navbar.bootsnav ul.nav.navbar-right .dropdown-menu .dropdown-menu {
    left: -219px;
}

.attr-nav>ul>li>a {
    padding: 20px 15px;
}

ul.cart-list>li.total>.btn {
    border-bottom: solid 1px #cfcfcf !important;
    color: #fff !important;
    padding: 10px 15px;
}

.wrap-sticky {
    height: 100% !important;
}

.navbar-sticky .social-icons li {
    width: 35px;
    height: 35px;
    line-height: 32px;
}

nav.navbar li.dropdown ul.dropdown-menu {}

@media (min-width: 1024px) {
    /* Navbar General ------*/
    nav.navbar ul.nav>li>a {
        padding: 30px 15px;
        font-weight: 600;
    }
    nav.navbar .navbar-brand {
        margin-top: 0;
    }
    nav.navbar .navbar-brand img.logo {
        width: 50px;
    }
    nav.navbar .navbar-brand {
        margin-top: 0;
    }
    nav.navbar .navbar-brand img.logo {
        width: 100%;
    }
    nav.navbar.bootsnav ul.nav>li>a {
        color: #131313;
        font-size: 14px;
        font-weight: 500;
        padding: 18px 43px;
        text-transform: uppercase;
        position: relative;
        margin-bottom: 2px;
    }
    .nav.navbar-nav.navbar-left {
        margin-left: -14px;
        margin-top: 0;
        margin-bottom: -2px;
    }
    nav.navbar.bootsnav ul.nav>li>a:first-child {
        padding-left: 0 !important;
    }
    nav.navbar.bootsnav ul.nav>li>a:hover {}
    nav.navbar.bootsnav li.dropdown ul.dropdown-menu>li a:hover,
    nav.navbar.bootsnav li.dropdown ul.dropdown-menu>li a:hover {
        background-color: transparent;
    }
    .dropdown-menu>li>a:focus,
    .dropdown-menu>li.active>a,
    .dropdown-menu>li>a:hover {
        background-color: transparent;
        text-decoration: none;
    }
    nav.navbar.bootsnav li.dropdown ul.dropdown-menu>li>a {
        border: none;
    }
    nav.navbar.bootsnav li.dropdown ul.dropdown-menu {
        width: 230px;
    }
    .wrap-sticky .social-icons {
        clear: both;
        float: right;
        padding-top: 15px;
    }
    /* Navbar Center ------*/
    nav.navbar-center .navbar-brand {
        margin: 0 !important;
    }
    /* Navbar Brand Top ------*/
    nav.navbar-brand-top .navbar-brand {
        margin: 10px !important;
    }
    /* Navbar Full ------*/
    nav.navbar-full .navbar-brand {
        position: relative;
        top: -15px;
    }
    /* Navbar Sidebar ------*/
    nav.navbar-sidebar ul.nav,
    nav.navbar-sidebar .navbar-brand {
        margin-bottom: 50px;
    }
    nav.navbar-sidebar ul.nav>li>a {
        padding: 10px 15px;
        font-weight: bold;
    }
    /* Navbar Transparent & Fixed ------*/
    nav.navbar.bootsnav.navbar-transparent.white {
        background-color: rgba(255, 255, 255, 0.3);
        border-bottom: solid 1px #bbb;
    }
    nav.navbar.navbar-inverse.bootsnav.navbar-transparent.dark,
    nav.navbar.bootsnav.navbar-transparent.dark {
        background-color: transparent;
        border-bottom: none;
    }
    nav.navbar.bootsnav.navbar-transparent.white .attr-nav {
        border-left: solid 1px #bbb;
    }
    nav.navbar.navbar-inverse.bootsnav.navbar-transparent.dark .attr-nav,
    nav.navbar.bootsnav.navbar-transparent.dark .attr-nav {
        border-left: solid 1px #555;
    }
    nav.navbar.bootsnav.no-background.white .attr-nav>ul>li>a,
    nav.navbar.bootsnav.navbar-transparent.white .attr-nav>ul>li>a,
    nav.navbar.bootsnav.navbar-transparent.white ul.nav>li>a,
    nav.navbar.bootsnav.no-background.white ul.nav>li>a {
        color: #fff;
    }
    nav.navbar.bootsnav.navbar-transparent.dark .attr-nav>ul>li>a,
    nav.navbar.bootsnav.navbar-transparent.dark ul.nav>li>a {
        color: #eee;
    }
}

@media (max-width: 992px) {
    /* Navbar General ------*/
    nav.navbar .navbar-brand {
        margin-top: 0;
        position: relative;
        top: -2px;
    }
    nav.navbar .navbar-brand img.logo {
        width: 30px;
    }
    .attr-nav>ul>li>a {
        padding: 16px 15px 15px;
    }
    /* Navbar Mobile slide ------*/
    nav.navbar.navbar-mobile ul.nav>li>a {
        padding: 15px 15px;
    }
    nav.navbar.navbar-mobile ul.nav ul.dropdown-menu>li>a {
        padding-right: 15px !important;
        padding-top: 15px !important;
        padding-bottom: 15px !important;
    }
    nav.navbar.navbar-mobile ul.nav ul.dropdown-menu .col-menu .title {
        padding-right: 30px !important;
        padding-top: 13px !important;
        padding-bottom: 13px !important;
    }
    nav.navbar.navbar-mobile ul.nav ul.dropdown-menu .col-menu ul.menu-col li a {
        padding-top: 13px !important;
        padding-bottom: 13px !important;
    }
    /* Navbar Full ------*/
    nav.navbar-full .navbar-brand {
        top: 0;
        padding-top: 10px;
    }
}

/* Navbar Inverse=================================*/

nav.navbar.navbar-inverse {
    background-color: #222;
    border-bottom: solid 1px #303030;
}

nav.navbar.navbar-inverse ul.cart-list>li.total>.btn {
    border-bottom: solid 1px #222 !important;
}

nav.navbar.navbar-inverse ul.cart-list>li.total .pull-right {
    color: #fff;
}

nav.navbar.navbar-inverse.megamenu ul.dropdown-menu.megamenu-content .content ul.menu-col li a,
nav.navbar.navbar-inverse ul.nav>li>a {
    color: #eee;
}

nav.navbar.navbar-inverse ul.nav>li.dropdown>a {
    background-color: #222;
}

nav.navbar.navbar-inverse li.dropdown ul.dropdown-menu>li>a {
    color: #999;
}

nav.navbar.navbar-inverse ul.nav .dropdown-menu h1,
nav.navbar.navbar-inverse ul.nav .dropdown-menu h2,
nav.navbar.navbar-inverse ul.nav .dropdown-menu h3,
nav.navbar.navbar-inverse ul.nav .dropdown-menu h4,
nav.navbar.navbar-inverse ul.nav .dropdown-menu h5,
nav.navbar.navbar-inverse ul.nav .dropdown-menu h6 {
    color: #fff;
}

nav.navbar.navbar-inverse .form-control {
    background-color: #333;
    border-color: #303030;
    color: #fff;
}

nav.navbar.navbar-inverse .attr-nav>ul>li>a {
    color: #eee;
}

nav.navbar.navbar-inverse .attr-nav>ul>li.dropdown ul.dropdown-menu {
    background-color: #222;
    border-left: solid 1px #303030;
    border-bottom: solid 1px #303030;
    border-right: solid 1px #303030;
}

nav.navbar.navbar-inverse ul.cart-list>li {
    border-bottom: solid 1px #303030;
    color: #eee;
}

nav.navbar.navbar-inverse ul.cart-list>li img {
    border: solid 1px #303030;
}

nav.navbar.navbar-inverse ul.cart-list>li.total {
    background-color: #333;
}

nav.navbar.navbar-inverse .share ul>li>a {
    background-color: #555;
}

nav.navbar.navbar-inverse .dropdown-tabs .tab-menu {
    border-right: solid 1px #303030;
}

nav.navbar.navbar-inverse .dropdown-tabs .tab-menu>ul>li>a {
    border-bottom: solid 1px #303030;
}

nav.navbar.navbar-inverse .dropdown-tabs .tab-content {
    border-left: solid 1px #303030;
}

nav.navbar.navbar-inverse .dropdown-tabs .tab-menu>ul>li>a:hover,
nav.navbar.navbar-inverse .dropdown-tabs .tab-menu>ul>li>a:focus,
nav.navbar.navbar-inverse .dropdown-tabs .tab-menu>ul>li.active>a {
    background-color: #333 !important;
}

nav.navbar-inverse.navbar-full ul.nav>li>a {
    border: none;
}

nav.navbar-inverse.navbar-full .navbar-collapse .wrap-full-menu {
    background-color: #222;
}

nav.navbar-inverse.navbar-full .navbar-toggle {
    background-color: #222 !important;
    color: #6f6f6f;
}

@media (min-width: 1024px) {
    nav.navbar.navbar-inverse ul.nav .dropdown-menu {
        background-color: #222 !important;
        border-left: solid 1px #303030 !important;
        border-bottom: solid 1px #303030 !important;
        border-right: solid 1px #303030 !important;
    }
    nav.navbar.navbar-inverse li.dropdown ul.dropdown-menu>li>a {
        border-bottom: solid 1px #303030;
    }
    nav.navbar.navbar-inverse ul.dropdown-menu.megamenu-content .col-menu {
        border-left: solid 1px #303030;
        border-right: solid 1px #303030;
    }
    nav.navbar.navbar-inverse.navbar-transparent.dark {
        background-color: rgba(0, 0, 0, 0.3);
        border-bottom: solid 1px #999;
    }
    nav.navbar.navbar-inverse.navbar-transparent.dark .attr-nav {
        border-left: solid 1px #999;
    }
    nav.navbar.navbar-inverse.no-background.white .attr-nav>ul>li>a,
    nav.navbar.navbar-inverse.navbar-transparent.dark .attr-nav>ul>li>a,
    nav.navbar.navbar-inverse.navbar-transparent.dark ul.nav>li>a,
    nav.navbar.navbar-inverse.no-background.white ul.nav>li>a {
        color: #fff;
    }
    nav.navbar.navbar-inverse.no-background.dark .attr-nav>ul>li>a,
    nav.navbar.navbar-inverse.no-background.dark .attr-nav>ul>li>a,
    nav.navbar.navbar-inverse.no-background.dark ul.nav>li>a,
    nav.navbar.navbar-inverse.no-background.dark ul.nav>li>a {
        color: #3f3f3f;
    }
}

@media (max-width: 992px) {
    nav.navbar.navbar-inverse .navbar-toggle {
        color: #eee;
        background-color: #222 !important;
    }
    nav.navbar.navbar-inverse .navbar-nav>li>a {
        border-top: solid 1px #303030;
        border-bottom: solid 1px #303030;
    }
    nav.navbar.navbar-inverse ul.nav li.dropdown ul.dropdown-menu>li>a {
        color: #999;
        border-bottom: solid 1px #303030;
    }
    nav.navbar.navbar-inverse .dropdown .megamenu-content .col-menu .title {
        border-bottom: solid 1px #303030;
        color: #eee;
    }
    nav.navbar.navbar-inverse .dropdown .megamenu-content .col-menu ul>li>a {
        border-bottom: solid 1px #303030;
        color: #999 !important;
    }
    nav.navbar.navbar-inverse .dropdown .megamenu-content .col-menu.on:last-child .title {
        border-bottom: solid 1px #303030;
    }
    nav.navbar.navbar-inverse .dropdown-tabs .tab-menu>ul {
        border-top: solid 1px #303030;
    }
    nav.navbar.navbar-inverse.navbar-mobile .navbar-collapse {
        background-color: #222;
    }
}

@media (max-width: 767px) {
    nav.navbar.navbar-inverse.navbar-mobile ul.nav {
        border-top: solid 1px #222;
    }
}

.attr-nav>ul>li.dropdown ul.dropdown-menu {
    border: medium none !important;
    left: -289px;
    margin-left: 0;
    margin-top: 0px;
    padding: 30px 20px !important;
    width: 370px !important;
}

ul.cart-list>li {
    padding: 20px 33px 30px 0;
}

.attr-nav {
    margin: -6px 0 -19px 6px !important;
}

.attr-nav .search {
    margin-top: 6px;
    margin-right: -28px;
}

.icon-icons240 {
    font-size: 27px;
    color: #1c1c1c;
}

.icon-icons185 {
    font-size: 24px;
    color: #1c1c1c;
}

.attr-nav>ul>li>a span.badge {
    font-size: 10px;
    height: 15px;
    margin-top: -17px;
    padding: 2px 0 0;
    position: absolute;
    right: 10px;
    top: 50%;
    width: 15px;
}

/*For Sear Form*/

#search {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.9);
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -webkit-transform: translate(0px, -100%) scale(0, 0);
    -moz-transform: translate(0px, -100%) scale(0, 0);
    -o-transform: translate(0px, -100%) scale(0, 0);
    -ms-transform: translate(0px, -100%) scale(0, 0);
    transform: translate(0px, -100%) scale(0, 0);
    opacity: 0;
    filter: alpha(opacity=0);
    z-index: 11000;
}

#search.open {
    -webkit-transform: translate(0px, 0px) scale(1, 1);
    -moz-transform: translate(0px, 0px) scale(1, 1);
    -o-transform: translate(0px, 0px) scale(1, 1);
    -ms-transform: translate(0px, 0px) scale(1, 1);
    transform: translate(0px, 0px) scale(1, 1);
    opacity: 1;
    filter: alpha(opacity=100);
}

#search input[type="search"] {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: transparent;
    border-color: -moz-use-text-color -moz-use-text-color #fff;
    border-image: none;
    border-style: none none solid;
    border-width: medium medium 1px;
    color: #fff;
    font-size: 28px;
    font-weight: lighter;
    left: 22%;
    margin: 0;
    outline: medium none;
    padding-bottom: 7px;
    padding-left: 0;
    padding-right: 30px;
    position: absolute;
    right: 0;
    top: 50%;
    width: 700px;
}

#search .btn {
    display: none;
}

.searc_button i {
    color: #fff;
}

.searc_button {
    left: 72%;
    position: absolute;
    top: 55%;
    transform: translate(0%, -55%);
}

#search .close {
    background-color: transparent;
    box-shadow: none;
    color: #fff;
    font-size: 27px;
    font-weight: normal;
    opacity: 1;
    padding: 10px 17px;
    position: fixed;
    right: 15px;
    top: 15px;
}

/*For Sear Form*/

#team {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.9);
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -webkit-transform: translate(0px, -100%) scale(0, 0);
    -moz-transform: translate(0px, -100%) scale(0, 0);
    -o-transform: translate(0px, -100%) scale(0, 0);
    -ms-transform: translate(0px, -100%) scale(0, 0);
    transform: translate(0px, -100%) scale(0, 0);
    opacity: 0;
    filter: alpha(opacity=0);
    z-index: 11000;
}

#team.open {
    -webkit-transform: translate(0px, 0px) scale(1, 1);
    -moz-transform: translate(0px, 0px) scale(1, 1);
    -o-transform: translate(0px, 0px) scale(1, 1);
    -ms-transform: translate(0px, 0px) scale(1, 1);
    transform: translate(0px, 0px) scale(1, 1);
    opacity: 1;
    filter: alpha(opacity=100);
}

#team .close {
    background-color: #303133;
    box-shadow: none;
    color: #fff;
    font-size: 27px;
    font-weight: normal;
    opacity: 1;
    padding: 10px 17px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2;
    text-shadow: none;
}

.team_popup {
    background: #fff;
    border-radius: 5px;
    height: 413px;
    left: 50%;
    max-width: 100%;
    padding: 46px 40px;
    position: fixed;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 895px;
}

.team_popup .popup_image>img {
    border-radius: 5px;
    float: left;
    width: 41%;
}

.popup_text {
    display: inline-block;
    float: right;
    width: 55%;
}

.team_popup .progress {
    background-color: #d9d9d9;
    border-radius: 0;
    box-shadow: 0;
    height: 6px;
    margin-bottom: 20px;
    margin-right: 30px;
    overflow: hidden;
}

.team_popup .progress-bar {
    box-shadow: 0;
}

.team_popup .lebal {
    margin-right: 30px;
}

.team_popup .lebal>p {
    display: inline-block;
    font-weight: bold;
}

.team_popup .social-icons li {
    border-radius: 100%;
    box-shadow: 0 2px 1px 1px #d2d2d2;
    display: inline-block;
    height: 32px;
    line-height: 32px;
    margin-right: 7px;
    text-align: center;
    width: 32px;
}

.team_popup .social-icons a {
    color: #3a3a3a;
    display: block;
}

.collapse.navbar-collapse {
    height: 100% !important;
}

.attr-nav>ul {
    margin: -3px 0 -7px;
}

ul.cart-list li h3 {
    font-weight: bold;
    padding-bottom: 30px;
}

ul.cart-list li h6 a {
    color: #111111;
    font-size: 16px;
    font-weight: bold;
    padding: 0;
}

ul.cart-list .total {
    text-align: center;
}

ul.cart-list>.total {
    background-color: #f5f5f5;
    margin: 0 -20px -30px;
    padding: 20px 0;
}

ul.cart-list>li {
    border-bottom: 1px solid #dcdcdc;
}

ul.cart-list>li:nth-child(3) {
    border-bottom: medium none !important;
}

ul.cart-list .total span a {
    background: transparent;
    border: medium none;
    color: #fff !important;
    display: block;
    font-size: 14px;
    font-weight: bold;
    padding: 7px 0 12px 0;
}

ul.cart-list .total span {
    background: #0a0a0a;
    border-radius: 5px;
    display: inline-block;
    width: 156px;
}

ul.cart-list .total li {
    padding: 20px 0 30px 0 !important;
}

.paddonig {
    padding: 0 !important;
}

/* ================================= */
/* ---------- Banner Css  ---------- */
/* ================================= */
/* --------- Banner Css - 1 -------- */
/*arrows Slider*/

.tparrows {
    background: #f8c443 !important;
    -webkit-border-radius: 100%;
    border-radius: 4px;
    transform: none;
    position: absolute;
    right: 0;
}

.tparrows::before {
    color: #fff;
    display: block;
    font-family: 'FontAwesome';
    font-size: 25px;
    line-height: 40px;
    text-align: center;
}

.tparrows.tp-leftarrow:before {
    content: url(../images/errow_left.png);
}

.tparrows.tp-rightarrow:before {
    content: url(../images/errow_right.png);
}

.tp-leftarrow,
.tp-rightarrow {
    margin: 0;
}

.tparrows.tp-leftarrow:hover,
.tparrows.tp-rightarrow:hover,
.tparrows.tp-leftarrow:focus,
.tparrows.tp-rightarrow:focus {
    background: #002e5b !important;
}

.tparrows:hover::before,
.tparrows:focus::before {
    color: #fff;
}

/* Button */

.btn-dark:hover {
    color: #fff;
    transition: color 1000ms ease 0s, background-color 1500ms ease 0s;
}

.btn-light:hover {
    background: #0a0a0a;
    color: #fff;
    transition: color 1000ms ease 0s, background-color 1500ms ease 0s;
}

.btn-dark {
    border: 1px solid transparent;
    padding: 15px 36px;
    border-radius: 5px;
    display: inline-block;
    font-size: 12px;
    text-transform: uppercase;
    position: 0;
    overflow: hidden;
    transition: color 1000ms ease 0s, background-color 1500ms ease 0s !important;
    background: #0a0a0a;
    color: #fff;
}

.btn-green-box {
    border: 1px solid #67be31;
    padding: 10px 10px;
    display: inline-block;
    text-align: center;
    font-size: 12px;
    text-transform: uppercase;
    position: 0;
    overflow: hidden;
    transition: color 1000ms ease 0s, background-color 1500ms ease 0s !important;
    background: transparent;
    color: #fff;
    width: 100px;
}

.btn-services-home{
    display: block;
    margin: 0px auto 15px auto;
}

.btn-green {
    border: 1px solid transparent;
    padding: 15px 36px;
    border-radius: 5px;
    display: inline-block;
    font-size: 12px;
    text-transform: uppercase;
    position: 0;
    overflow: hidden;
    transition: color 1000ms ease 0s, background-color 1500ms ease 0s !important;
    background: #67be31;
    color: #fff;
}

.btn-green:hover{
    background: #016938;
    color: #fff;
}

.btn-whitw {
    border: 1px solid transparent;
    padding: 15px 36px;
    border-radius: 5px;
    display: inline-block;
    font-size: 12px;
    text-transform: uppercase;
    position: 0;
    overflow: hidden;
    transition: color 1000ms ease 0s, background-color 1500ms ease 0s !important;
    background: #fff;
    color: #0a0a0a;
}

.btn-whitw:hover {
    background: #0a0a0a;
    color: #fff;
    transition: color 1000ms ease 0s, background-color 1500ms ease 0s;
}

.rev_slider .tp-mask-wrap .tp-caption,
.rev_slider .tp-mask-wrap *:last-child,
.wpb_text_column .rev_slider .tp-mask-wrap .tp-caption,
.wpb_text_column .rev_slider .tp-mask-wrap *:last-child {
    margin-bottom: 0;
    margin: 0 5px !important;
}

.tp-tab.selected::before {
    content: none;
}

.btn-light {
    padding: 16px 36px;
    border-radius: 5px;
    display: inline-block;
    font-size: 12px;
    text-transform: uppercase;
    position: relative;
    z-index: 1;
    overflow: hidden;
    transition: color 1000ms ease 0s, background-color 1500ms ease 0s !important;
    color: #fff;
    border: none;
}

a {
    transition: color 1000ms ease 0s, background-color 1500ms ease 0s;
}

/* --------- Banner Css - 2 -------- */

.tp-tabs {
    left: 50% !important;
    margin: -160px auto 0;
    -ms-transform: translateX(-50%) !important;
    -moz-transform: translateX(-50%) !important;
    -webkit-transform: translateX(-50%) !important;
    transform: translateX(-50%) !important;
    z-index: 111;
    border-top: none;
    cursor: pointer;
}

.hesperiden .tp-tab {
    background: #fff;
    border-bottom: medium none;
    border-right: 1px solid #b2b2b2;
    opacity: 1;
    padding: 0 0 0 62px;
    position: absolute;
    width: 295px !important;
}

.hesperiden>.tp-tab+.tp-tab {
    border-left: 1px solid #b2b2b2;
}

.tp-tab-title>span {
    position: absolute;
    top: 8px;
    border-radius: 100%;
    background: #161616;
    line-height: 33px;
    height: 33px;
    width: 33px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    left: -47px;
}

.tp-tab .tp-tab-title {
    font-size: 20px;
    margin: 29px 0 0 0;
    color: #111111;
    line-height: normal;
    position: relative;
    display: inline-block;
    font-weight: bold;
}

.tp-tab .tp-tab-title:before {}

.tp-tab:hover .tp-tab-title,
.tp-tab.selected .tp-tab-title {
    color: #fff;
}

.tp-tab:hover .tp-tab-title>span,
.tp-tab.selected .tp-tab-title>span {
    background: #fff;
}

.tp-tab:hover .tp-tab-desc,
.tp-tab.selected .tp-tab-desc {
    color: #fff;
}

.tp-tab:hover .tp-tab-title::before,
.tp-tab.selected .tp-tab-title:before {
    background: #fff;
}

.tp-tab:hover .tp-tab-title span {
    background: #fff;
}

.tp-simpleresponsive .caption,
.tp-simpleresponsive .tp-caption {
    position: static;
}

.text_bold {
    font-weight: bolder !important;
}

/* ---------- Banner Css - 3 ---------- */

.banner_3_box {
    background-color: rgba(255, 255, 255, 0.85);
    padding: 50px 30px !important;
    border-radius: 5px;
    min-width: 100% !important;
    max-width: 100%;
}

.banner_3_box p {
    display: inline-table;
    font-size: 18px !important;
    padding-bottom: 20px;
    padding-top: 20px;
}

.banner_3_box h2 {
    display: inline-table;
    font-size: 48px;
    font-weight: bold;
}

/* ================================= */
/* ------- S - Services Css  ------- */
/* ================================= */

.heading_border {
    height: 3px;
    width: 46px;
    margin-bottom: 17px;
}

.heading_border_1 {
    height: 3px;
    width: 46px;
    margin-bottom: 17px;
    left: 48%;
    position: relative;
}

.heading>p {
    font-size: 15px;
    text-transform: uppercase;
}

.heading>h4 {
    font-size: 18px;
    text-transform: uppercase;
}

.heading>h2 {
    font-weight: bold;
    text-transform: uppercase;
}

#s_services .services {
    margin: 0 30px 5px 0;
    padding-bottom: 5px;
    background-color: #f3f3f3;
    border-radius: 5px;
}

#s_services .services img {
    display: block;
    width: 100%;
    height: auto;
}


.services h3 {
    font-weight: 600;
    padding: 15px 10px 10px 10px;
}

.services p {
    padding-bottom: 15px;
}

.services h3 span {
    font-size: 16px;
    background: transparent;
    border: 1px solid #c7c7c7;
    border-radius: 100%;
    line-height: 38px;
    width: 38px;
    display: inline-block;
    height: 38px;
    text-align: center;
    vertical-align: middle;
    margin-right: 14px;
    transition: all 0.7s ease 0s;
}

.services {
    margin-bottom: 8px;
}

.services a {
    color: #67be31;
    font-weight: bold;
    font-size: 14px;
    letter-spacing: 1px;
}

#s_services .services .image_s {
    overflow: hidden;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

#s_services .services .image_s img {
    transition: all 0.3s ease 0s;
}

#s_services .services:hover .image_s img {
    transform: scale(1.09);
    transition: all 0.7s ease 0s;
}

#s_services .services:hover span {
    color: #fff;
    transition: all 0.7s ease 0s;
}
#s_services .services:hover a{
    color: #fff;
    transition: all 0.7s ease 0s;
}
#s_services .services:hover .btn-green-box{
    color: #fff;
    transition: all 0.7s ease 0s;
    background: #67be31;
}

#s_services .owl-controls.clickable {
    position: absolute;
    right: 28px;
    top: -82px;
}

#s_services .owl-next {
    border: 1px solid #e5e5e5;
    border-radius: 5px;
    display: inline-block;
    line-height: 15px;
    padding: 9px 17px;
    font-size: 22px;
    color: #111111;
}

#s_services .owl-prev {
    border: 1px solid #e5e5e5;
    border-radius: 5px;
    display: inline-block;
    line-height: 15px;
    margin-right: 5px;
    padding: 9px 17px;
    font-size: 22px;
    color: #111111;
}

#s_services .owl-next:hover,
#s_services .owl-prev:hover {
    background: #f2f2f2 !important;
    color: #111111!important;
}
#slider-utama-hero .owl-wrapper-outer {
    border-radius: 0px;
}
#slider-utama-hero .owl-controls.clickable {
    position: absolute;
    width: 100%;
}
#slider-utama-hero .owl-buttons {
    background-color: transparent;
    position: absolute;
    top: -295px;
    width: 100%;
}
#slider-utama-hero .owl-next {
    background: #67be31;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    display: inline-block;
    line-height: 15px;
    padding: 30px 17px;
    font-size: 22px;
    color: #ffffff;
    float: right;
    transition: all 1s;
}
#slider-utama-hero .owl-prev {
    background: #67be31;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    display: inline-block;
    line-height: 15px;
    margin-right: 5px;
    padding: 30px 17px;
    font-size: 22px;
    color: #ffffff;
    float: left;
    transition: all 1s;
}
#slider-utama-hero .owl-next:hover,
#slider-utama-hero .owl-prev:hover {
    background: #4d4d4d !important;
    color: #ffffff!important;
}
#slider-utama-hero .owl-controls.clickable .owl-pagination{
    position: absolute;
    text-align: center;
    top: -50px;
    width: 100%;
    color: #67be31;
}
#slider-utama-hero .owl-controls.clickable .owl-pagination .owl-page{
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 5px;
    border-radius: 100%;
    background-color: #67be31;
    -webkit-transition: width 0.2s;
}
#slider-utama-hero .owl-controls.clickable .owl-pagination .owl-page.active{
    width: 25px;
    border-radius: 5px;
}

/* Careers Page */
#careers .content-careers p{
    font-size: 18px;
    margin-bottom: 5px;
}

/* Branches Slider */
#contact_form .owl-controls.clickable {
    position: absolute;
    right: 28px;
    top: -82px;
}

#contact_form .owl-next {
    border: 1px solid #e5e5e5;
    border-radius: 5px;
    display: inline-block;
    line-height: 15px;
    padding: 9px 17px;
    font-size: 22px;
    color: #111111;
}

#contact_form .owl-prev {
    border: 1px solid #e5e5e5;
    border-radius: 5px;
    display: inline-block;
    line-height: 15px;
    margin-right: 5px;
    padding: 9px 17px;
    font-size: 22px;
    color: #111111;
}

#contact_form .owl-next:hover,
#contact_form .owl-prev:hover {
    background: #f2f2f2 !important;
    color: #111111!important;
}

#contact_form .social-icons_1 {
    text-align: left;
}

/* -- BRANCHES -- */
#branches-owl{
    display: none;
}
#branches-info .branches{
    width: 100%;
    display: inline-block;
}
#branches-info .branches .box{
    width: 24.7%;
    display: inline-flex;
}
#branches-info .branches .feature_box{
    margin-bottom: 15px;
    min-height: 250px;
    padding: 10px 15px 10px 15px;
}   
#branches-info .branches .feature_box>h3{
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 16px;
}   
#branches-info .branches .feature_box>hr{
    margin: inherit;
    border: 1px solid #67be31;
} 
#branches-info .branches .feature_box:hover {
    transition: all 0.7s ease 0s;
}
#branches-info .branches .feature_box:hover hr{
    transition: all 1.5s ease 0s;
    border: 1px solid #ffffff;
} 
#branches-info .branches .feature_box h3 span {
    border-radius: inherit;
    margin-right: 7px;
    padding: 3px 8px;
    font-size: 16px;
    background-color: #67be31;
    color: #fff;
}
#branches-info .branches .feature_box:hover h3 span {
    background-color: #fff;
    color: #67be31;
    transition: all 1s ease 0s;
}
#branches-info .branches .feature_box .footer_feature_box {
    bottom: 0;
    margin-top: 25px;
}
#branches-info .branches .feature_box .footer_feature_box a {
    border: 2px solid #67be31;
    color: #67be31;
    padding: 10px 20px;
}
#branches-info .branches .feature_box .footer_feature_box a:hover {
    background-color: #fff;
}
#branches-info .branches .feature_box:hover .footer_feature_box a{
    border: 2px solid #ffffff;
    color: #ffffff;
    transition: all 1s ease 0s;
}
#branches-info .branches .feature_box:hover .footer_feature_box a:hover{
    color: #67be31;
}

/* BRANCHES SLIDER */
#branches-info .owl-controls.clickable {
    position: absolute;
    right: 28px;
    top: -82px;
}
#branches-info .owl-prev {
    border: 1px solid #e5e5e5;
    border-radius: 5px;
    display: inline-block;
    line-height: 15px;
    margin-right: 5px;
    padding: 9px 17px;
    font-size: 22px;
    color: #111111;
}
#branches-info .owl-next {
    border: 1px solid #e5e5e5;
    border-radius: 5px;
    display: inline-block;
    line-height: 15px;
    padding: 9px 17px;
    font-size: 22px;
    color: #111111;
}
#branches-info .branches-slider .feature_box{
    margin-bottom: 15px;
    min-height: 250px;
    padding: 10px 15px 10px 15px;
}   
#branches-info .branches-slider .feature_box>h3{
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 17px;
}   
#branches-info .branches-slider .feature_box>hr{
    margin: inherit;
    border: 1px solid #67be31;
} 
#branches-info .branches-slider .feature_box:hover {
    transition: all 0.7s ease 0s;
}
#branches-info .branches-slider .feature_box:hover hr{
    transition: all 1.5s ease 0s;
    border: 1px solid #ffffff;
} 
#branches-info .branches-slider .feature_box h3 span {
    border-radius: inherit;
    margin-right: 10px;
    padding: 3px 8px;
    font-size: 15px;
}
#branches-info .branches-slider .feature_box:hover h3 span {
    background-color: #fff;
    color: #67be31;
    transition: all 1s ease 0s;
}
#branches-info .branches-slider .feature_box .footer_feature_box {
    bottom: 0;
    margin-bottom: 45px;
    position: absolute;
}
#branches-info .branches-slider .feature_box .footer_feature_box a {
    border: 2px solid #67be31;
    color: #67be31;
    padding: 10px 20px;
}
#branches-info .branches-slider .feature_box .footer_feature_box a:hover {
    background-color: #fff;
}
#branches-info .branches-slider .feature_box:hover .footer_feature_box a{
    border: 2px solid #ffffff;
    color: #ffffff;
    transition: all 1s ease 0s;
}
#branches-info .branches-slider .feature_box:hover .footer_feature_box a:hover{
    color: #67be31;
}

.feature_3 .heading_border {
    left: 48%;
    position: relative;
}

/* --------- Feature  Css  --------- */

.feature_box {
    background: #fff;
    padding: 25px 35px 40px 25px;
    transition: all 0.7s ease 0s;
    border-radius: 5px;
}

.feature_box>i {
    font-size: 42px;
    color: #111111;
    padding-bottom: 30px;
}

.feature_box>h3 {
    padding-bottom: 20px;
    padding-top: 30px;
    font-weight: bold;
}

.feature_box:hover {
    transition: all 0.7s ease 0s;
}

.feature_box:hover i {
    color: #fff;
    transition: all 0.7s ease 0s;
}

.feature_box:hover h3 {
    color: #fff;
    transition: all 0.7s ease 0s;
}

.feature_box:hover p {
    color: #fff;
    transition: all 0.7s ease 0s;
}

.feature_box {
    margin-bottom: 15px;
}
.feature_slider .item {
    margin: 0 15px;
}


/* --------- Featrue - 3  Css  --------- */

.feature_3 .feature_box>i {
    border: 4px double #acacac;
    border-radius: 100%;
    display: inline-block;
    font-size: 36px;
    height: 106px;
    line-height: 98px;
    text-align: center;
    width: 106px;
}

.feature_3 .feature_box:hover i {
    transition: all 0.7s ease 0s;
    border: 4px double #fff;
    color: #fff;
}

.feature_3 .feature_box:hover h3 {
    transition: all 0.7s ease 0s;
}

.feature_3 .feature_box:hover p {
    color: #5a5a5a;
}

.feature_3 .feature_box:hover {
    background: transparent;
}

.feature_slider .owl-theme .owl-controls {
    margin-top: 60px;
    text-align: center;
}

.feature_slider .owl-pagination {
    bottom: 30px;
    left: 0;
    position: relative;
    right: 0;
}

.feature_slider .owl-theme .owl-controls .owl-page {
    display: inline-block;
}

.feature_slider .owl-theme .owl-controls .owl-page span {
    background: #111111 none repeat scroll 0 0;
    border-radius: 20px;
    display: block;
    height: 3px;
    margin-right: 5px;
    margin-top: 30px;
    opacity: 1;
    width: 19px;
}

.feature_slider .owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
    background: #67be31 none repeat scroll 0 0;
}


/* ================================= */


/* --------- About Us  Css  -------- */


/* ================================= */


/* --------- About Us - 1  -------- */

.about_box {
    background: #f2f2f2;
    border-radius: 5px;
    padding: 42px 25px;
}
.about_box_remmitance {
    background: #ffffff;
    border-radius: 5px;
    padding: 42px 25px;
    border: 3px solid rgb(0, 0, 0, 0.2);
}

.about_image img {
    width: 100%;
}


/* Styling Pagination*/

#about_slider .owl-theme .owl-controls .owl-page {
    display: inline-block;
    zoom: 1;
    *display: inline;
    /*IE7 life-saver */
}

#about_slider .owl-theme .owl-controls {
    margin-top: 10px;
    text-align: center;
}

#about_slider .owl-pagination {
    bottom: 30px;
    left: 0;
    position: absolute;
    right: 0;
    text-align: center;
}

#about_slider .owl-wrapper-outer {
    border-radius: 5px;
}

#about_slider .owl-page span {
    display: block;
    width: 19px;
    height: 3px;
    filter: Alpha(Opacity=50);
    /*IE7 fix*/
    opacity: 1;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    margin-right: 5px;
    background: #fff;
    margin-top: 30px;
}

#about_slider .owl-page.active span,
#about_slider .owl-page:hover span {
    filter: Alpha(Opacity=100);
    /*IE7 fix*/
    opacity: 1;
}

#about_slider .owl-page {
    display: inline-block;
}

#our-partner-slider .item {
    margin: 2px 17px;
}

#our-partner-slider .item img {
    display: block;
    height: auto;
    width: 100%;
    border: 1px solid #dcdcdc;
    ;
    border-radius: 5px;
}

#our-partner-slider .owl-next {
    position: absolute;
    right: -54px;
    top: 29px;
}

#our-partner-slider .owl-prev {
    position: absolute;
    left: -54px;
    top: 29px;
}

.partner_image>img {
    border: 1px solid #dcdcdc;
    border-radius: 5px;
    display: block;
    height: auto;
    width: 100%;
    margin-bottom: 25px;
}


/* --------- About Us - 2  -------- */

.about_2_button .btn-dark:hover {
    color: #fff;
    transition: color 1000ms ease 0s, background-color 1500ms ease 0s;
}

.about_2_button .btn-light:hover {
    background: #0a0a0a;
    color: #fff;
    transition: color 1000ms ease 0s, background-color 1500ms ease 0s;
}

#about_us_2 .feature_box:hover {
    background: transparent;
}

#about_us_2 .feature_box:hover {
    background: transparent;
}

#about_us_2 .feature_box:hover p {
    color: #5a5a5a;
}

.about_us_2 .about_box {
    background: transparent;
}

.about_us_2 .about_box_remmitance {
    background: transparent;
}

.about_us_2 .heading {
    margin-top: -30px;
}

#sixth-section {
    background-color: #875F9A;
    display: inline;
    width: 100%;
    float: left;
}

#sixth-section .sixth-section-area {
    display: inline;
    float: left;
    width: 100%;
    text-align: center;
    padding: 150px 0;
}

#sixth-section .sixth-section-area h2 {
    color: #fff;
    margin-bottom: 40px;
}

#sixth-section .sixth-section-area .single-effect {
    display: inline-block;
    margin: 0 18px;
}

#sixth-section .sixth-section-area .single-effect h3 {
    color: #fff;
    font-size: 25px;
    margin-bottom: 20px;
}

#sixth-section .sixth-section-area .single-effect .hover {
    background-color: #FFF;
    color: #888;
}

.pro-video img {
    border-radius: 5px;
    width: 100%;
}

.wpf-demo-gallery {
    background-color: #FFF;
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.wpf-demo-gallery img {
    height: 100%;
    width: 100%;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.wpf-demo-gallery:hover .view-caption {
    opacity: 1;
    background-color: rgba(0, 0, 0, 0.8);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
}

.wpf-demo-gallery:hover .view-caption:hover a {
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
}

.wpf-demo-gallery .view-caption {
    background-color: rgba(0, 0, 0, 0);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    text-align: center;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    -moz-transform: scale(0.5);
    -o-transform: scale(0.5);
    -ms-transform: scale(0.5);
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
}

.wpf-demo-gallery .view-caption h4 {
    color: #fff;
    font-size: 18px;
    font-weight: normal;
    margin-bottom: 15px;
    margin-top: 5px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    -moz-transform: scale(0.4);
    -o-transform: scale(0.4);
    -ms-transform: scale(0.4);
    -webkit-transform: scale(0.4);
    transform: scale(0.4);
}

.wpf-demo-gallery .view-caption a {
    color: #fff;
    font-size: 50px;
    position: relative;
    top: 45%;
    bottom: 55%;
    display: inline-block;
    border: none;
    padding: 10px 15px;
    line-height: 18px;
    border-radius: 4px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    -moz-transform: scale(0.4);
    -o-transform: scale(0.4);
    -ms-transform: scale(0.4);
    -webkit-transform: scale(0.4);
    transform: scale(0.4);
}

/* ================================= */


/* ----- Recent Projects  Css  ----- */


/* ================================= */


/* ---- Recent Projects - 1  Css  -- */

#recent_project {
    background: url("../images/r_p_bg.jpg") no-repeat fixed 50% center / cover;
}

#recent_project .heading>p {
    color: #fff;
}

#recent_project .heading>h2 {
    color: #fff;
}

.recent_box {
    background: #fff;
    border-radius: 5px;
}

.recent_box {
    background: #fff;
    border-radius: 5px;
    transition: all 0.7s ease 0s;
}

.recent_box .recent_text {
    padding: 20px 15px;
}

.recent_box .image_s {
    overflow: hidden;
    border-radius: 5px 5px 0 0;
}

.recent_box .image_s img {
    transition: all 0.3s ease 0s;
    width: 100%;
    border-radius: 5px 5px 0 0;
}

.recent_box:hover .image_s img {
    transform: scale(1.09);
    transition: all 0.7s ease 0s;
}

.recent_box:hover {
    transition: all 0.7s ease 0s;
}

.recent_box:hover h3 {
    color: #fff;
    transition: all 0.7s ease 0s;
}

.recent_box:hover p {
    color: #fff;
    transition: all 0.7s ease 0s;
}

.recent_project-slider .item {
    margin: 0 16px;
}

#testimonial-slider_2 .owl-next,
.recent_project-slider .owl-next {
    position: absolute;
    right: 14px;
    bottom: -107px;
}

#testimonial-slider_2 .owl-prev {
    position: absolute;
    right: 65px;
    bottom: -107px;
}

.recent_project-slider .owl-prev {
    position: absolute;
    right: 65px;
    bottom: -107px;
    z-index: 2;
    background: #2e2e2e;
    border-radius: 5px;
    color: #fff;
    display: inline-block;
    height: 46px;
    line-height: 46px;
    margin-right: 5px;
    text-align: center;
    width: 46px;
}

.recent_project-slider .owl-next {
    position: absolute;
    right: 14px;
    bottom: -107px;
    z-index: 2;
    background: #2e2e2e;
    border-radius: 5px;
    color: #fff;
    display: inline-block;
    height: 46px;
    line-height: 46px;
    margin-right: 5px;
    text-align: center;
    width: 46px;
}

#testimonial-slider_2 .owl-prev,
#testimonial-slider_2 .owl-next {
    bottom: -40px;
}

#testimonial-slider_2 .owl-prev,
#recent_project .owl-prev {
    background: #fff;
    border-radius: 5px;
    color: #2e2e2e;
    display: inline-block;
    height: 46px;
    line-height: 46px;
    margin-right: 5px;
    text-align: center;
    width: 46px;
}

#recent_project .owl-next {
    background: #fff;
    border-radius: 5px;
    color: #2e2e2e;
    display: inline-block;
    height: 46px;
    line-height: 46px;
    margin-right: 5px;
    text-align: center;
    width: 46px;
}

#recent_project .owl-prev:hover {
    color: #fff;
}

#recent_project .owl-next:hover {
    color: #fff;
}

.recent_project_2 .owl-prev {
    background: #2e2e2e !important;
    border-radius: 5px;
    color: #fff !important;
    display: inline-block;
    height: 46px;
    line-height: 46px;
    margin-right: 5px;
    text-align: center;
    width: 46px;
}

.recent_project_2 .owl-next {
    background: #2e2e2e !important;
    border-radius: 5px;
    color: #fff !important;
    display: inline-block;
    height: 46px;
    line-height: 46px;
    margin-right: 5px;
    text-align: center;
    width: 46px;
}

.recent_project_2 .owl-prev:hover {
    color: #fff;
}

.recent_project_2 .owl-next:hover {
    color: #fff;
}

#testimonial-slider_2 .owl-next,
#testimonial-slider_2 .owl-buttons .owl-prev:hover,
.recent_project-slider .owl-buttons .owl-prev:hover,
#testimonial-slider_2 .owl-buttons .owl-next:hover,
.recent_project-slider .owl-buttons .owl-next:hover {
    color: #fff;
}

.recent_tabs .nav-tabs {
    border-bottom: 3px solid #fff;
}

.recent_tabs .nav-tabs>li>a {
    border: none;
    border-radius: 0;
    line-height: 1.42857;
    margin-right: 2px;
    font-size: 15px;
    color: #fff;
    text-transform: uppercase;
    padding: 10px 50px 0 0;
}

.recent_tabs .nav-tabs>li.cool-link-2:nth-child(6) a {
    padding-right: 0;
}

.recent_tabs .nav-tabs>li.active>a,
.recent_tabs .nav-tabs>li.active>a:focus,
.recent_tabs .nav-tabs>li.active>a:hover {
    background-color: transparent;
    border-color: transparent;
    border: none;
    cursor: default;
    outline: none;
}

.recent_tabs .nav>li>a:focus,
.recent_tabs .nav>li>a:hover {
    background-color: transparent;
    text-decoration: none;
    border: none;
}

.recent_tabs .nav-tabs>li {
    float: left;
    margin-bottom: -3px;
}

.cool-link-2 {
    display: inline-block;
    text-decoration: none;
}

.cool-link-2::after {
    content: '';
    display: block;
    width: 0;
    height: 3px;
    transition: width .3s;
}

.cool-link-2:hover::after,
li.active:after {
    width: 100%;
}

.cool-link:hover::after,
.cool-link.active:after {
    width: 100%;
}


/* ---- Recent Projects - 2  Css  -- */

.recent_project_2 .heading>p {
    color: #5a5a5a !important;
}

.recent_project_2 .heading>h2 {
    color: #111111 !important;
}

.recent_project_2 .recent_box {
    background: #2e2e2e;
}

.recent_project_2 .recent_box .recent_text>h3 {
    color: #fff;
}

.recent_project_2 .recent_box .recent_text>p {
    color: #fff;
}


/* -------- Recent Projects - 3  Css  --------- */

.recent_project_3_slider .item {
    margin: 0 15px;
}

.recent_project_3_slider .owl-buttons .owl-prev {
    background: #111111;
    color: #fff;
    border-radius: 5px;
    display: inline-block;
    height: 46px;
    width: 46px;
    line-height: 46px;
    text-align: center;
    margin-right: 5px;
}

.recent_project_3_slider .owl-buttons .owl-next {
    background: #111111;
    color: #fff;
    border-radius: 5px;
    display: inline-block;
    height: 46px;
    width: 46px;
    line-height: 46px;
    text-align: center;
}

.recent_project_3_slider .owl-buttons {
    margin-right: 15px;
    text-align: right;
    margin-top: 60px;
}

.recent_project_3_slider .owl-buttons .owl-prev:hover,
.recent_project_3_slider .owl-buttons .owl-next:hover {
    color: #fff;
}

.rece_text {
    font-weight: lighter;
    margin-top: 57px;
}

.rece_text_2 {
    font-weight: lighter;
    margin-top: -37px;
}


/* ================================= */


/* -------- Our Team  Css  --------- */


/* ================================= */

#our_team_slider .item {
    border-radius: 0;
}


/* Styling Pagination*/

#our_team_slider .owl-controls .owl-page {
    display: inline-block;
    zoom: 1;
    *display: inline;
    /*IE7 life-saver */
}

#our_team_slider .owl-controls {
    bottom: -5%;
    left: 50%;
    position: absolute;
    text-align: center;
}

#our_team_slider .owl-pagination {
    bottom: 30px;
    left: 0;
    position: relative;
    right: 0;
}

#our_team_slider .owl-controls .owl-page span {
    display: block;
    width: 19px;
    height: 3px;
    filter: Alpha(Opacity=50);
    /*IE7 fix*/
    opacity: 1;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    margin-right: 5px;
    background: #111111;
    margin-top: 30px;
}

#our_team_slider .owl-controls .owl-page.active span,
.owl-controls.clickable .owl-page:hover span {
    filter: Alpha(Opacity=100);
    /*IE7 fix*/
    opacity: 1;
}


/* Eight Section */

#eight-section {
    background-color: #6C7A89;
    display: inline;
    width: 100%;
    float: left;
}

#eight-section .eight-section-area {
    display: inline;
    float: left;
    width: 100%;
    text-align: center;
    padding: 150px 0;
}

#eight-section .eight-section-area h2 {
    color: #fff;
    margin-bottom: 40px;
}

#eight-section .eight-section-area .single-effect {
    display: inline-block;
    margin: 0 18px;
}

#eight-section .eight-section-area .single-effect h3 {
    color: #fff;
    font-size: 25px;
    margin-bottom: 20px;
}

#eight-section .eight-section-area .single-effect .hover {
    background-color: #FFF;
    color: #888;
    margin-bottom: 80px;
}


/*  Demo 8 */

.wpf-demo-8 {
    background-color: #FFF;
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
    box-shadow: 0 0 0 0 #555;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    opacity: 1;
    filter: alpha(opacity=100);
}

.wpf-demo-8 img {
    height: 100%;
    width: 100%;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.wpf-demo-8:before {
    content: '';
    background-color: rgba(0, 0, 0, 0);
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.wpf-demo-8:hover {
    cursor: pointer;
}

.wpf-demo-8:hover:before {
    background-color: rgba(0, 0, 0, 0.8);
}

.wpf-demo-8:hover .view-caption {
    -moz-transform: translateY(0%) scale(1);
    -o-transform: translateY(0%) scale(1);
    -ms-transform: translateY(0%) scale(1);
    -webkit-transform: translateY(0%) scale(1);
    transform: translateY(0%) scale(1);
}

.wpf-demo-8 .view-caption {
    background-color: rgba(255, 255, 255, 1);
    bottom: 0;
    height: 20%;
    left: 0;
    padding: 10px 15px;
    position: absolute;
    right: 0;
    text-align: left;
    z-index: 99;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    -moz-transform: translateY(150%) scale(1.5);
    -o-transform: translateY(150%) scale(1.5);
    -ms-transform: translateY(150%) scale(1.5);
    -webkit-transform: translateY(150%) scale(1.5);
    transform: translateY(150%) scale(1.5);
}

.wpf-demo-8 .view-caption .info {
    float: left;
}

.wpf-demo-8 .view-caption .info h4 {
    color: #444;
    font-size: 16px;
    font-weight: normal;
    font-weight: bold;
}

.wpf-demo-8 .view-caption .info p {
    color: #333;
    font-size: 12px;
}

.wpf-demo-8 .view-caption ul {
    float: right;
    display: inline-block;
    margin-left: -5px;
}

.wpf-demo-8 .view-caption ul li {
    display: inline-block;
}

.wpf-demo-8 .view-caption ul li a {
    color: #333;
    display: inline-block;
    padding: 7px 5px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
}

.wpf-demo-8 .view-caption ul li a:hover {
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}


/* -------- Our Team - 3  Css  --------- */

#our_team_3 .owl-next {
    border: 1px solid #e5e5e5;
    color: #111111;
    display: inline-block;
    position: absolute;
    right: 0;
    top: -99px;
    height: 42px;
    width: 42px;
    border-radius: 5px;
    line-height: 37px;
    text-align: center;
    font-size: 18px;
}

#our_team_3 .owl-prev {
    border: 1px solid #e5e5e5;
    color: #111111;
    display: inline-block;
    position: absolute;
    right: 52px;
    top: -99px;
    height: 42px;
    width: 42px;
    border-radius: 5px;
    line-height: 37px;
    text-align: center;
    font-size: 18px;
    background: transparent;
}

#our_team_3 .owl-prev:hover,
#our_team_3 .owl-next:hover {
    background: #ededed;
}

.team_text {
    margin-top: 35px;
}

.team_text>p {
    padding: 10px 15px 20px 0;
}

.team_text>a {
    color: #111111;
    border-bottom: 1px solid #111111;
}

#our_team_3 .item {
    margin: 0 15px;
}

#our_team_slider .item {}

#sixth-section {
    background-color: #875F9A;
    display: inline;
    width: 100%;
    float: left;
}

#our_team_3 .item:hover .view-caption {
    opacity: 1;
    background-color: rgba(0, 0, 0, 0.7);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
}

#sixth-section .sixth-section-area {
    display: inline;
    float: left;
    width: 100%;
    text-align: center;
    padding: 150px 0;
}

#sixth-section .sixth-section-area h2 {
    color: #fff;
    margin-bottom: 40px;
}

#sixth-section .sixth-section-area .single-effect {
    display: inline-block;
    margin: 0 18px;
}

#sixth-section .sixth-section-area .single-effect h3 {
    color: #fff;
    font-size: 25px;
    margin-bottom: 20px;
}

#sixth-section .sixth-section-area .single-effect .hover {
    background-color: #FFF;
    color: #888;
    border-radius: 5px 5px 0 0;
}

.wpf-demo-gallery {
    background-color: #FFF;
    display: block;
    border-radius: 5px 5px 0 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.wpf-demo-gallery img {
    height: 100%;
    width: 100%;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.wpf-demo-gallery:hover .view-caption:hover h4 {
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
}

.wpf-demo-gallery:hover .view-caption:hover a {
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
}

.wpf-demo-gallery .view-caption {
    background-color: rgba(0, 0, 0, 0);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    text-align: center;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    -moz-transform: scale(0.5);
    -o-transform: scale(0.5);
    -ms-transform: scale(0.5);
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
}

.wpf-demo-gallery .view-caption h4 {
    color: #fff;
    font-size: 18px;
    font-weight: normal;
    margin-bottom: 15px;
    margin-top: 5px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    -moz-transform: scale(0.4);
    -o-transform: scale(0.4);
    -ms-transform: scale(0.4);
    -webkit-transform: scale(0.4);
    transform: scale(0.4);
}

.wpf-demo-gallery .view-caption a {
    border: medium none;
    border-radius: 4px;
    bottom: 55%;
    color: #111111;
    display: inline-block;
    font-size: 25px;
    line-height: 18px;
    padding: 15px 15px;
    position: relative;
    top: 45%;
    transform: scale(0.4);
    transition: all 0.5s ease 0s;
    background: #fff;
}


/* ================================= */


/* ------- Testinomial  Css  ------- */


/* ================================= */

#testimonials {}

#testimonials .heading_border {
    left: 48%;
    position: relative;
}

.testimonial-detail p {
    font-size: 18px;
    line-height: 1.5em;
    font-style: oblique;
    display: inline-block;
    padding: 0 10%;
}

.testimonial-detail h3 {
    font-size: 18px;
    font-weight: bold;
}

.testimonial-detail>p::before {
    content: url("../images/testinomial_errow_bf.png");
    position: relative;
    bottom: -22px;
    left: -61px;
}

.testimonial-detail>p::after {
    bottom: 31px;
    content: url("../images/testinomial_errow_af.png");
    position: relative;
    right: -40%;
}


/* Styling Pagination*/

#testimonials .owl-theme .owl-controls .owl-page {
    display: inline-block;
    zoom: 1;
    *display: inline;
    /*IE7 life-saver */
}

#testimonials .owl-theme .owl-controls {
    margin-top: 60px;
    text-align: center;
}

.pag_pad .owl-theme .owl-controls {
    margin-top: -60px !important;
}

#testimonials .owl-pagination {
    bottom: 30px;
    left: 0;
    position: relative;
    right: 0;
}

#testimonials .owl-carousel .owl-item img {
    width: auto !important;
    display: inline-block;
}

#testimonials .owl-wrapper-outer {
    border-radius: 5px;
}

#testimonials .owl-theme .owl-controls .owl-page span {
    display: block;
    width: 19px;
    height: 3px;
    filter: Alpha(Opacity=50);
    /*IE7 fix*/
    opacity: 1;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    margin-right: 5px;
    background: #111111;
    margin-top: 30px;
}

#testimonials .owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
    filter: Alpha(Opacity=100);
    /*IE7 fix*/
    opacity: 1;
}


/* ------- Testinomial - 1 Css  ------- */

.image_text {
    height: 260px;
    border-radius: 5px 5px 0 0;
}

.testi_heading {
    background: #f7f7f7;
    box-shadow: 0 13px 10px -9px #a6a6a6;
    padding-bottom: 15px;
    padding-top: 20px;
    border-radius: 0 0 5px 5px;
}

#testimonial-slider_2 .item {
    margin: 15px;
    opacity: .5;
    transition: all 0.7s ease 0s;
}

#testimonial-slider_2 .item:hover {
    opacity: 1;
    transition: all 0.7s ease 0s;
}

.testi_heading>h4 {
    font-size: 18px;
    font-weight: bold;
}

.image_text p {
    font-style: oblique;
    padding: 0 60px;
}

#testimonial-slider_2 .item>img {
    position: relative;
    top: 40px;
}

#testimonial-slider_2 .item {
    margin-bottom: 10px;
}

.rating:not(:checked)>input {
    position: absolute;
    top: -9999px;
    clip: rect(0, 0, 0, 0);
}

.rating:not(:checked)>label {
    width: 1em;
    overflow: hidden;
    white-space: nowrap;
    cursor: pointer;
    font-size: 150%;
    line-height: 1.2;
    color: #fff;
}

.rating:not(:checked)>label:before {
    content: '★ ';
}

.rating>input:checked~label {
    color: #fff;
}

.rating>label:active {
    position: relative;
    top: 2px;
    left: 2px;
}


/* Styling Pagination*/

#testimonial-slider_2 .owl-controls .owl-page {
    display: inline-block;
    zoom: 1;
    *display: inline;
    /*IE7 life-saver */
}

#testimonial-slider_2 .owl-controls {
    bottom: -5%;
    left: 50%;
    position: absolute;
    text-align: center;
}

#testimonial-slider_2 .owl-pagination {
    bottom: -37px;
    left: -27px;
    position: relative;
    right: 0;
}

#testimonial-slider_2 .owl-controls .owl-page span {
    display: block;
    width: 19px;
    height: 3px;
    filter: Alpha(Opacity=50);
    /*IE7 fix*/
    opacity: 1;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    margin-right: 5px;
    background: #111111;
    margin-top: 30px;
}

#testimonial-slider_2 .owl-controls .owl-page.active span,
.owl-controls.clickable .owl-page:hover span {
    filter: Alpha(Opacity=100);
    /*IE7 fix*/
    opacity: 1;
}

#testimonial-slider_2 .owl-item .item {
    opacity: 1;
}

#testimonial-slider_2 .owl-item.center .item {
    opacity: 1;
}

#testimonial-slider_2 .owl-nav {
    width: 100%;
    float: left;
    padding: 30px 0 0;
    text-align: center;
}

#testimonial-slider_2 .owl-nav>div {
    position: static;
    display: inline-block;
    vertical-align: middle;
}


/* ================================= */


/* ------- Latest News  Css  ------- */


/* ================================= */

.latest_box {
    background: #fff;
    padding: 45px 25px 25px;
    border-radius: 5px;
    width: 348px;
    height: 236px;
}

.latest_box>h3 {
    font-size: 20px;
    font-weight: bold;
    padding-bottom: 15px;
}

.latest_box>p {
    padding-bottom: 25px;
}

.latest_box .lates_border {
    height: 1px;
    background: #cfcfcf;
}

.latest_box i {
    font-size: 24px;
    vertical-align: middle;
    margin-left: 25px;
}

.latest_box span {
    font-size: 12px;
    vertical-align: middle;
}

.latest_box>img {
    margin-right: 10px;
    vertical-align: middle;
}

#latest_news-slider .item {
    margin-right: 35px;
}


/* Styling Pagination*/

#latest_news-slider .owl-page {
    display: inline-block;
    zoom: 1;
    *display: inline;
    /*IE7 life-saver */
}

#latest_news-slider .owl-theme .owl-controls {
    margin-top: 60px;
    text-align: center;
}

#latest_news-slider .owl-pagination {
    margin-top: 50px;
    left: 0;
    position: relative;
    right: 0;
    text-align: center;
    margin-right: 20px;
}

#latest_news-slider .owl-page span {
    display: block;
    width: 19px;
    height: 3px;
    filter: Alpha(Opacity=50);
    /*IE7 fix*/
    opacity: 1;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    margin-right: 5px;
    background: #111111;
    margin-top: 30px;
}

#latest_news-slider .owl-page.active span,
#latest_news-slider .owl-page:hover span {
    filter: Alpha(Opacity=100);
    /*IE7 fix*/
    opacity: 1;
}

.latest_box>img {
    width: auto !important;
}

.updates {
    background: #111111;
    padding: 30px 25px;
    border-radius: 5px;
    height: 237px;
}

#latest_news .col-md-8 {
    padding-right: 0;
}

#latest_news .col-md-4 {
    padding-left: 0;
}

.updates form input {
    width: 100%;
    display: block;
    border-radius: 5px;
    border: 1px solid #484848;
    height: 50px;
    background: #2a2a2a;
    color: #fff;
    padding-left: 15px;
    margin-bottom: 10px;
}

.updates .col-md-12 {
    padding: 0;
}

.updates .col-md-10 {
    padding: 0;
}

.updates .col-md-2 {
    padding: 0;
}

.updates input.submit {
    display: none;
}

.updates form input {
    width: 100%;
    display: block;
    border-radius: 5px;
    border: 1px solid #484848;
    height: 50px;
    background: #2a2a2a;
    color: #fff;
    padding-left: 15px;
    margin-bottom: 10px;
}

.updates form input.email {
    width: 100%;
    display: block;
    border-radius: 5px 0 0 5px;
    border: 1px solid #484848;
    height: 50px;
    background: #2a2a2a;
    color: #fff;
    padding-left: 15px;
    margin-bottom: 10px;
}

.col-md-2>span>a {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #484848;
    border-radius: 0 5px 5px 0;
    color: #2a2a2a;
    display: block;
    height: 50px;
    line-height: 54px;
    text-align: center;
    font-size: 35px;
}

.over_image {
    position: absolute;
    z-index: 1;
    right: -29px;
    top: 85px;
}

.updates form {
    position: relative;
    z-index: 2;
}


/* ------- Latest News - 2 Css  ------- */

.latest_news_item {
    background: #fff;
    margin-bottom: 60px;
    min-height: 650px;
}

.bg_light {
    background: #edf3f8;
}

.latest_news_item:hover .image img {
    transform: scale(1.09);
    transition: all 0.7s ease 0s;
}

.latest_news_item .latest_news_text:hover a {
    transition: all 0.7s ease 0s;
}

.image img {
    -moz-transition: all ease .3s;
    -ms-transition: all ease .3s;
    -o-transition: all ease .3s;
    -webkit-transition: all ease .3s;
    transition: all ease .3s;
}

.image,
.image img,
.latest_news_item .latest_news_head {
    overflow: hidden;
    position: relative !important;
    border-radius: 5px 5px 0 0;
}

.image img {
    width: 100%;
}

.image a {
    display: block;
}

.latest_news_content {
    position: relative;
}

.latest_news_content .latest_news_text {
    padding: 30px 20px;
}

.latest_news_content p {
    margin: 0;
    margin-bottom: 15px;
}

.latest_news_content .favroute p {
    line-height: 34px;
    margin-left: 15px;
    font-size: 12px;
    margin-top: 5px;
}

.feature3 .latest_news_meta,
.latest_news_content .latest_news_meta {
    display: table;
    table-layout: fixed;
    width: 100%;
}

.latest_news_content .latest_news_meta {
    background: #f5f5f5;
    padding: 8px 20px;
}

.latest_news_content .latest_news_meta span,
.feature3 .latest_news_meta span {
    display: inline-block;
    font-size: 12px;
    line-height: 38px;
    text-align: left;
}

.latest_news_content .latest_news_meta span i {
    font-size: 24px;
    margin-right: 2px;
    vertical-align: middle;
}

.latest_news_content .latest_news_meta span img {
    margin-right: 10px;
    vertical-align: middle;
}

.latest_news_text>a {
    border-bottom: 2px solid;
    color: #111111;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
}

.latest_box_1 {
    margin: 15px;
}

.latest_box_4>h2>a {
    color: #111111;
}

#latest_news .owl-controls {
    left: 50%;
    position: absolute;
    text-align: center;
}

#latest_news .owl-pagination {
    left: -27px;
    position: relative;
    right: 0;
}

#latest_news .owl-controls .owl-page {
    display: inline-block;
}

#latest_news .owl-controls .owl-page span {
    background: #111111;
    border-radius: 20px;
    display: block;
    height: 3px;
    margin-right: 5px;
    margin-top: 30px;
    opacity: 1;
    width: 19px;
}


/* ================================= */


/* -------- BG - TEXT  Css  -------- */


/* ================================= */

#bg_text {
    background: url(../images/bg_1.jpg) no-repeat fixed center / cover;
    padding: 115px 0;
}

#bg_text h2 {
    color: #fff;
    font-size: 42px;
}

#bg_text h2>span {
    font-size: 60px;
}

#bg_text .bg_text_box {
    display: inline-block;
    margin-right: 75px;
}

#bg_text .bg_text_box>h3 {
    color: #fff;
    display: inline-block;
    font-size: 20px;
    padding: 20px 0;
}

#bg_text .bg_text_box>p {
    color: #fff;
    display: inline-block;
    line-height: 27px;
}

#bg_text .bg_text_box>i {
    color: #fff;
    display: inline-block;
    font-size: 35px;
}

.company_year {
    margin-top: 15px;
}

.company_icon {
    border: 1px solid #d9d9d9;
    border-radius: 100%;
    height: 65px;
    line-height: 77px;
    text-align: center;
    width: 65px;
    background: #fff;
}

.company_icon i {
    font-size: 28px;
}

.company_text>h3 {
    padding: 0 0 15px;
}

.our_company_border {
    background: #ccc;
    height: 435px;
    margin: 139px 129px;
    position: absolute;
    width: 1px;
}


/* ================================= */


/* -------- Contact Us  Css  ------- */


/* ================================= */

#map_banner .item img {
    display: block;
    width: 100%;
    height: auto;
}

#contact {
    padding: 0;
}

.contact {
    position: relative;
}

#map_banner .owl-page span {
    background: #fff;
    height: 10px;
    width: 10px;
    right: 0;
    display: block;
    margin-bottom: 3px;
    border-radius: 50%;
}

#map_banner .owl-page.active span,
#map_banner .owl-page:hover span {
    filter: Alpha(Opacity=100);
    /*IE7 fix*/
    opacity: 1;
}

#map_banner .owl-pagination {
    display: inline-block;
    position: absolute;
    right: 0;
    top: 43%;
}

#map .info-window h4{
    font-size: 17px;
    margin-bottom: 5px;
}
#map .info-window .info-content p{
    line-height: 20px;
}

.dotted {
    position: absolute;
    right: 18px;
    top: 43%;
}

#contact-us .contact-text {
    border-radius: 5px;
    display: inline-block;
    padding: 30px 20px;
    position: absolute;
    top: 150px;
    z-index: 1;
    right: 0;
    width: 400px;
}

.agetn-contact-2 p {
    font-size: 15px !important;
    padding-bottom: 17px;
    color: #fff;
}

#contact-us .agetn-contact-2 i {
    font-size: 26px;
    margin-right: 15px;
    vertical-align: middle;
}

.agetn-contact-2>p:nth-child(5) {
    margin: -23px 0 0 42px;
}

#google-container {
    position: relative;
    width: 100%;
    height: 200px;
    background-color: #e7eaf0;
}

@media only screen and (min-width: 768px) {
    #google-container {
        height: 300px;
    }
}

@media only screen and (min-width: 1170px) {
    #google-container {
        height: 600px;
    }
}

#cd-google-map {
    position: relative;
}

#cd-google-map address {
    display: none;
}

@media only screen and (min-width: 768px) {
    #cd-google-map address {
        font-size: 15px;
        font-size: 0.9375rem;
        text-align: center;
    }
}

#cd-zoom-in,
#cd-zoom-out {
    height: 32px;
    width: 32px;
    cursor: pointer;
    margin-left: 10px;
    background-color: #f5213e;
    background-repeat: no-repeat;
    background-size: 32px 64px;
    background-image: url("../images/cd-icon-controller.svg");
}

.no-touch #cd-zoom-in:hover,
.no-touch #cd-zoom-out:hover {
    background-color: #d36868;
}

@media only screen and (min-width: 768px) {
    #cd-zoom-in,
    #cd-zoom-out {
        margin-left: 50px;
    }
}

#cd-zoom-in {
    background-position: 50% 0;
    margin-top: 10px;
    margin-bottom: 1px;
}

@media only screen and (min-width: 768px) {
    #cd-zoom-in {
        margin-top: 50px;
    }
}

#cd-zoom-out {
    background-position: 50% -32px;
}


/* ================================= */


/* ---------- Footer  Css  --------- */


/* ================================= */

.footer_link>li {
    display: inline-block;
}

.footer_link>li>a {
    color: #fff;
    padding: 10px;
}

.footer_link>li+li::before {
    content: url("../images/foote_di.jpg");
    top: -3px;
    position: relative;
    right: 2px;
}

.footer_link {
    margin-top: 10px;
}

.footer_line {
    background: #ffffff;
    display: block;
    height: 1px;
    opacity: 0.2;
}

.footer_email input.email {
    background: #ffffff;
    border: 1px solid #484848;
    border-radius: 5px 0 0 5px;
    display: block;
    height: 50px;
    margin-bottom: 10px;
    padding-left: 15px;
    width: 100%;
    font-size: 12px;
    color: #111111;
}

.footer_email .submit {
    display: none;
}

.footer_email .submit_b>span>a {
    border: none;
    border-radius: 0 5px 5px 0;
    color: #fff;
    display: block;
    font-size: 35px;
    height: 50px;
    line-height: 54px;
    text-align: center;
}

.footer_email .col-md-10 {
    padding: 0;
}

.footer_email .col-md-2 {
    padding: 0;
}

.footer_p {
    color: #fff;
}

.footer_botom p {
    color: #cccccc;
}

.footer_botom a {
    color: #fff;
}

.footer_botom i {
    vertical-align: middle;
    padding: 0 8px;
}

.color_white.p_24 {
    font-weight: 300;
}


/* ---------Footer - 2 Css  ------- */
.social-icons_1 {
    text-align: center;
}
.social-icons_1 li {
    background: rgba(255, 255, 255, 0.13);
    border-radius: 5px;
    display: inline-block;
    height: 40px;
    line-height: 40px;
    margin-right: 7px;
    text-align: center;
    width: 40px;
}

.social-icons_1 a {
    color: #fff;
    display: block;
}

.footer_box_1 .footer_p {
    color: #fff;
}

.footer_box_1>h3 {
    color: #fff;
    border-bottom: 1px solid rgba(251, 251, 251, 0.17);
    padding-bottom: 10px;
    margin-bottom: 25px;
}

.footer_link_1>li+li {
    margin-top: 12px;
}

.footer_link_1>li>a {
    color: #fff;
}

.footer_link_1 {
    display: inline-block;
}

.footer_link_1>li {
    margin-left: 20px;
}

.footer_link_1 li a:hover {
    transition: all 0.7s ease 0s;
}

.footer_box_1>ul li::before {
    content: url("../images/footer_li.png");
    margin: 0 -20px;
    position: absolute;
    transition: all 0.7s ease 0s;
}

#footer hr {
    border-top: 1px solid rgba(251, 251, 251, 0.17);
}

.latest_footer {
    border-radius: 5px;
    padding: 16px 20px;
    margin-bottom: 10px;
}

.latest_footer>p {
    color: #ccc;
}

.latest_footer h4 a {
    color: #fff;
}

.latest_footer h4 {
    color: #fff;
    font-size: 16px;
    line-height: 24px;
}

.footer_1_contact p {
    color: #fff;
    font-size: 14px;
    padding-bottom: 17px;
}

.footer_1_contact .icon-icons74 {
    color: #fff;
    font-size: 25px;
    margin-left: -2px;
}

.adres_box>p {
    display: table-cell;
}

.adres_box {
    width: 100%;
}

.footer_1_contact p i {
    font-size: 24px;
    margin-right: 7px;
    vertical-align: middle;
}

#footer_1 p {
    color: #fff;
}


/* ================================= */


/* ------ About us Page  Css  ------ */


/* ================================= */

#page_banner {
    background: url(../images/banner/banner-aboutus.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 10%;
}

#page_banner .page-header {
    margin: 86px 0 52px;
    border: none;
}

#page_banner .page-header h2 {
    color: rgb(255, 255, 255);
    padding-bottom: 10px;
    font-size: 35px;
}

#page_banner .page-header p {
    color: rgb(255, 255, 255);
}

#about_page .about_box {
    background: transparent;
    padding: 36px 0;
}

#about_page .about_img img {
    width: 100%;
}

.text_ita {
    background: #f2f2f2;
    padding: 20px 25px 30px;
    min-height: 125px;
    height: auto;
}

.text_ita p {
    font-size: 18px;
    font-weight: bold;
}

#background_para {
    background: url(../images/bg_2.jpg) no-repeat fixed 50% center / cover;
}

#background_para h2 {
    color: #fff;
    font-size: 48px;
    margin-bottom: 20px;
}

#background_para p {
    color: #fff;
}


/* ================================= */


/* ------ 404 Error Page Css  ------ */


/* ================================= */

.error {
    padding-bottom: 140px;
    padding-top: 170px;
}

.error>img {
    margin-bottom: 60px;
}

.error>a:hover {
    background: #111111;
}


/* ================================= */


/* ----- Contact us Page Css  ------ */


/* ================================= */

#contact_us_page .contact>div {
    height: 550px !important;
    margin-bottom: 30px;
    margin-top: 30px;
}
#branches-info .pilih-lokasi{
    margin-left: auto;
    margin-right: auto;
    padding-top: 20px;
    display: block;
}

#branches-info select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  outline: 0;
  box-shadow: none;
  border: 0 !important;
  background: #28a745;
  background-image: none;
}
/* Custom Select */
#branches-info .select {
  position: relative;
  display: block;
  width: 20em;
  height: 3em;
  line-height: 3;
  background: #28a745;
  overflow: hidden;
  border-radius: .25em;
}
#branches-info select {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0 0 0 .5em;
  color: #fff;
  cursor: pointer;
}
#branches-info select::-ms-expand {
  display: none;
}
/* Arrow */
#branches-info .select::after {
  content: '\25BC';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0 1em;
  background: #1b7730;
  pointer-events: none;
}
/* Transition */
#branches-info .select:hover::after {
  color: #fff;
}
#branches-info .select::after {
  -webkit-transition: .25s all ease;
  -o-transition: .25s all ease;
  transition: .25s all ease;
}

#contact_form .single-query>input[type="text"] {
    border: 1px solid #b7b7b7;
    border-radius: 5px;
    height: 48px;
    margin-bottom: 15px;
    font-size: 13px;
    padding-left: 10px;
    transition: all 0.3s ease 0s;
    width: 100%;
}
#contact_form .single-query>input[type="email"] {
    border: 1px solid #b7b7b7;
    border-radius: 5px;
    height: 48px;
    margin-bottom: 15px;
    font-size: 13px;
    padding-left: 10px;
    transition: all 0.3s ease 0s;
    width: 100%;
}
#contact_form .single-query>input[type="tel"] {
    border: 1px solid #b7b7b7;
    border-radius: 5px;
    height: 48px;
    margin-bottom: 15px;
    font-size: 13px;
    padding-left: 10px;
    transition: all 0.3s ease 0s;
    width: 100%;
}

#contact_form .single-query>select {
    border: 1px solid #b7b7b7;
    border-radius: 5px;
    height: 48px;
    margin-bottom: 15px;
    font-size: 13px;
    padding-left: 10px;
    transition: all 0.3s ease 0s;
    width: 100%;
}

#contact_form .single-query textarea {
    border: 1px solid #b7b7b7;
    border-radius: 5px;
    font-size: 13px;
    height: 260px;
    margin-bottom: 15px;
    padding-left: 10px;
    padding-top: 15px;
    transition: all 0.3s ease 0s;
    width: 100%;
}

#contact_form a:hover {
    background: #111111;
}

#contact_form h3 {
    font-weight: 600;
    padding-bottom: 25px;
}

#contact_form h3 span {
    color: #fff;
    border-radius: 100%;
    font-size: 16px;
    line-height: 16px;
    margin-right: 14px;
    padding: 6px 13px;
    transition: all 0.7s ease 0s;
    vertical-align: middle;
}

#contact_form .form_left .footer_1_contact p {
    color: #5a5a5a;
    display: inline-flex;
    line-height: 18px;
}

#contact_form .form_left .footer_1_contact i {
    font-size: 27px;
    margin-right: 20px;
}

#contact_form .form_left .social-icons_1 li {
    background: #5a5a5a;
}


/* ----- Contact us Page - 2 Css  ------ */

#contact_form .over_image {
    position: absolute;
    right: -29px;
    top: 243px;
    z-index: 1;
}

#contact_form .updates {
    background: #edf3f8;
}

#contact_form .updates form input {
    background: #fff;
    border: 1px solid #b7b7b7;
    color: #5a5a5a;
}

#contact_form .col-md-2>span>a {
    background: #b7b7b7;
    border: 1px solid #b7b7b7;
    color: #fff;
}


/* ----- Contact us Page - 3 Css  ------ */

#contact_form .contact-text {
    border-radius: 5px;
    padding: 30px 25px;
}

#contact_form .agetn-contact-2 p {
    color: #fff;
    padding-bottom: 17px;
}

#contact_form .agetn-contact-2 i {
    font-size: 26px;
    margin-right: 15px;
    vertical-align: middle;
}


/* ================================= */


/* -------- Faq's Page  Css  ------- */


/* ================================= */

#faq .items>li>a {
    background: transparent;
    color: #111111;
    display: block;
    font-size: 20px;
    margin-bottom: 10px;
    padding: 15px 20px;
    position: relative;
    border-radius: 5px;
    border: 1px solid #d9d9d9;
    text-decoration: none;
}

#faq .items>li>a:after {
    right: 15px;
}

#faq .items>li>a:hover,
#faq .items>li>a.expanded {
    border-radius: 5px 5px 0 0;
    box-shadow: none;
    color: #fff;
    text-decoration: none !important;
    border: 1px solid transparent;
    outline: none;
}

#faq .items .sub-items {
    background: #fff;
    display: none;
    margin-bottom: 10px;
    margin-top: -10px;
    padding: 20px 16px;
    border: 1px solid #d9d9d9;
    border-radius: 0 0 5px 5px;
    border-top: none;
}

#faq .items {
    padding-top: 30px;
}

#faq .items .sub-items p {
    line-height: 26px;
    padding: 8px 20px;
}

.tab_container {
    padding: 0;
}

#faq .items>li>a::after,
#faq .items>li>a::after,
#faq .tab_drawer_heading::after {
    content: url(../images/pluse.png);
    display: inline-block;
    position: absolute;
    right: 20px;
    top: 18px;
}

#faq .items>li>a.expanded::after,
#faq.procedure_content .items>li>a.expanded::after,
#faq .tab_drawer_heading.d_active::after {
    content: url(../images/minas.png);
}

.faq .items>li>a {
    background: transparent;
    color: #111111;
    display: block;
    font-size: 20px;
    margin-bottom: 10px;
    padding: 15px 20px;
    position: relative;
    border-radius: 5px;
    border: 1px solid #d9d9d9;
    text-decoration: none;
}

.faq .items>li>a:after {
    right: 15px;
}

.faq .items>li>a:hover,
#faq .items>li>a.expanded {
    border-radius: 5px 5px 0 0;
    box-shadow: none;
    color: #fff;
    text-decoration: none !important;
    border: 1px solid transparent;
    outline: none;
}

.faq .items .sub-items {
    background: #fff;
    display: none;
    margin-bottom: 10px;
    margin-top: -10px;
    padding: 20px 16px;
    border: 1px solid #d9d9d9;
    border-radius: 0 0 5px 5px;
    border-top: none;
}

.faq .items {
    padding-top: 30px;
}

.faq .items .sub-items p {
    line-height: 26px;
    padding: 8px 20px;
}


/* ================================= */


/* ------------ News  Css  --------- */


/* ================================= */

#news-section .input-append {
    border: 1px solid #d5dadf;
    display: block;
    height: 47px;
    line-height: 43px;
    width: 100%;
    border-radius: 5px;
    background: #fff;
}

#news-section .input-medium.search-query {
    background: transparent;
    border: 0 none;
    display: inline-block;
    padding-left: 15px;
    width: 80%;
}

#news-section .add-on {
    background: transparent;
    border: medium none;
    float: right;
    font-size: 18px;
    padding-right: 15px;
    padding-top: 7px;
}

#news-section .pro-list>li {
    cursor: pointer;
    list-style: url(../images/latest_news_li.png);
    margin-bottom: 20px;
    padding: 0 0 0 8px;
    transition: all 0.7s ease 0s;
    font-size: 15px;
}

#news-section .pro-list>li:hover {}

#news-section .pro-list {
    margin-left: 15px;
}

.news_image .price .tag {
    color: #fff;
    display: block;
    font-size: 28px;
    height: 63px;
    line-height: 63px;
    text-align: center;
    width: 80px;
}

.news_image .price .tag_white {
    height: 24px;
    font-size: 12px;
    line-height: 24px;
    text-align: center;
    width: 80px;
    background: #fff;
    color: #353535;
    display: block;
}

.news_image .price {
    bottom: 10px;
    position: absolute;
    right: 10px;
    z-index: 0;
}

.news_image>img {
    width: 100%;
}

.latest_page_box>ol {
    list-style: decimal;
    padding: 0px 25px 10px 25px;
    font-size: 16px;
}

.latest_page_box>ol li {
    padding: 5px;
}

.latest_page_box>p {
    display: inline-block;
    font-size: 16px;
    margin-right: 20px;
    margin-bottom: 10px;
    text-align: justify;
}

.latest_page_box>p>span {
    color: #5a5a5a;
}

.latest_page_box img {
    vertical-align: middle;
    margin-right: 10px;
}

.news_image {
    margin-bottom: 30px;
    position: relative;
}

.latest_page_box span a {
    color: #5a5a5a;
}

.latest_page_box>h2 {
    margin: 15px 0 20px;
}

.latest_page_box .btn-dark:hover {
    color: #fff;
}

.news_border {
    background: #cfcfcf;
    height: 1px;
    margin: 40px 0;
    width: 100%;
}

.pager {
    margin: 0;
    text-align: left;
}

.pager li {
    display: inline-block;
    margin-right: 5px;
}

.pager li>a {
    background-color: #fff;
    border: 1px solid #cfcfcf;
    border-radius: 5px;
    display: block;
    font-size: 16px;
    height: 40px;
    line-height: 27px;
    width: 40px;
    color: #111111;
}

.pager li>a:hover,
.pager li>a:focus,
.pager li.active>a {
    color: #fff;
}

.latest_page_box .owl-pagination {
    bottom: 50px !important;
}

.latest_page_box .owl-wrapper-outer {
    border-radius: 0 !important;
}

.have_qus {
    border-radius: 5px;
    padding: 30px 25px;
}

.have_qus>h3 {
    color: #fff;
    margin-bottom: 25px;
}

.have_qus>p {
    color: #fff;
}

.have_qus .btn-dark {
    background: #fff;
    border: 1px solid #fff;
    border-radius: 5px;
    color: #111111;
    display: inline-block;
    font-size: 12px;
    overflow: hidden;
    padding: 13px 25px;
    text-transform: uppercase;
    transition: color 1000ms ease 0s, background-color 1500ms ease 0s !important;
    margin-top: 30px;
}

.have_qus .btn-dark i {
    font-size: 17px;
    margin-right: 12px;
    vertical-align: sub;
}

.have_qus .btn-dark:hover {
    background: transparent;
    border: 1px solid #fff;
    color: #111111;
}

.news-tag>a {
    border: 1px solid #e5e5e5;
    color: #676767;
    border-radius: 5px;
    font-size: 13px;
    padding: 10px 22px;
}

.news-tag>a:hover {
    color: #fff;
    transition: color 1000ms ease 0s, background-color 1500ms ease 0s;
}

.news-tag {
    padding-bottom: 25px;
}


/* ------------ News-2 Css  --------- */

.latest_page_box>h3 {
    margin: 30px 0 20px;
}

.latest_page_box .effect-layla img {
    width: 100%;
}


/* ------------ News-3 Css  --------- */

.news_3 .latest_page_box {
    border: 1px solid #e3e3e3;
    border-radius: 5px;
    padding-top: 16px;
    margin-bottom: 50px;
}

.news_3 .news_image {
    margin-top: 16px;
}

.news_date {
    padding: 0 25px;
}

.news_padding>h3 {
    margin: 20px 0 10px;
}

.news_padding>p {
    display: inline-block;
}

.news_padding {
    padding: 0 25px 25px;
}

.news_date i {
    font-size: 20px;
    vertical-align: middle;
}


/* ------------ News-4 Css  --------- */

.latest_box_4>p {
    padding: 20px 50px;
}

.latest_box_4>span {
    padding: 0 !important;
    margin: 0 50px;
    color: #5a5a5a;
}

.latest_box_4 img {
    margin-right: 5px;
}

.latest_box_4 i {
    margin-right: 5px;
    font-size: 18px;
    vertical-align: middle;
}

.news_4 .pager {
    text-align: center;
}


/* ------------ News-5 Css  --------- */

.latest_box_5 {
    padding: 60px 35px;
}

.latest_box_5>h2 {
    padding-bottom: 10px;
    padding-top: 20px;
}

.latest_box_5>span {
    padding-bottom: 10px;
    display: inherit;
    font-size: 18px;
    font-weight: bold;
}

.latest_box_5>a {
    font-size: 16px;
}

.latest_box_5>a:hover {
    color: black;
}

.latest_box_5>p {
    margin-top: 10px;
    margin-bottom: 30px;
}

.news_5 .owl-wrapper-outer {
    border-radius: 0 !important;
}

.news_5 .owl-pagination {
    bottom: 50px !important;
}

.news_5 .pager {
    text-align: center;
}

.latest_box_image>img {
    width: 100%;
}


/* ------------ News-Details Css  --------- */

.latest_page_details>p {
    font-size: 15px;
}

.latest_page_details span {
    color: #111111;
    font-size: 15px;
}

.latest_page_details li {
    font-size: 15px;
    color: #5a5a5a;
    padding-bottom: 25px;
}

.add>h2 {
    margin-bottom: 25px;
}

.news_details .single-query>input[type="text"] {
    border: 1px solid #b7b7b7;
    border-radius: 5px;
    font-size: 13px;
    height: 48px;
    margin-bottom: 15px;
    padding-left: 10px;
    transition: all 0.3s ease 0s;
    width: 100%;
}

.news_details .single-query textarea {
    border: 1px solid #b7b7b7;
    border-radius: 5px;
    font-size: 13px;
    height: 260px;
    margin-bottom: 15px;
    padding-left: 10px;
    padding-top: 15px;
    transition: all 0.3s ease 0s;
    width: 100%;
}


/* ================================= */


/* --------- Our Team Css  --------- */


/* ================================= */

.our_team .item {
    margin: 0 0 80px !important;
}

.our_team .about_box {
    padding: 45px 25px !important;
}

.our_team .social-icons_1 li {
    background: #818181;
}

.our_team .owl-pagination {
    bottom: 96px !important;
}

.our_team .item .col-md-7 {
    padding: 0;
}

#team_slider_2 .owl-prev {
    border: 1px solid #e5e5e5;
    border-radius: 5px;
    color: #5e5e5e;
    font-size: 20px;
    height: 43px;
    line-height: 40px;
    position: absolute;
    right: 50px;
    text-align: center;
    top: -78px;
    width: 43px;
}

#team_slider_2 .owl-next {
    border: 1px solid #e5e5e5;
    border-radius: 5px;
    color: #5e5e5e;
    font-size: 20px;
    height: 43px;
    line-height: 40px;
    position: absolute;
    right: 0;
    text-align: center;
    top: -78px;
    width: 43px;
}

.services-front .item {
    margin: 0 0 80px !important;
}

.services-front  .about_box {
    padding: 20px 25px !important;
}

.services-front  .about_box_remmitance {
    padding: 20px 25px !important;
}

.services-front  .social-icons_1 li {
    background: #818181;
}

.services-front  .owl-pagination {
    bottom: 96px !important;
}

.services-front  .item .col-md-7 {
    padding: 0;
}
.services-front .item-remmitance {
    margin: 0 0 0 !important;
}
#services .about_box{
    height: 251px;
}
#services .about_box h2{
    margin-bottom: 20px;
}
#services .about_box p{
    font-size: 17px;
}
#services .about_box_remmitance{
    height: 251px;
}
#services .about_box_remmitance h2{
    margin: 20px 0 10px 0;
    font-size: 50px;
}
#services .about_box_remmitance p{
    font-size: 22px;
    margin-bottom: 20px;
}
#services .content-right-md{
    height: 248px;
    width: 275px;
}
#services .content-right-md .pic-services-front{
    height: 248px;
    width: 275px;
}
#services .owl-prev {
    border: 1px solid #e5e5e5;
    border-radius: 5px;
    color: #5e5e5e;
    font-size: 20px;
    height: 43px;
    line-height: 40px;
    position: absolute;
    right: 50px;
    text-align: center;
    top: -78px;
    width: 43px;
}

#services .owl-next {
    border: 1px solid #e5e5e5;
    border-radius: 5px;
    color: #5e5e5e;
    font-size: 20px;
    height: 43px;
    line-height: 40px;
    position: absolute;
    right: 0;
    text-align: center;
    top: -78px;
    width: 43px;
}

/* ================================= */
/* --------- Projects  Css  -------- */
/* ================================= */

.project .item {
    margin-bottom: 30px;
}

.project .recent_box {
    background: #2e2e2e;
}

.project .recent_text>h3 {
    color: #fff;
}

.project .recent_text>p {
    color: #fff;
}

.project .heading>h2 {
    color: #111111 !important;
}

.project .heading>p {
    color: #5a5a5a !important;
}

.project .nav-tabs>li>a {
    color: #111111;
}

.project .nav-tabs {
    border-bottom: 3px solid #111111;
}

.project .recent_tabs {
    margin-top: 36px;
}

/* --------- Projects Details Css  -------- */

.italic {
    color: #111111;
    font-size: 18px;
    font-style: oblique;
    margin-bottom: 30px;
}

.project_details_text>h3 {
    margin-bottom: 30px;
    margin-top: 80px;
}

.project_details_text li {
    padding-bottom: 10px;
    list-style: url(../images/project_detail.jpg);
    margin-left: 15px;
}

.project_details_text ul {
    margin-bottom: 30px;
}

.owl-wrapper-outer {
    border-radius: 5px;
}

#project_slider .owl-wrapper-outer {
    border-radius: 5px;
}

.project_des {
    margin-top: 40px;
}

.project_des .table>tbody>tr>td,
.table>tbody>tr>th,
.table>tfoot>tr>td,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>thead>tr>th {
    border-top: none;
    padding: 20px 15px;
}

/* ================================= */
/* -------- Testimonials Css  ------ */
/* ================================= */

.testimonials_box {
    background: #edf3f8;
    border-radius: 5px;
    padding-bottom: 30px;
    padding-left: 30px;
    padding-right: 30px;
    margin-bottom: 30px;
}

.testimonials_box>h3 {
    margin-bottom: 25px;
    margin-top: 30px;
}

.testimonials_box>h4 {
    margin-top: 30px;
}

/* ================================= */
/* --------- Solution  Css  -------- */
/* ================================= */

.solution_tabs>ul {
    margin-top: 30px;
    margin-bottom: 60px;
}

.solution_tabs ul li a {
    background: #f2f2f2;
    color: #5a5a5a;
    font-size: 15px;
    display: block;
    height: 58px;
    line-height: 58px;
    width: 100%;
    padding-left: 35px;
    border-bottom: 1px solid #cecece;
}

.solution_tabs .active a {
    color: #fff;
}

.solution_tabs ul li a:hover {
    color: #fff;
}

.solution_tabs ul li:active {
    color: #fff;
}

.solution_tabs ul li a:focus {
    color: #fff;
    outline: none;
    text-decoration: none;
}

#solution .footer_1_contact p {
    color: #5a5a5a;
    line-height: 18px;
    display: inline-block;
    vertical-align: sub;
}

#solution .footer_1_contact i {
    font-size: 26px;
    margin-right: 15px;
}

#solution .footer_1_contact>h3 {
    margin-bottom: 30px;
}

#solution .footer_1_contact {
    margin-bottom: 43px;
}

#solution .logo-comingsoon {
    display: block;
    margin: 0 auto;
    width: 40%;
}
#solution .img-responsive{
    height: 350px;
}

.brochure>h3 {
    margin-bottom: 30px;
}

.brochure>p {
    margin-bottom: 50px;
}

.brochure>a {
    border-radius: 5px;
    color: #fff;
    display: block;
    height: 52px;
    line-height: 52px;
    text-align: center;
    text-transform: uppercase;
}

.brochure i {
    font-size: 28px;
    vertical-align: text-bottom;
    margin-right: 15px;
}

#solution .project_details_text li {
    font-size: 18px;
}

#solution img {
    width: 100%;
}

#body-info .project_details_text ul {
    margin-bottom: 10px;
}

#body-info .project_details_text li {
    font-size: 15px;
    color: #5a5a5a;
    line-height: 15px;
}

.media-heading>a {
    font-size: 16px;
    color: #111111;
}

.media-body>p {
    margin-bottom: 10px;
    font-size: 15px;
}

.media {
    border-bottom: 1px solid #cfcfcf;
}

.media-body>span {
    font-size: 12px;
    color: #959595;
}

.comments .media-body>p {
    font-size: 15px;
    margin-bottom: 0;
    margin-top: 15px;
}

.comments .media-heading {
    margin-top: 32px;
}

.comments .media {
    border-bottom: none;
}

.comments .media {
    transition: all 0.7s ease 0s;
}

.comments .media .media-left {
    transition: all 0.7s ease 0s;
}

.comments .media .media-body {
    transition: all 0.7s ease 0s;
}

.add .media {
    background: #edf3f8;
    border-bottom: none;
    padding: 30px;
}

.add .media-left,
.media>.pull-left {
    padding-right: 30px;
}

.add .media-heading {
    margin-bottom: 15px;
    margin-top: 24px;
    font-size: 22px;
}

.add .media {
    margin-top: 100px;
}

.add .media-heading>span {
    font-size: 12px;
    margin-left: 10px;
    color: #959595;
}


/* ================================= */
/* ------- Shop Detaisl Css--------- */
/* ================================= */

#shop-slider .owl-prev {
    display: inline-block;
    position: absolute;
    top: 50%;
}

#shop-slider .owl-next {
    display: inline-block;
    position: absolute;
    top: 50%;
    right: 0;
}

.shop_details>h2 {
    margin-bottom: 25px;
}

.shop_details>span {
    font-size: 28px;
}

.shop_details>span>del {
    color: #737373;
    font-size: 18px;
}

.shop_details>p {
    padding-right: 25px;
    margin-top: 20px;
    margin-bottom: 25px;
}

.shop_details .cart_quantity_button .input-number {
    height: 46px;
    text-align: center;
    width: 46px;
    margin-left: 2px;
    z-index: 0;
}

.cart_quantity_button {
    width: 138px;
    display: inline-block;
    margin-right: 15px;
}

.cart_quantity_button .btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
    box-shadow: none;
    cursor: not-allowed;
    height: 46px;
    opacity: 0.65;
    width: 46px;
    z-index: 0;
}

.cart_quantity_button .btn {
    font-size: 11px;
    font-weight: lighter;
    height: 46px;
    text-align: center;
    width: 46px;
    z-index: 0 !important;
}

.input-group-btn:first-child>.btn,
.input-group-btn:first-child>.btn-group {
    margin-right: -2px;
}

.cart_button_1 {
    border-radius: 5px;
    color: #fff;
    display: inline-block;
    font-size: 12px;
    height: 46px;
    line-height: 46px;
    text-align: center;
    width: 133px;
    background: #111111;
    vertical-align: top;
    text-transform: uppercase;
}

.cart_button_1:hover {
    color: #fff;
}

.category_text span {
    font-weight: bold;
}

.shop_social_icons ul li {
    background: #fff;
    border-radius: 5px;
    display: inline-block;
    height: 34px;
    line-height: 34px;
    margin-right: 7px;
    text-align: center;
    width: 34px;
}

.shop_social_icons ul li a {
    color: #888888;
    display: block;
}

.share_product>p {
    display: inline-block;
    color: #fff;
    font-size: 20px;
}

.shop_social_icons {
    display: inline-block;
    margin-left: 50%;
}

.share_product {
    border-radius: 5px;
    padding: 10px 0 10px 20px;
}

.shop_box .image_s>img {
    width: 100%;
}


/* ================================= */
/* ---------- Shop  Css  ----------- */
/* ================================= */

.category_box>h3 {
    margin-bottom: 35px;
}

.category_box .single-query-slider .btn-slide {
    background: transparent;
    border: 1px solid #e0e0e0;
    border-radius: 0;
    color: #656565;
    display: inline-block;
    font-size: 12px;
    font-weight: normal;
    height: 29px;
    text-transform: uppercase;
    width: 75px;
}

.category_box .price {
    border: 1px solid #e0e0e0;
    color: #656565;
    display: inline-block;
    float: right;
    height: 29px;
    line-height: 26px;
    margin-top: 0;
    text-align: center;
    width: 138px;
}

.category_box .leftLabel,
.rightLabel {
    color: #535353;
    display: inline-block;
    font-size: 12px;
}

.category_box .single-query-slider label {
    color: #575757;
    font-weight: normal;
    font-size: 12px;
}

.price.text-right>span {
    font-size: 12px;
}

.category_box .nstSlider {
    background: #d8d8d8;
    height: 12px;
    margin-bottom: 25px;
}

.category_box .nstSlider .bar {
    height: 12px;
}

.category_box .nstSlider .leftGrip,
.nstSlider .rightGrip {
    background: #fff !important;
    height: 20px !important;
    top: -5px !important;
    width: 20px !important;
    box-shadow: 0 1px 1px 0 #b8b8b8;
}

.nstSlider .leftGrip,
.nstSlider .rightGrip {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 1px 1px 0 #b8b8b8;
    height: 20px;
    position: absolute;
    width: 20px;
    box-shadow: 0 1px 1px 0 #b8b8b8;
}

.category_box .pro-list>li {
    cursor: pointer;
    font-size: 15px;
    list-style: outside url("../images/latest_news_li.png") disc;
    margin-bottom: 20px;
    padding: 0 0 0 8px;
    transition: all 0.7s ease 0s;
}

.category_box .pro-list {
    margin-left: 15px;
}

.category_box .pro-list>li a {
    color: #5a5a5a;
}

.shop_contact p {
    color: #5a5a5a;
    display: inline-block;
    font-size: 14px;
    padding-bottom: 17px;
    line-height: 18px;
}

.shop_contact i {
    font-size: 24px;
    margin-right: 15px;
    margin-top: 10px;
    vertical-align: top;
}

.shop_contact>h3 {
    margin-bottom: 35px;
}

#shop .content-right-md>img {
    width: 100%;
}

.shp_des {
    bottom: 14px;
    padding-left: 45px;
    position: absolute;
    top: 24%;
    z-index: 1;
}

.shp_des>h2 {
    margin-bottom: 15px;
}

.shp_des>p {
    margin-bottom: 30px;
}

#shop .owl-page span {
    background: #848485;
}

.box_image>img {
    width: 100%;
}

.shop_details_box {
    border: 1px solid #d5d5d5;
    border-radius: 3px;
}

.box_des>span {
    font-size: 18px;
}

.box_des>p {
    margin-top: 20px;
    padding-bottom: 30px;
}

.box_des>a {
    margin-bottom: 15px;
    color: #111111;
    font-size: 22px;
    font-weight: 500;
}

.box_des {
    border-bottom: 4px double #d5d5d5;
    margin: 30px 25px 0;
}

.cart_box>a {
    color: #5a5a5a;
    font-size: 15px;
}

.cart_box>a>.icon-icons240 {
    padding-bottom: 5px;
}

.cart_box {
    padding: 20px 25px;
}

.cart_box i {
    font-size: 20px;
    margin-right: 10px;
    vertical-align: middle;
}

.tag_new {
    border-radius: 50%;
    color: #fff;
    height: 60px;
    line-height: 57px;
    position: absolute;
    right: 26px;
    text-align: center;
    top: 10px;
    width: 60px;
}

#shop .pager {
    margin: 0;
    text-align: center;
}


/* ================================= */
/* ----------- Cart  Css  ---------- */
/* ================================= */

#cart .table-responsive>.table tbody tr>td {
    padding: 30px 0;
    vertical-align: middle;
}

#cart .table-responsive>.table tbody tr>td .btn-close {
    display: inline-block;
    margin-top: -15px;
    font-size: 40px;
    color: #414141;
}

#cart .table .spinner {
    width: 118px;
}

#cart .table .btn-danger {
    background-color: #fff;
    border-color: #ccc;
    color: #333;
}

#cart .table .btn-success {
    background-color: #fff;
    border-color: #ccc;
    color: #333;
}

#cart .table .btn-success:hover,
.btn-danger:hover {
    background-color: #e6e6e6;
    border-color: #e6e6e6;
    color: #333;
}

#cart .table .input-group .btn {
    height: 46px;
    margin-right: 0;
    position: relative;
    width: 40px;
    z-index: 0;
}

.product-name>p {
    font-size: 15px;
    font-weight: normal;
}

.product-name>h6 {
    font-size: 15px;
    font-weight: bold;
}

#cart .table th {
    font-size: 22px;
}

#cart .table .input-group .btn.btn-default {
    height: 46px;
    width: 40px;
    margin-right: 0;
    position: relative;
    z-index: 0;
}

#cart .shop_total .table-responsive {
    padding-right: 20px;
    margin-top: 20px;
}

#cart .table .input-group .form-control {
    height: 46px;
    width: 39px;
    position: relative;
    z-index: 0;
}

#cart .table>thead>tr>th {
    border-bottom: medium none !important;
    padding-left: 0;
    padding-top: 0;
}

#cart .table .price h4 {
    margin-top: -15px !important;
}

#cart .table tr:last-child {
    border-bottom: 1px solid #ddd;
}

.shop_total {
    border-top: 3px solid #3c3d3d;
    margin-top: -20px;
}

#cart .buttons input {
    border: 1px solid #ddd;
    border-radius: 3px;
    font-size: 13px;
    height: 47px;
    width: 100%;
    padding-left: 15px;
}

.cart_sub>h3 {
    margin-bottom: 30px;
    margin-top: -6px;
}

.buttons>a {
    background: #111111;
    border-radius: 3px;
    color: #fff;
    display: block;
    height: 46px;
    line-height: 46px;
    margin-top: 10px;
    text-align: center;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: bold;
}

.buttons>a:hover {
    border-radius: 3px;
    color: #fff;
}

.border_left {
    border-left: 1px solid #cecece;
    padding: 0 0 0 40px;
}

.cart_sub .items li a {
    display: block;
    margin-bottom: 30px;
}

.shop_total .table>tbody>tr>td {
    border-bottom: 1px solid #ddd;
    line-height: 1.42857;
    padding: 20px 0;
    vertical-align: top;
    border-top: medium none;
}

.cart_sub .items>li>a::before,
.cart_sub .items>li>a::before,
.cart_sub .tab_drawer_heading::after {
    content: url("../images/cacu_ship.png");
    display: inline-block;
    position: absolute;
    left: 38px;
}

.cart_sub .items>li>a.expanded::before,
.cart_sub.procedure_content .items>li>a.expanded::before,
.cart_sub .tab_drawer_heading.d_active::before {
    content: url(../images/minas_2.png);
}

.cart_sub .items a h3 {
    margin-left: 40px;
}


/* ================================= */
/* ------ Pricing Table  Css  ------ */
/* ================================= */

#pricing_table .nav-tabs {
    border-bottom: 3px solid #111111;
    display: inline-block;
}

#pricing_table .nav-tabs>li.cool-link-2:nth-child(3) {
    padding-right: 0;
}

.pricing-box {
    background: #f6f6f6;
    border: 1px solid #e1e1e1;
    margin: 0 -1px;
    padding: 0 !important;
    border-radius: 5px;
}

.pricing-table-heading {
    background: #fff;
    padding: 18px 0;
    margin-bottom: 60px;
    border-radius: 5px 5px 0 0;
    border-bottom: 1px solid #c4c4c4;
}

.table-price {
    border-bottom: 1px solid #c4c4c4;
    color: #222;
    display: inline-block;
    font-size: 98px;
    font-weight: 300;
    line-height: 50px;
    padding: 45px 0;
    position: relative;
}

.table-price span {
    color: #111111;
    display: block;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
}

.table-price span.currency {
    font-size: 48px;
    font-weight: 400;
    left: -30px;
    position: absolute;
    top: 27px;
}

.list-support {
    padding: 45px 0;
}

.pricing-table .list {
    padding: 10px 0;
}

.pricing-box .list-support>li {
    font-size: 15px;
    padding: 15px 0;
    font-weight: 300;
}

.pricing-table-footer {
    border-top: 1px solid #e1e1e1;
    padding: 20px 20px;
}

.pricing-table-footer .btn.btn-default {
    padding: 15px 45px 14px;
    color: #fff;
}

.pricing-box.highlight .list-support li {
    line-height: 38px;
}

.pricing-box.highlight {
    background: #fff;
    position: relative;
    top: -32px;
    z-index: 1;
}


/* ================================= */
/* --------- Counter  Css  --------- */
/* ================================= */

.counter span {
    font-size: 75px;
    font-weight: 500;
}

.counter h6 {
    font-size: 15px;
    font-weight: normal;
    margin-top: -10px;
}

#funfacts h2 {
    margin-top: 30px;
}

/* ================================= */
/* --------- Brokers  Css  --------- */
/* ================================= */

.broker_box>img {
    width: 100%;
}

.toggle {
    margin-bottom: 12px;
}

.toggle .toggle-heading a {
    background: #fff;
    border-radius: 30px;
    font-size: 20px;
    color: #111111;
    box-shadow: 0 1px 2px 0 rgba(199, 201, 205, 0.6);
    color: #121212;
    display: block;
    padding: 11px 0 0 66px;
    position: relative;
    height: 54px;
    width: 100%;
}

.toggle .toggle-heading a i {
    border: medium none;
    border-radius: 100%;
    font-size: 14px;
    height: 29px;
    left: 17px;
    line-height: 31px;
    margin-right: 0;
    margin-top: 0;
    position: absolute;
    text-align: center;
    top: 24%;
    width: 29px;
}

.toggle .toggle-body {
    padding: 20px 0 4px;
}

.toggle.two .toggle-heading a {
    background: #f3f5fa;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.toggle .toggle-heading a i {
    border: none;
    color: #fff;
}

.toggle-body>p {
    font-size: 18px;
    padding-left: 30px;
    border-left: 1px solid #cfd5d9;
    margin-left: 30px;
    margin-top: -20px;
    padding-top: 20px;
    margin-bottom: -20px;
    padding-bottom: 20px;
}

.sonny_progressbar {
    margin-bottom: 40px;
}

.sonny_progressbar p.title {
    font-size: 15px;
    line-height: 18px;
    margin: 0;
    padding: 5px 0;
    font-weight: bolder;
}

.sonny_progressbar .bar-container {
    position: relative;
    height: 40px;
}

.sonny_progressbar .bar-container.shadow {
    -moz-box-shadow: 0px 5px 7px -3px rgba(0, 0, 0, .5);
    -webkit-box-shadow: 0px 5px 7px -3px rgba(0, 0, 0, .5);
    box-shadow: 0px 5px 7px -3px rgba(0, 0, 0, .5);
}

.sonny_progressbar .backgroundBar {
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
}

.sonny_progressbar .bar {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
}

.sonny_progressbar .targetBar {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    -webkit-animation: AnimationB 4s infinite ease-in-out;
    -moz-animation: AnimationB 4s infinite ease-in-out;
    animation: AnimationB 4s infinite ease-in-out;
}

.sonny_progressbar .targetBar.loader {
    -webkit-animation: AnimationB 4s infinite ease-in-out;
    -moz-animation: AnimationB 4s infinite ease-in-out;
    animation: AnimationB 4s infinite ease-in-out;
}

.sonny_progressbar .bar-container.border .bar,
.sonny_progressbar .bar-container.border .targetBar,
.sonny_progressbar .bar-container.border .backgroundBar {
    border-bottom: 3px solid rgba(0, 0, 0, .2);
}

.sonny_progressbar .progress-percent {
    font-size: 15px;
    position: absolute;
    right: -15px;
    font-weight: normal;
}

.company_box>p {
    font-size: 18px;
    margin-top: 40px;
}

@keyframes Animation {
    0% {
        opacity: .4;
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: .4;
    }
}

@-moz-keyframes Animation {
    0% {
        opacity: .4;
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: .4;
    }
}

@-webkit-keyframes Animation {
    0% {
        opacity: .4;
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: .4;
    }
}

@keyframes AnimationB {
    0% {
        opacity: .01;
    }
    50% {
        opacity: .1;
    }
    100% {
        opacity: .01;
    }
}

@-moz-keyframes AnimationB {
    0% {
        opacity: .01;
    }
    50% {
        opacity: .1;
    }
    100% {
        opacity: .01;
    }
}

@-webkit-keyframes AnimationB {
    0% {
        opacity: .01;
    }
    50% {
        opacity: .1;
    }
    100% {
        opacity: .01;
    }
}

.progress-percent {
    position: absolute;
    right: 0;
    margin-top: -22px;
    margin-right: 20px;
}

/* ================================= */
/* --------- Call Back  Css  ------- */
/* ================================= */

.cell_image {
    position: absolute;
    bottom: 0;
    right: 30px;
    z-index: 0;
}

.call_box {
    padding: 70px 35px 100px 35px;
    position: relative;
    height: 413px;
}

.call_box>p {
    font-size: 18px;
    position: relative;
    z-index: 1;
}

.callback_bg .col-md-6 {
    padding: 0 10px !important;
}

#call_back .col-md-6 {
    padding: 10px;
}

.call_box form input[type="text"],
input[type="email"],
input[type="number"],
input[type="password"] {
    background: #fff;
    border: 1px solid #d1d1d1;
    border-radius: 5px;
    font-size: 15px;
    height: 56px;
    margin-bottom: 10px;
    padding: 0 25px;
    width: 100%;
    color: #8f8f8f;
}

.callback_bg .btn-light {
    margin-left: -15px !important;
}

#call_back .btn-light {
    border: medium none;
    height: 46px;
    line-height: 17px;
    margin-left: -10px;
    width: 133px;
    margin-top: 10px;
}

.call_box>form {
    margin-top: -35px;
    margin-left: -11px;
}

.call_box .zelected {
    background: #fff;
    height: 56px;
    line-height: 56px;
    border-radius: 5px;
    border: 1px solid #d1d1d1;
    padding: 0 25px;
    width: 100%;
    color: #8f8f8f;
    font-size: 15px;
}

#call_back .zelected::after {
    content: url("../images/select-icon.png");
    position: absolute;
    right: 6%;
    bottom: 26.5%;
}

.intro .zelect {
    cursor: pointer;
}

.call_box .zearch {
    display: none;
}

.call_box .intro .dropdown li {
    padding: 14px 12px;
}

.call_box .intro .dropdown li:hover {
    color: #67be31;
    color: #fff;
}

.intro .dropdown li.current {
    background-color: #67be31;
    color: #fff;
}

.call_box .intro .dropdown {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: white;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border-image: none;
    padding: 3px 0;
    position: absolute;
    z-index: 2;
    width: 89.5%;
    box-shadow: 0 0px 1px 0 #616161;
    margin-top: -4px;
    margin-left: 1px;
}

/* ================================= */
/* ------- Logistic  Css  ------- */
/* ================================= */

.logistic .recent_project-slider.owl-carousel.owl-theme {
    margin-top: -85px;
}

.logistic.p_24 {
    font-weight: 300;
}

.logistic .about_box {
    padding: 42px 0;
}

.logistic .testimonial-detail>p::before {
    bottom: -39px;
    content: url("../images/logistic/arrow.png");
    left: -66px;
    position: relative;
}

.logistic .testimonial-detail>p {
    border: 1px solid #d1d1d1;
    padding: 40px 0 40px 100px;
    border-radius: 5px;
}

.logistic .testimonial-detail>p::after {
    bottom: -77px;
    content: url("../images/logistic/testinomial.png");
    right: 83%;
}

.logistic .testimonial-detail {
    margin-bottom: 40px;
}

h3.testi_head {
    display: inline-block;
    margin-left: 15px;
}

p.testi_head {
    display: block;
    margin-left: 91px;
    margin-top: -32px;
}

.logistic .owl-theme .owl-controls {
    text-align: right !important;
}

.logistic .heading_border {
    left: 0 !important;
}

.logistic .pro-video img {
    width: auto;
}

.p_setting {
    font-size: 24px;
    font-weight: 300;
    margin-top: 50px;
}

.logistic .pro-video a.html5lightbox.content-vbtn-color-blue {
    top: 41%;
}

.freight_text>p {
    padding: 0 40px;
    display: inline-block;
}

.freight_image>img {
    border-radius: 5px;
}

.logistic_count p {
    color: #fff;
}

.logistic_count .counter span {
    color: #fff;
}

.logistic_count .counter h6 {
    color: #fff;
}

#bg_text .counter span {
    color: #fff;
}

#bg_text .counter h6 {
    color: #fff;
}

#freight_packging .owl-pagination {
    bottom: -60px;
}

#freight_packging .owl-page span {
    background: #111111;
}

.set .zelected::after {
    bottom: -14px !important;
    right: 2% !important;
}

.callback_bg .intro .dropdown {
    width: 94.4% !important;
}

.bg_3 {
    padding: 200px 0 !important;
}

.breadcrumb {
    background-color: #67be31;
    border-radius: 0;
    display: inline-block;
    list-style: outside none none;
    margin-bottom: 0;
    padding: 20px 40px;
}

.breadcrumb a {
    color: #fff;
    font-size: 12px;
}

.breadcrumb>.active {
    color: #fff;
}

.breadcrumb li+li:before {
    content: "";
    font-family: FontAwesome;
    color: #fff;
}

.border_b {
    border-bottom: 5px solid #67be31;
}

.border_b .page-header {
    border: medium none;
    margin: 86px 0 0 !important;
}

#logistic_bg_text_3 {
    background: url(../images/logistic/happycustomar.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    padding-top: 135px;
    padding-bottom: 175px;
}

#logistic_bg_text_3 h2 {
    font-size: 48px;
    color: #fff;
    margin-bottom: 15px;
}

#logistic_bg_text_3 .counter span {
    color: #fff;
}

#logistic_bg_text_3 .counter h6 {
    color: #fff;
}

#bg_text {
    background: url(../images/logistic/happycustomar.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    padding-top: 150px;
    padding-bottom: 150px;
}

#bg_text h2 {
    color: #fff;
    font-size: 42px;
}

#bg_text h2>span {
    font-size: 60px;
}

#bg_text .bg_text_box {
    display: inline-block;
    margin-right: 75px;
}

#bg_text .bg_text_box>h3 {
    color: #fff;
    display: inline-block;
    font-size: 20px;
    padding: 20px 0;
}

#bg_text .bg_text_box>p {
    color: #fff;
    display: inline-block;
    line-height: 27px;
}

#bg_text .bg_text_box>i {
    color: #fff;
    display: inline-block;
    font-size: 35px;
}

nav.navbar-blue {
    background-color: #292929;
    border-radius: 0px;
    margin-bottom: 0px;
}

#header-bottom .logo-utama {
    width: 150px;
    height: 99px;
}

.footer_box_1 .logo-utama {
    width: 200px;
    height: 132px;
}

#whychoose p {
    text-align: justify;
}

/* ================================= */
/* --------- Finance  Css  --------- */
/* ================================= */

.callback_bg {
    background: url(../images/finance/callbackbg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.callback_bg .call_box {
    height: auto;
    padding: 0;
    position: relative;
}

.chart-widget {
    margin-bottom: 50px;
}

.finance_tab .nav-tabs>li.active>a,
.finance_tab .nav-tabs>li.active>a:focus,
.finance_tab .nav-tabs>li.active>a:hover {
    color: #67be31;
    background-color: #fff;
    border-bottom: none;
}

.finance_tab .nav-tabs>li>a {
    background-color: #f6f6f6;
    border: 1px solid #d9d9d9;
    font-size: 18px;
    font-weight: 500;
    margin-right: 2px;
    padding: 13px 25px;
}

.finance_tab .tab-content p {
    padding-left: 25px;
    padding-top: 30px;
}

.finance_tab .tab-content {
    border-radius: 0 0 5px 5px;
    border: 1px solid #d9d9d9;
    border-top: none;
    padding-bottom: 30px;
    padding-right: 25px;
}

a:focus {
    outline: none !important;
}

.bg_gray.p-b-100.finance_3 {
    padding-top: 165px;
}

.tab_finance .items {
    padding-top: 0 !important;
}

.tab_finance .items>li>a {
    background: #fff !important;
}

#finance_partner .media-left.media-middle {
    padding-right: 30px;
}

#finance_partner .media-body a {
    color: #111111;
}

#finance_partner .media-body a:hover {
    color: #67be31;
}

#finance_partner .media {
    border-bottom: none;
}

#finance_partner .media h4 {
    font-weight: normal;
}

#finance_partner .media-left.media-middle img {
    border: 1px solid #d9d9d9;
}
#finance_partner .content {
    position: relative;
    max-width: 225px;
    margin: auto;
    overflow: hidden;
}
#finance_partner .content .content-overlay{
    background: rgba(0,0,0,0.7);
    position: absolute;
    height: 99%;
    width: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    opacity: 0;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
}
#finance_partner .content:hover .content-overlay{
    opacity: 1;
}
#finance_partner .content-details {
    position: absolute;
    text-align: center;
    padding-left: 1em;
    padding-right: 1em;
    width: 100%;
    top: 50%;
    left: 50%;
    opacity: 0;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
} 
#finance_partner .content:hover .content-details{
    top: 50%;
    left: 50%;
    opacity: 1;
    cursor: pointer;
}
#finance_partner .content-details h3{
    color: #fff;
    font-weight: 500;
    letter-spacing: 0.15em;
    margin-bottom: 0.5em;
    text-transform: uppercase;
    font-size: 15px;
}
#finance_partner .fadeIn-bottom{
    top: 80%;
}

#positions .items>li>a {
    display: table;
    table-layout: fixed;
    width: 100%;
    background: #f2f2f2;
    border: 1px solid #d9d9d9 !important;
    padding: 6px 20px;
    position: relative;
    text-decoration: none;
    border-radius: 0;
}

#positions .items>li>a>span {
    display: table-cell;
    width: 100%;
    font-size: 12px;
    line-height: 38px;
    font-size: 15px;
    color: #5a5a5a;
}

#positions .positions_tab_h {
    display: table;
    table-layout: fixed;
    width: 100%;
    background: #111111;
    border: 1px solid #d9d9d9 !important;
    padding: 6px 20px;
    position: relative;
    text-decoration: none;
    border-radius: 0;
}

#positions .positions_tab_h>span {
    display: table-cell;
    font-size: 12px;
    line-height: 38px;
    font-size: 15px;
    color: #fff;
}

#positions .items>li>a:hover,
#positions .items>li>a.expanded {
    border: 1px solid transparent;
    background: #f2f2f2 !important;
    border-radius: 00;
    box-shadow: none;
    outline: medium none;
    text-decoration: none !important;
}

#positions .items>li>a.expanded::after,
#positions.procedure_content .items>li>a.expanded::after,
#positions .tab_drawer_heading.d_active::after {
    content: url("../images/finance/minas.png");
}

#positions .items>li>a::after,
#positions .items>li>a::after,
#positions .tab_drawer_heading::after {
    content: url("../images/finance/pluse.png");
    display: inline-block;
    position: absolute;
    right: 0;
    top: 0;
}

#positions .project_details_text {
    display: inline-block;
    padding-bottom: 20px;
    padding-top: 20px;
}

#positions .items .sub-items p {
    padding: 8px 0px 4px 0px;
}

.fin_set {
    margin-left: 15%;
    position: relative;
    top: -40px;
}

#positions .items .sub-items {
    padding: 20px 16px 10px 16px;
    border-radius: 0;
}

#positions .items {
    padding-top: 10px;
}
#positions .no-data{
    display: table;
    width: 100%;
    height: 150px;
    border: 3px dashed rgb(0, 0, 0, 0.35);
    text-align: center;
}
#positions .no-data h3{
    display: table-cell;
    vertical-align: middle;
}


.recent_tabs.finance_nav {
    background: #0e1032;
    height: 65px;
    line-height: 65px;
    text-align: center;
}

.finance_nav ul li {
    display: inline-block;
}

.finance_nav ul li a {
    color: #fff;
    margin: 0 10px;
    font-size: 15px;
    border-bottom: 2px solid transparent;
    transition: color 1000ms ease 0s, background-color 1500ms ease 0s;
}

.finance_nav ul>li:before {
    color: #fff;
    content: "/";
}

.finance_nav ul>li:first-child:before {
    content: none;
}

.finance_nav ul li a:hover {
    border-bottom: 2px solid #fff;
    transition: color 1000ms ease 0s, background-color 1500ms ease 0s;
}

.finance_bg_text {
    background: url(../images/finance/bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    padding-top: 135px;
    padding-bottom: 175px;
}

.finance_bg_text h2 {
    font-size: 48px;
    color: #fff;
    margin-bottom: 15px;
}

.finance_bg_text .counter span {
    color: #fff;
}

.finance_bg_text .counter h6 {
    color: #fff;
}

#finance_bg_text_2 {
    background: url(../images/banner/banner-paralax.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    padding-top: 100px;
    padding-bottom: 100px;
}

#finance_bg_text_2 h2 {
    text-align: center;
    color: #fff;
    font-size: 35px;
}

#finance_bg_text_2 h2>span {
    font-size: 60px;
}

#finance_bg_text_2 .bg_text_box {
    display: inline-block;
    text-align: center;
}

#finance_bg_text_2 .bg_text_box>h3 {
    color: #fff;
    display: inline-block;
    font-size: 20px;
    padding: 20px 0;
}

#finance_bg_text_2 .bg_text_box>p {
    color: #fff;
    display: inline-block;
    line-height: 27px;
}

#finance_bg_text_2 .bg_text_box>i {
    color: #fff;
    display: inline-block;
    font-size: 60px;
}

#finance_bg_text_2 .feature-box {
    display: inline-block;
    background: rgba(255, 255, 255, 0.7);
    width: 31.333%;
    height: auto;
    min-height: 290px;
    vertical-align: top;
    margin: 10px;
    padding: 15px 14px 15px 14px;
    transition: all 0.7s ease 0s;
    border-radius: 5px;
    text-align: left;
}

#finance_bg_text_2 .feature-box i {
    font-size: 60px;
}

#finance_bg_text_2 .feature-box h3 {
    margin: 15px 0;
}

#up-to-top {
    position: fixed;
    text-align: center;
    right: 30px;
    bottom: 30px;
    color: #fff;
    cursor: pointer;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    z-index: 10000;
    height: 40px;
    width: 40px;
    line-height: 40px;
    background: rgba(0, 0, 0, 0.4) no-repeat center;
    -webkit-transition: background-color 0.1s linear;
    -o-transition: background-color 0.1s linear;
    -moz-transition: background-color 0.1s linear;
    transition: background-color 0.1s linear;
}

#up-to-top:hover {
    background: black no-repeat center;
}

#tablerates {
    width: 1280px;
    margin: 100px auto;
}

#tablerates .heading {
    display: inline-block;
    width: 100%;
}

#tablerates .heading>p {
    font-size: 15px;
    text-transform: uppercase;
}

#tablerates .heading>h2 {
    font-weight: bold;
    text-transform: uppercase;
    display: inline-block;
    float: left;
}

#tablerates .heading_border {
    height: 3px;
    width: 46px;
    margin-bottom: 17px;
}

#tablerates .date {
    display: inline-block;
    font-size: 23px;
    font-weight: bold;
    float: right;
    margin-left: 20px;
}

#tablerates .date p {
    display: inline-block;
    color: #000;
}

#tablerates .time {
    display: inline-block;
    font-size: 23px;
    font-weight: bold;
    float: right;
    margin-left: 20px;
}

#tablerates .time p {
    display: inline-block;
    color: #ff0000;
}

#tablerates .refresh {
    display: inline-block;
    font-size: 23px;
    font-weight: bold;
    float: right;
    margin-left: 20px;
}

#tablerates .refresh a {
    display: inline-block;
    color: #000;
}

#tablerates .refresh a:hover {
    display: inline-block;
    color: #67be31;
}

#tableExchange {
    width: 100%;
    margin-top: 30px;
    margin-bottom: 50px;
    font-weight: bold;
}

#tableExchange tr.head {
    height: 60px;
    color: #fff;
    font-size: 20px;
    letter-spacing: 1px;
}

#tableExchange tr td {
    width: 25%;
    text-align: center;
}

#tableExchange tr td.abu {
    background: #292929;
}

#tableExchange tr td.abumuda {
    background: #636363;
}

#tableExchange tr td.merah {
    background: #9c1616;
}

#tableExchange tr td.hijau {
    background: #016938;
}

#tableExchange tr td.textmerah {
    color: #9c1616;
}

#tableExchange tr td.texthijau {
    color: #016938;
}

#tableExchange tr.body {
    font-size: 20px;
    color: #0c2b38;
}

#tableExchange tr.body td {
    padding: 18px 0;
    border-bottom: 1px solid #0c2b38;
}

#tableExchange tr.body td.kodenegara {
    border-bottom: 1px solid #0c2b38;
    text-align: center;
}

#tableExchange tr.body td.kodenegara img {
    display: inline-block;
    text-align: center;
    margin-top: -3px;
    margin-right: 5px;
    width: 10.5%;
}

#rates-channel {
    margin-top: 5px;
    font-size: 13px;
}

#rates-channel p {
    color: #fff;
    line-height: 39px;
    display: block;
    float: left;
    margin-right: 15px;
    position: relative;
}

#rates-channel a {
    color: #fff;
    line-height: 39px;
    display: block;
    float: right;
    margin-left: 25px;
    position: relative;
}

#header-top .logo-pva {
    display: inline-block;
    margin: 2px 0;
    margin-right: 5px;
    width: 18px;
    height: 31px;
}

#header-top .p-line {
    display: inline-block;
}

#body-info p {
    font-size: 15px;
}

#news-section .limiter_date,
#news-section .limiter_category {
    padding-right: 25px;
    border-right: 1px solid rgba( 0, 0, 0, 0.3);
}

#news-section .pic-latest-blog img {
    width: 90px;
    height: 90px;
    object-fit: cover;
}

#page_banner .page-header p {
    font-size: 20px;
}

#finance_partner .pic-partner-front {
    width: 225px;
}

#slider1_container a {
    color: #fff;
    line-height: 39px;
    display: block;
    float: left;
    margin-left: 25px;
    position: relative;
}

#slider1_container img {
    width: 22px;
    margin-bottom: 2px;
}

#slider1_container a {
    font-size: 13px;
}
.hero-area{
	position: relative;	
	height: 580px;
    overflow:hidden;
    margin-top: 60px;
}
.hero-area .single-slider {
	background-size:cover;
	background-position:center;
	background-repeat:no-repeat;
	height: 580px;
	position: relative;
	position:relative;
}
.hero-area .slide-text {
	text-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 100%;
	height: 580px;
}
.hero-area .slide-text h1 {
	font-size: 55px;
	font-weight: 900;
	text-transform: uppercase;
	margin-bottom: 20px;
	display: inline-block;
	position: relative;
	/* padding-bottom: 20px; */
    line-height: 40px;
    color: #ffffff;
}
.hero-area .slide-text p {
	font-size: 24px;
    color: #ffffff;
}
.hero-area .slide-text h1 .short {
	font-size: 45px;
	position: relative;
	display: block;
	font-weight: 400;
	margin-bottom:10px;
	text-transform: capitalize;
	color: #ffffff;
	letter-spacing: 4px;
	line-height: initial;
}
/* .hero-area .slide-text h1:before{
    position: absolute;
    text-align: center;
    content: "";
    bottom: -1.5px;
    width: 200px;
    height: 3px;
    left: 50%;
    margin-left: -100px;
} */
.hero-area .slide-text.right{
	text-align:right;
}
.hero-area .slide-text.right h1:before{
	left:auto;
	right:0;
}
.hero-area .slide-text.left{
	text-align:left;
}
.hero-area .slide-text.left h1:before{
	left:0;
	right:auto;
}
/* Slider Button */
.hero-area .single-slider .slide-btn {
	margin-top: 30px;
}
.hero-area .single-slider .slide-btn i{
	margin-left:10px;
}
.hero-area .slide-btn .btn.video-play i {
	margin-left: 10px;
}
.hero-area .waves-block .waves {
	position: absolute;
	width: 90px;
	height: 90px;
	background: rgba(255, 255, 255, 0.3);
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	border-radius: 100%;
	-webkit-animation: waves 3s ease-in-out infinite;
	animation: waves 3s ease-in-out infinite;
	right: -3px;
	top: -22px;
}
.hero-area .waves-block .wave-1 {
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}
.hero-area .waves-block .wave-2 {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}
.hero-area .waves-block .wave-3 {
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
}
/* Slider Nav And Dots */
.hero-area .owl-controls .owl-dots {
	position: absolute;
	left: 50%;
	margin-left: -12px;
	bottom: 40px;
}
.hero-area .owl-controls .owl-dots .owl-dot {
	display: inline-block;
}
.hero-area .owl-controls .owl-dots .owl-dot span {
	width: 12px;
	height: 12px;
	display: block;
	border-radius: 100%;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
	margin: 0 10px 0 0;
}
.hero-area .owl-controls .owl-dots .owl-dot:hover span{
	border-color:transparent;
} 
.hero-area .owl-controls .owl-dots .owl-dot.active span {
	border-color: transparent;
	width: 25px;
	border-radius: 5px;
}
.hero-area .owl-controls .owl-nav div {
	position: absolute;
	top: 50%;
	background: transparent;
	color: #fff;
	border: 0px solid;
	width: 40px;
	height: 90px;
	line-height: 90px;
	padding: 0;
	border-radius: 0px;
	opacity: 1;
	font-size: 32px;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
	margin: -45px 0 0;
}
.hero-area .owl-controls .owl-nav div:hover{
	background:#353535;
}
.hero-area .owl-controls .owl-nav .owl-prev {
	left:0;
	-webkit-transform-origin: left;
	-moz-transform-origin: left;
	transform-origin: left;
	-webkit-transform: perspective(600px) rotateY(90deg);
	-moz-transform: perspective(600px) rotateY(90deg);
	transform: perspective(600px) rotateY(90deg);
	border-radius:0 3px 3px 0;
	visibility:hidden;
	opacity:0;
}
.hero-area:hover .owl-controls .owl-nav .owl-prev{
	-webkit-transform: perspective(600px) rotateY(0deg);
	-moz-transform: perspective(600px) rotateY(0deg);
	transform: perspective(600px) rotateY(0deg);
	visibility:visible;
	opacity:1;
}
.hero-area .owl-controls .owl-nav .owl-next{
	right:0;
	-webkit-transform-origin: right;
	-moz-transform-origin: right;
	transform-origin: right;
	-webkit-transform: perspective(600px) rotateY(-90deg);
	-moz-transform: perspective(600px) rotateY(-90deg);
	transform: perspective(600px) rotateY(-90deg);
	border-radius:3px 0 0 3px;
	visibility:hidden;
	opacity:0;
}
.hero-area:hover .owl-controls .owl-nav .owl-next{
	-webkit-transform: perspective(600px) rotateY(0deg);
	-moz-transform: perspective(600px) rotateY(0deg);
	transform: perspective(600px) rotateY(0deg);
	visibility:visible;
	opacity:1;
}
/* Slider Animation */
.hero-area .owl-item.active .slide-text h1{
	animation: fadeIn 0.6s both 1s;
}
.hero-area .owl-item.active .slide-text p{
	animation: fadeIn 0.6s both 1.2s;
}
.hero-area .owl-item.active .slide-text .btn{
	animation: fadeIn 0.6s both 1.4s;
}

/* Creative Area */
.hero-area.creative .background-layer {
	position: absolute;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.hero-area.creative .single-layer {
	position: absolute;
	background-size: auto auto;
	background-repeat: no-repeat;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.hero-area.creative .single-layer.one {
	background-image:url('images/slider/layer1.png');
	background-position: top 0 left 0;
}
.hero-area.creative .single-layer.two {
	background-image: url('images/slider/layer2.png');
	background-position: top -40% right 0%;
}
.hero-area.creative .single-layer.three {
	background-image: url('images/slider/layer3.png');
	background-position: right 0 bottom 10%;
}
.hero-area.creative .single-layer.four {
	background-image: url('images/slider/layer4.png');
	background-position: left -109px bottom 0%;
}
.hero-area.creative .single-layer.five {

	background-image: url('images/slider/layer5.png');
	background-position: right 15px bottom 20%;
}
.hero-area.creative .owl-item.active .single-layer.one{
	animation: fadeIn 0.8s both 1.2s;
}
.hero-area.creative .owl-item.active .single-layer.two{
	animation: fadeInDown 0.8s both 1.8s;
}
.hero-area.creative .owl-item.active .single-layer.three{
	animation: fadeInRight 0.8s both 1.8s;
}
.hero-area.creative .owl-item.active .single-layer.four{
	animation: slideInLeft 0.8s both 3s;
}
.hero-area.creative .owl-item.active .single-layer.five{
	animation: fadeInDownBig 0.8s both 2.4s;
}
.hero-area.creative .owl-item.active .slide-text h1{
	animation: flipInX 0.8s both 0.8s;
}
.hero-area.creative .single-slider {
	background: #f6f6f6;
	z-index: 2;
}
.hero-area.creative .single-layer img{
	display:inline-block;
	width:auto;
}
.hero-area.creative .slide-text{
	text-align:center;
	padding:0 200px;
}
.hero-area.creative .slide-text h1:before{
	display:none;
}
.hero-area.creative .slide-text h1{
	color:#353535;
	margin:0;
	line-height: 60px;
}
.hero-area.creative .slide-text p{
	color:#555;
}
.hero-area.creative .slide-text .btn i{
	margin-right:10px;
}
.hero-area.creative .video{
	box-shadow:0px 0px 5px #000;
	background:#fff;
}
.hero-area.creative .video iframe{
	padding:5px;
}

/* Animate Text */
.hero-area.animate-text .single-slider{
	position:relative;
}
.hero-area.animate-text .single-slider::before {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0.6;
	content: "";
}
.hero-area.animate-text .single-slider .slide-text h1 {
	margin-bottom: 25px;
}
.hero-area.animate-text .single-slider .slide-text h1 {
	margin: 0;
}
.hero-area.animate-text .single-slider .slide-text h1,
.hero-area.animate-text .single-slider .slide-text span,
.hero-area.animate-text .single-slider .slide-text p{
	color:#fff;
}
.hero-area.animate-text .single-slider .slide-text h1:before{
	display:none;
}
.hero-area.animate-text .single-slider .slide-text p {
	color: #fff;
	font-size: 15px;
}
.hero-area.animate-text .single-slider .slide-text .btn{
	margin-right:10px;
	background:#fff;
	color:#353535;
}
.hero-area.animate-text .single-slider .slide-text .btn:hover{
	color:#fff;
}
.hero-area.animate-text .single-slider .slide-text .btn.primary{
	color:#fff;
}
.hero-area.animate-text .single-slider .slide-text .btn.primary:hover{
	background:#fff;
	color:#353535;
}
.hero-area.animate-text, 
.hero-area.animate-text 
.single-slider, 
.hero-area.animate-text 
.slide-text {
	height: 580px;
}
.hero-area.animate-text .cd-words-wrapper{
	display:block;
	padding:0;
	font-size:30px;
	margin:0 0 10px 0;
}
.hero-area .owl-controls .owl-dots .owl-dot.active span,
.hero-area .owl-controls .owl-dots .owl-dot span,
.hero-area .owl-controls .owl-nav div,
.hero-area.creative .slide-btn .btn.primary,
.hero-area.animate-text .single-slider .slide-text .btn:hover,.header.style3.onepage.sticky .header-inner,
.hero-area.animate-text .single-slider .slide-text .btn.primary,.services .single-sidebar h2::before,.services .single-sidebar ul li.active,.services .single-sidebar.service .caption,.services.single .services-slider .owl-nav div,.services.single .services-slider .owl-nav div:hover,.services.single ul li::before,.why-choose .working-process,.why-choose .why-video .video a,.projects .project-nav ul li.active,.projects .project-nav ul li:hover,.projects .project-head:before,.projects .button .btn:hover,.projects.single .project-content .btn,.projects.single .brochure a,.team .t-icon a,.team .team-details .t-social li  a,.team .single-skill .progress .progress-bar,.pricing-table .single-table .title,.testimonials .owl-controls  .owl-nav div:hover,.newslatter::before,.blog-main .single-blog .blog-head::before,.blog-main .owl-controls .owl-nav div:hover,.blog-main.archive .single-blog.slider .owl-controls .owl-nav div,.blog-main.archive .pagination li:hover a,.blog-main.archive .pagination li.active a,.blog-main.archive.single .blog-info ul li::before,.blog-main .post-tab .nav li:hover a,.blog-main .post-tab .nav li.active a,.blog-main .blog-main button,.blog-main.archive.single .blog-bottom .share li:hover a,.blog-main.archive.single .blog-bottom .prev-next li a,.blog-main .form-group .button,.call-to-action,.about-us .tabs-main .nav-tabs li a::before,.about-us .tab-section .section-title h2::before,.about-us .tabs-main .about-inner .single-image a,.about-us .tabs-main .about-inner .social ul li a,.about-us .tabs-main .skill-tab .progress .progress-bar,.about-us .tabs-main .single-team .t-social li a:hover,.about-us .tabs-main .single-team .t-bottom,.about-us .tabs-main .photo-gallery .caption,.about-us .tabs-main .contact .form-group .button:hover,.call-to-action.dark .btn:hover,.about-us .tab-section.style5 .nav-tabs li a,.our-skill .progress .progress-bar,.faq .faq-title a::after,.coming-soon .subscription-form .cross,.contact .social li a:hover i,.footer .social a,.counter.primary:before,.call-to-action.background:before,.call-to-action.dark .btn:hover,.btn.radius:hover,.about-us .tabs-main .photo-gallery .single-gallery a,
.hero-area .slide-text h1:before,#scrollUp,.header .slicknav_btn,.header.onepage .slicknav_btn{
    background-color: #67be31;
}
.hero-area.creative .slide-text h1 span,.services .single-services:hover h2 a,.services .single-sidebar ul li:hover a,.services.single .img-right .text h4,.why-choose .single-choose i,.why-choose .why-video .video a:hover,.projects .button .btn,.project.single .project-content h2,.counter .counter-single i,.team .t-social li a:hover,.team .t-bottom .t-name,.team .team-details .cross,.team .team-details .t-social li:hover a,.pricing-table .single-table:hover .bg-icon i,.pricing-table .single-table .amount,.testimonials .testimonial-info h6,.testimonials .owl-controls .owl-nav div,.coming-soon .cdown p,.newslatter .form button,.blog-main .single-blog.sticky .blog-info h4 a,.blog-main .blog-info h2:hover a,.blog-main .single-blog.sticky .blog-info h2 a,.blog-main .blog-info .meta span i,.blog-main .owl-controls .owl-nav div,.blog-main.archive .pagination li a,.blog-main.archive.single .blog-info blockquote,.blog-main.archive.single .img-right .text h4,.blog-main .single-sidebar h2,.blog .single-sidebar ul li:hover a,.blog-main .single-sidebar ul li:hover a,.header.style3 .nav li ul .list-menu li:hover a,.blog-main .post-tab .post-info h4:hover a,.blog-main .post-tab .post-info p,.blog-main .category ul li span,.blog-main .blog-comments h2 span,.blog-main .blog-comments h4,.blog-main .single-comments a,.blog-main .form-group i,.call-to-action .btn,.about-us .tabs-main .nav-tabs li.active a,.about-us .tabs-main .nav-tabs li:hover a,.about-us .tabs-main .tab-title,.about-us .tabs-main .about-us .single-image a:hover,.about-us .tabs-main .contact .single-address i,.faq .panel.active .faq-title a,.faq .faq-title h4:hover a,.coming-soon .subscription-form button,.error-page .error-inner h1,.contact .single-address i,.contact .social li a i,.footer li:hover a,.footer li i,.footer .single-tweet i,.footer .footer-top .single-tweet p a:hover,.success .mail h2 span{
	color: #67be31;
}
.owl-theme .owl-nav {
	text-align: center;
	-webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-nav [class*='owl-'] {
    color: #FFF;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: #D6D6D6;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px; }
.owl-theme .owl-nav [class*='owl-']:hover {
    background: #869791;
    color: #FFF;
    text-decoration: none; }
.owl-theme .owl-nav .disabled {
    opacity: 0.5;
    cursor: default; 
}
.owl-theme .owl-nav.disabled + .owl-dots {
	margin-top: 10px; }
.owl-theme .owl-dots {
	text-align: center;
	-webkit-tap-highlight-color: transparent; }
.owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    *display: inline; }
.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #D6D6D6;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity 200ms ease;
    border-radius: 30px; }
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #869791; 
}
.owl-carousel .animated {
    -webkit-animation-duration: 1000ms;
    animation-duration: 1000ms;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
    z-index: 0;
}
.owl-carousel .owl-animated-out {
    z-index: 1;
}
.owl-carousel .fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut;
}
.owl-height {
    -webkit-transition: height 500ms ease-in-out;
    -moz-transition: height 500ms ease-in-out;
    -ms-transition: height 500ms ease-in-out;
    -o-transition: height 500ms ease-in-out;
    transition: height 500ms ease-in-out;
}
.owl-carousel {
    display: none;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    /* position relative and z-index fix webkit rendering fonts issue */
    position: relative;
    z-index: 1;
}
.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
}
.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    /* fix for flashing background */
    -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.owl-carousel.owl-loaded {
    display: block;
}
.owl-carousel.owl-loading {
    opacity: 0;
    display: block;
}
.owl-carousel.owl-hidden {
    opacity: 0;
}
.owl-carousel .owl-refresh .owl-item {
    display: none;
}
.owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.owl-carousel .owl-item img {
    display: block;
    width: 100%;
    -webkit-transform-style: preserve-3d;
}
.owl-carousel.owl-text-select-on .owl-item {
    -webkit-user-select: auto;
    -moz-user-select: auto;
    -ms-user-select: auto;
    user-select: auto;
}
.owl-carousel .owl-grab {
    cursor: move;
    cursor: -webkit-grab;
    cursor: -o-grab;
    cursor: -ms-grab;
    cursor: grab;
}
.owl-carousel.owl-rtl {
    direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
    float: right;
}
.no-js .owl-carousel {
    display: block;
}
.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    -webkit-transition: opacity 400ms ease;
    -moz-transition: opacity 400ms ease;
    -ms-transition: opacity 400ms ease;
    -o-transition: opacity 400ms ease;
    transition: opacity 400ms ease;
}
.owl-carousel .owl-item img {
    transform-style: preserve-3d;
}
.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000;
}
.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url("owl.video.play.png") no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    -webkit-transition: scale 100ms ease;
    -moz-transition: scale 100ms ease;
    -ms-transition: scale 100ms ease;
    -o-transition: scale 100ms ease;
    transition: scale 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
    -webkit-transition: scale(1.3, 1.3);
    -moz-transition: scale(1.3, 1.3);
    -ms-transition: scale(1.3, 1.3);
    -o-transition: scale(1.3, 1.3);
    transition: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
    display: none;
}
.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    -webkit-transition: opacity 400ms ease;
    -moz-transition: opacity 400ms ease;
    -ms-transition: opacity 400ms ease;
    -o-transition: opacity 400ms ease;
    transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
}
/* ================================= */
/* --------- Reponsive  Css  ------- */
/* ================================= */

@media (max-width: 1200px) {
    #rates {
        display: none;
    }
    .officeaddress .addressbox .get-tuch:nth-child(2) {
        display: none !important;
    }
    .callback_bg {
        background-position: center center !important;
        margin-top: 0;
    }
    .social-icons_1{
        text-align: left;
    }
    .social-icons_1 li {
        margin-right: 0;
    }
    .footer_link_1 {
        display: block;
        margin-top: 15px;
    }
    .footer_link_1.pull-right {
        float: none !important;
    }
    .searc_button {
        left: 78%;
    }
}

@media (max-width: 1081px) {
    .searc_button {
        left: 88%;
    }
    #header-top_3 .cool-link_3 {
        display: block;
    }
    #header-top_3 .cool-link_3::after {
        top: -64px;
    }
    #header-top_3 .wrap-sticky .bootsnav ul.nav>li {
        padding: 0 !important;
    }
    #header-top_3 .wrap-sticky .bootsnav ul.nav li a {
        padding: 20px 12px !important;
    }
    h3 {
        font-size: 16px;
        line-height: inherit;
    }
    .latest_news_content p {
        font-size: 13px;
    }
    .recent_project-slider .owl-prev {
        bottom: -75px;
    }
    .recent_project-slider .owl-next {
        bottom: -75px;
    }
    #recent_project .col-md-10.m-t-55,
    #recent_project .col-md-10.m-t-5 {
        display: none;
    }
    .testimonial-detail>p::before {
        display: none;
    }
    .testimonial-detail>p::after {
        display: none;
    }
    #testimonial-slider_2 .item>img {
        display: inline-block;
        width: auto;
    }
    .latest_news_content .latest_news_meta span img {
        width: auto !important;
    }
    .image_text {
        height: 100%;
    }
    .footer_box_1 {
        margin-bottom: 20px;
    }
    .our_company_border {
        display: none;
    }
    .error>img {
        width: 100%;
    }
    .border_left {
        padding: 0 15px;
    }
    .our_team .item .col-md-7 {
        padding: 0 15px;
    }
    .rece_text {
        margin-top: 10px;
    }
    .logistic .pro-video img {
        width: 100%;
    }
    .finance_image>img {
        width: 100%;
    }
    .recent_tabs.finance_nav {
        height: 100%48;
    }
    .latest_box {
        height: 100%;
        width: 100%;
    }
    .updates {
        height: 277px;
    }
    .latest_box i,
    .latest_box_1 i {
        display: none;
    }
    .latest_box span:last-child,
    .latest_box_1 span:last-child {
        display: none;
    }
    .rec-4 {
        display: none !important;
    }
    #team_slider_2 .item {
        overflow: hidden;
    }
    #services .item {
        overflow: hidden;
    }
    .tp-loop-wrap h1 {
        font-size: 48px !important;
        line-height: 48px !important;
    }
    #tablerates {
        width: inherit;
    }
}

@media (max-width: 1024px) {
    #recent_project .col-md-7 {
        width: 100%;
    }
    #recent_project .col-md-5 {
        width: 100%;
    }
    #header-top_3 .navbar-brand .logo-display {
        display: none;
    }
    #header-top_3 .cool-link_3::after {
        top: -60px;
    }
    .our_team .about_box {
        padding: 32px 25px !important;
    }
    #news-section .add-on {
        padding-right: 0;
    }
    #finance_bg_text_2 .feature-box {
        width: 29.333%;
    }
    #finance_bg_text_2 .feature-box p{
        font-size: 12px;
    }
    #finance_bg_text_2 .feature-box i {
        font-size: 30px;
    }
    .latest_news_content p {
        margin: 0;
        margin-bottom: 15px;
    }
    nav.navbar.bootsnav ul.nav>li>a:first-child {
        padding-right: 37px;
    }
    #branches-owl{
        display: none;
    }
    #branches-info .branches .box{
        width: 33%;
    }
    #branches-info .branches .feature_box h3 span {
        margin-right: 8px;
        padding: 2px 7px;
        font-size: 18px;
    }
    #branches-info .branches .feature_box>p {
        font-size: 17px;
    }
    #branches-info .branches .feature_box>h3 {
        font-size: 18px;
    }
    #header-bottom .call-center-box .call-center h2 {
        font-size: 18px;
    }
    #header-bottom .call-center-box .call-center i {
        font-size: 18px;
    }
    #header-bottom .call-center-box h3 {
        font-size: 18px;
    }
    #header-bottom .branch-text-center {
        text-align: right;
    }
}

@media (max-width: 992px) {
    #testimonial-slider {
        margin-bottom: 70px;
    }
    .updates {
        height: 100%;
    }
    #rev_slider_35_1 .tp-leftarrow {
        margin: -20px -25px;
        transform: matrix(1, 0, 0, 1, -82, -40) !important;
    }
    #rev_slider_35_1 .tp-rightarrow {
        margin: -20px -25px;
        transform: matrix(1, 0, 0, 1, -30, -40) !important;
    }
    #rev_slider_3_forcefullwidth .tp-leftarrow {
        margin: -20px -25px;
        transform: matrix(1, 0, 0, 1, 37, 65) !important;
    }
    #rev_slider_3_forcefullwidth .tp-rightarrow {
        margin: -20px -25px;
        transform: matrix(1, 0, 0, 1, -30, 65) !important;
    }
    #header-top_3 nav.navbar.bootsnav .navbar-toggle {
        float: right;
        margin-right: 0;
    }
    #header-top_3 nav.navbar.bootsnav.navbar-fixed {
        padding: 10px 0;
    }
    #header-top_3 nav.navbar .navbar-brand img.logo {
        width: auto;
    }
    #header-top_3 nav.navbar.bootsnav .navbar-nav {
        margin: 26px 0;
    }
    .header_set .col-md-10 {
        text-align: left;
        width: 75%;
    }
    .header_set .col-md-2 {
        width: 25%;
    }
    .home2-header .col-md-4 {
        padding: 0;
    }
    #footer_1 .col-md-6 {
        width: 100%;
        text-align: center;
        padding: 30px 0;
    }
    #footer_1 .col-md-3 {
        width: 100%;
        text-align: center;
    }
    #footer_1 .header-top-links {
        text-align: center;
    }
    .social-icons_1 {
        text-align: left;
    }
    .social-icons_1 li {
        margin-bottom: 5px;
    }
    .footer_botom .col-md-7 {
        text-align: center;
    }
    .footer_botom .col-md-5 {
        text-align: center;
    }
    .our_team .content-right-md img {
        width: 100%;
    }
    .about_box>p:nth-child(4) {
        display: none;
    }
    .our_team .about_box {
        padding: 14px 25px !important;
    }
    .tp-caption h2 {
        font-size: 37px !important;
    }
    .tp-caption h2 span {
        font-size: 37px !important;
    }
    .p_24 {
        font-size: 18px !important;
    }
    .tp-loop-wrap h1 {
        font-size: 28px !important;
        line-height: 28px !important;
    }
}

@media (max-width: 770px) {
    .about_box>p:nth-child(4) {
        display: block;
    }
    #funfacts .col-md-4 {
        width: 100%;
        text-align: center;
    }
    #funfacts .col-md-8 {
        width: 100%;
        text-align: center;
    }
    #header-bottom .col-md-10 {
        display: none;
    }
    .p-56,
    .p-48 {
        font-size: 18px !important;
        line-height: 18px !important;
    }
    .tp-caption span {
        font-size: 18px !important;
        line-height: 18px !important;
    }
    .tp-loop-wrap h1 {
        font-size: 18px !important;
        line-height: 18px !important;
    }
    #bg_text .bg_text_box {
        display: inline-block;
        margin-right: 15px;
    }
    .logistic .recent_project-slider.owl-carousel.owl-theme {
        margin-top: 25px;
    }
    .copmany_image {
        margin-bottom: 50px;
    }
    #call_back .zelected::after {
        right: 8%;
    }
    .logistic .testimonial-detail>p {
        padding: 10px;
    }
    #testimonial-slider .item {
        padding-bottom: 15px;
    }
    .recent_project_3_slider .owl-buttons {
        display: none;
    }
    .rece_text_2 {
        margin-top: 15px;
    }
    .navbar-header .res-5 {
        top: -4px !important;
    }
    .btn-light {
        padding: 16px 34px;
    }
    #header-bottom {
        border-bottom: 1px solid #e7e7e7;
    }
    #recent_project .navbar-toggle {
        color: #fff;
        top: -45px;
        font-size: 22px;
    }
    #call_back .zelected::after {
        bottom: 31.5%;
    }
    .freight_text {
        margin-bottom: 50px;
    }
    .recent_project-slider .owl-prev,
    .recent_project-slider .owl-next {
        display: none;
    }
    nav.navbar .navbar-brand img.logo {
        width: 100%;
        float: left !important;
    }
    #header-top_3 .wrap-sticky .navbar-brand {
        padding: 3px 15px;
        margin: 10px 0 !important;
    }
    nav.navbar.bootsnav .navbar-toggle {
        float: right;
        margin-right: 8px;
        margin-top: 6px;
    }
    .bg-white {
        height: 100%;
    }
    .tab-content {
        text-align: center;
    }
    .collapse.navbar-collapse {
        height: 100% !important;
    }
    .attr-nav {
        margin: 0;
    }
    .attr-nav .search {
        margin-right: 32px;
    }
    #search input[type="search"] {
        left: 0;
        width: 100%;
    }
    .searc_button {
        right: 0;
    }
    .owl-carousel .owl-item img {
        transform-style: preserve-3d;
        width: 100%;
    }
    .owl-carousel .owl-item img {
        display: inline-block;
        width: 100%;
    }
    .header_set {
        display: none;
    }
    .shop_social_icons {
        margin-left: 47%;
    }
    #our_team_slider .owl-controls {
        left: 45%;
    }
    .over_image>img {
        display: none;
    }
    .latest_box {
        height: 100%;
        width: auto;
        margin-bottom: 30px;
    }
    #footer_1 .social-icons.text-right {
        text-align: center;
        margin-top: 30px;
    }
    .footer_logo {
        margin-bottom: 30px;
    }
    #footer_1 p {
        color: #fff;
    }
    .broker_box {
        margin-top: 50px;
    }
    #s_services .owl-controls.clickable {
        right: 0;
        top: -111px;
    }
    #s_services .services {
        margin-bottom: 30px;
    }
    .updates {
        height: 100%;
    }
    #testimonial-slider {
        margin-bottom: 80px;
    }
    #team {
        top: 46px;
    }
    #finance_bg_text_2,
    .finance_bg_text,
    #recent_project,
    #bg_text,
    #logistic_bg_text_3,
    #background_para {
        background-position: center center !important;
    }
    .heading_border_1 {
        left: 44%;
        top: 0;
        transform: translate(46%, -39%);
    }
    #testimonial-slider_2 .owl-pagination {
        bottom: -7px;
        left: -55px;
    }
    .footer_botom .col-md-6.text-right>p {
        position: relative;
        top: -12px;
    }
    .footer_botom .col-md-6>p {
        position: relative;
        top: 16px;
    }
    #header-top_3 .cool-link_3::after {
        top: 0;
    }
    .officeaddress .addressbox .get-tuch:last-child {
        display: none !important;
    }
    #header-bottom .col-md-9 {
        display: inline-block;
        width: auto;
        float: right;
    }
    #header-bottom .col-md-3 {
        display: inline-block;
        width: auto;
        float: left;
    }
    #branches-owl{
        display: none;
    }
    #branches-info .branches .box{
        width: 49.7%;
    }
    #branches-info .branches .feature_box h3 span {
        margin-right: 8px;
        padding: 2px 7px;
        font-size: 20px;
    }
    #branches-info .branches .feature_box>p {
        font-size: 17px;
    }
    #branches-info .branches .feature_box>h3 {
        font-size: 20px;
    }
}

@media (max-width: 760px) {
    #header-top .col-md-8 {
        margin-top: -35px;
    }
    #footer .col-xs-12 {
        width: 50%;
    }
}

@media (max-width: 740px) {
    #header-top .col-md-8 {
        margin-top: -46px;
        padding-bottom: 20px;
    }
    .home2-header .col-md-4 {
        padding-left: 25px;
    }
    .home2-header .col-md-8 {
        margin-top: -26px !important;
        padding-bottom: 10px;
    }
    #s_services .owl-controls.clickable {
        display: none;
    }
    #header-top .cont_office {
        display: none;
    }
    .p-0 {
        padding: 10px 0;
    }
    .bg-white {
        text-align: left;
        border-bottom: 1px solid #e0e0e0;
    }
    #latest_news .col-md-4 {
        padding-left: 15px;
    }
    .footer_botom p {
        text-align: center;
    }
    .call_box {
        height: 100%;
    }
    #finance_partner .media-body,
    #finance_partner .media-left,
    .media-right {
        display: block;
    }
    #finance_partner .media-left.media-middle img {
        margin-bottom: 15px;
    }
    .m-b-110 {
        margin-bottom: 0;
    }
    .counter span {
        font-size: 45px;
    }
    .attr-nav ul li a.dropdown-toggle {
        display: none;
    }
    .attr-nav {
        right: 0;
    }
    #latest_news .col-md-8 {
        margin-bottom: 50px;
    }
    #latest_news .owl-controls {
        left: 39%;
        position: absolute;
        bottom: -11px;
    }
    #contact-us .contact-text {
        width: 100%;
        margin-bottom: 20px;
        position: unset;
    }
    .footer_botom .col-md-6>p {
        position: relative !important;
        top: 12px !important;
    }
}

@media (max-width: 669px) {
    .popup_text {
        width: 100%;
    }
    .popup_image {
        display: none;
    }
    #header-bottom .get-tuch {
        margin-left: 0;
    }
    .banner_3_box p {
        line-height: 18px !important;
    }
    .tp-caption h2 {
        font-size: 20px !important;
    }
    .tp-caption h2 span {
        font-size: 20px !important;
    }
}

@media (max-width: 480px) {
    #footer .col-xs-12 {
        width: 100%;
    }
    #header-bottom .branch-text-center {
        display: none;
    }
    .home2-header .col-md-4 {
        padding-left: 0px;
        text-align: center;
    }
    #header-top .text-right {
        text-align: center;
        margin-top: 35px;
    }
    #header-top .col-md-8 {
        padding-bottom: 0px;
    }
    #services .about_box_remmitance h2 {
        margin: 10px 0 10px 0;
        font-size: 28px;
    }
    #branches-info .branches-slider .feature_box .footer_feature_box {
        margin-bottom: 30px;
    }
    #branches-owl{
        display: block;
        opacity: 1;
    }
    #branches-row{
        display: none;
    }
    #branches-info .owl-controls.clickable {
        right: 0px;
        display: block;
    }
    #branches-info .branches .box {
        width: 100%;
    }
    .latest_news_item {
        background: #fff;
        margin-bottom: 60px;
        min-height: 600px;
    }
    .tp-caption p {
        display: none;
    }
    .bg-white {
        height: 100%;
    }
    .toggle .toggle-heading a {
        height: 100%;
    }
    .collapse.navbar-collapse {
        height: 100% !important;
    }
    .attr-nav {
        margin: 0;
    }
    .attr-nav .search {
        margin-right: 32px;
    }
    #search input[type="search"] {
        left: 0;
        width: 100%;
    }
    .searc_button {
        right: 0;
    }
    .services h3 span {
        transition: all 0.7s ease 0s;
        margin-right: 4px;
    }
    h3 {
        font-size: 17px;
    }
    .feature_box {
        margin-bottom: 30px;
    }
    .shop_social_icons {
        margin-left: 0;
    }
    #finance_bg_text_2 .feature-box {
        display: block;
        width: inherit;
    }
    #header-bottom .logo-utama {
        display: block;
        margin: 10px auto;
    }
    #tablerates {
        width: inherit;
    }
    #tablerates .heading>h2 {
        font-size: 25px;
    }
    #tablerates .refresh{
        line-height: 2;
        font-size: 14px;
    }
    #tablerates .time,
    #tablerates .date {
        font-size: 14px;
    }
    #tableExchange tr.head {
        font-size: 12px;
    }
    #tableExchange tr.body {
        font-size: 16px;
    }
    #tableExchange tr.body td.kodenegara img {
        width: 20%;
    }
    .social-icons_1 {
        text-align: left;
    }
    .social-icons_1 li {
        margin-left: 10px;
    }
    #latest_news .owl-pagination {
        left: 0;
    }
    #services .about_box {
        height: auto;
    }
    #services .about_box_remmitance {
        height: auto;
    }
    #services .content-right-md {
        height: auto;
        width: auto;
    }
    #services .content-right-md .pic-services-front {
        width: 100%;
    }
    .services-front .item {
        margin: 0 0 50px !important;
    }
}

@media (max-width: 370px) {
    #header-top .header-top-links {
        display: block;
    }
    #tablerates {
        width: inherit;
    }
    #header-bottom .box-logo-utama{
        display: inline-block;
    }
    #header-bottom .box-logo-utama .logo-utama{
        width: 125px;
        height: 83px;
    }
    #header-bottom .call-center-box{
        display: inline-block;
        margin-top: 10px;
    }
    
}