
/*================================================
01 - IMPORTED CSS
==================================================*/
@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700');
@import url('https://fonts.googleapis.com/css?family=Raleway:300,300i,400,500,600,700,700i');

/*================================================
02 - DEFAULT CSS
==================================================*/ 

body {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    line-height: 26px;
    color: #333;
    font-weight: 400
}
html,body { 
    height: 100%;
}
img {
    max-width: 100%;
    height: auto
}
.construct-btn{
    background: #fbb908 none repeat scroll 0 0;
    color: #fff;
    display: inline-block;
    font-weight: 600;
    letter-spacing: 1px;
    padding: 10px 15px;
    text-transform: uppercase;
}
.construct-btn:hover{
    background: #2a2a2a none repeat scroll 0 0;
    color: #fff
}
.section-heading {
    margin: 0 auto 30px;
    text-align: center;
    width: 60%;
}
.section-heading > h4 {
    color: #737a7f;
    display: block;
    font-size: 15px;
    font-weight: bold;
    letter-spacing: 4px;
    margin-bottom: 10px;
    text-transform: uppercase;
}
.section-heading > h2 {
    color: #333;
    font-family: "Raleway",sans-serif;
    font-size: 32px;
    font-weight: 700;
    letter-spacing: 2px;
    margin-bottom: 10px;
    text-transform: capitalize;
}
h1, h2, h3, h4, h5, h6, p {
    margin: 0;
    padding: 0;
}
a{
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    color: inherit
}
a:focus {
    text-decoration: none;
    outline: medium none;
    color: inherit
}
a:hover {
    color: inherit;
    text-decoration: none;
    color: inherit
}
ul, ol {
    margin: 0;
    padding: 0;
}
li {
    list-style-type: none;
}
.section_100 {
    padding: 100px 0;
}
.section_50 {
    padding: 50px 0;
}
.section_20{
    padding: 20px 0
}
.section_15{
    padding: 15px 0
}
.section_10{
    padding: 10px 0
}
.pad-right{
    padding-right: 0
}
.section_t_100{
    padding-top: 100px
}
.section_b_70{
    padding-bottom: 70px
}
.section_t_70{
    padding-top: 70px
}
.section_b_100{
    padding-bottom: 100px
}
/*================================================
03 - SITE PRELOADER CSS
==================================================*/

.construct-site-preloader {
    background: #2a2a2a none repeat scroll 0 0;
    height: 100%;
    position: fixed;
    width: 100%;
    z-index: 9999;
}
.sk-cube-grid {
    height: 40px;
    left: 50%;
    margin: -20px 0 0 -20px;
    position: absolute;
    top: 50%;
    width: 40px;
    -webkit-transition: .5s;
    transition: .5s;    
}

.sk-cube-grid .sk-cube {
    width: 33%;
    height: 33%;
    background-color: #fbb908  ;
    float: left;
    -webkit-animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
    animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out; 
}
.sk-cube-grid .sk-cube1 {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s; }
.sk-cube-grid .sk-cube2 {
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s; }
.sk-cube-grid .sk-cube3 {
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s; }
.sk-cube-grid .sk-cube4 {
    -webkit-animation-delay: 0.1s;
    animation-delay: 0.1s; }
.sk-cube-grid .sk-cube5 {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s; }
.sk-cube-grid .sk-cube6 {
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s; }
.sk-cube-grid .sk-cube7 {
    -webkit-animation-delay: 0s;
    animation-delay: 0s; }
.sk-cube-grid .sk-cube8 {
    -webkit-animation-delay: 0.1s;
    animation-delay: 0.1s; }
.sk-cube-grid .sk-cube9 {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s; }

@keyframes sk-cubeGridScaleDelay {
    0%, 70%, 100% {
        -webkit-transform: scale3D(1, 1, 1);
        transform: scale3D(1, 1, 1);
    } 35% {
        -webkit-transform: scale3D(0, 0, 1);
        transform: scale3D(0, 0, 1); 
    }
}

@keyframes sk-cubeGridScaleDelay {
    0%, 70%, 100% {
        -webkit-transform: scale3D(1, 1, 1);
        transform: scale3D(1, 1, 1);
    } 35% {
        -webkit-transform: scale3D(0, 0, 1);
        transform: scale3D(0, 0, 1); 
    }
}

@keyframes sk-cubeGridScaleDelay {
    0%, 70%, 100% {
        -webkit-transform: scale3D(1, 1, 1);
        transform: scale3D(1, 1, 1);
    } 35% {
        -webkit-transform: scale3D(0, 0, 1);
        transform: scale3D(0, 0, 1); 
    }
}

@keyframes sk-cubeGridScaleDelay {
    0%, 70%, 100% {
        -webkit-transform: scale3D(1, 1, 1);
        transform: scale3D(1, 1, 1);
    } 35% {
        -webkit-transform: scale3D(0, 0, 1);
        transform: scale3D(0, 0, 1);
    } 
}

/*================================================
04 - PAGINATION CSS
==================================================*/ 

.pagination {
    margin: 50px 0 0;
}
.pagination-box {
    text-align: center;
}
.pagination a {
    color: #000 !important;
    border: 1px solid #fbb908  !important;
    font-weight: 500
}
.pagination .active > a, .pagination a:hover {
    background: #fbb908  none repeat scroll 0 0 !important; 
    color: #fff !important
}
.pagination > li {
    display: inline-block;
    margin: 0 2px;
}


/*================================================
05 - BREADCROMB CSS
==================================================*/ 
.construct-breadcromb-area {
    background: url(../img/breadcromb.jpg) no-repeat scroll 0 0/cover;
    text-align: center;
    position: relative;
    z-index: 11
}
.construct-breadcromb-area:before {
    background: #000 none repeat scroll 0 0;
    content: "\"";
    height: 100%;
    left: 0;
    opacity: 0.45;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=45)";
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}
.breadcromb > h2 {
    color: #fff;
    font-family: "Raleway",sans-serif;
    font-size: 40px;
    font-weight: 700;
    letter-spacing: 2px;
    margin-bottom: 20px;
    text-transform: uppercase;
}
.breadcromb ul {
    margin-top: 10px;
}
.breadcromb ul li {
    color: #ffffff;
    display: inline-block;
    font-family: "Raleway",sans-serif;
    font-weight: 600;
    margin: 0 5px;
    text-transform: capitalize;
    font-size: 15px
}
.breadcromb ul li a {
    font-weight: 600;
    color: #fbb908  
}
.breadcromb ul li a:hover{
    color: #fff 
}

/*================================================
06 - REPONSIVE MENU CSS
==================================================*/ 
.construct-responsive-menu{
    display: none;
    position: absolute;
    right: 0;
    top: 0px;
    width: 100%;
    z-index: 999;
}
.slicknav_nav a{
    font-size: 16px;
    margin: 0;
    text-transform: capitalize;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    color: #000
}
.slicknav_menu {
    background: transparent;
}
.slicknav_menutxt {
    display: none !important;
}
.slicknav_arrow {
    float: right;
    color: #000
}
.slicknav_nav a:hover{
    border-radius: 0;
}
.slicknav_nav .slicknav_row:hover{
    border-radius: 0
}
.slicknav_nav a:hover, .slicknav_nav .slicknav_row:hover {
    background: #fbb908  none repeat scroll 0 0;
    color: #fff
}
.slicknav_nav li {
    border-bottom: 1px solid #aaa;
}
.slicknav_nav li:last-child{
    border-bottom: 0px solid #aaa
}
.slicknav_nav {
    background: #fff none repeat scroll 0 0;
    border-top: 1px solid #e5aa0a ;
    box-shadow: 0 0 8px rgba(34, 30, 31, 0.3);
}
.slicknav_btn{
    background-color: transparent !important;
    float: left;
    margin: 0;
    line-height: 0;
}
.slicknav_menu .slicknav_icon {
    float: none !important;
    margin: 0
}
.slicknav_icon-bar {
    height: 3px !important;
    margin: 5px 0;
    width: 30px !important;
}
.slicknav_menu .slicknav_icon-bar {
    background-color: #fff ;
}

/*================================================
07 - BTN TO TOP CSS
==================================================*/

.btntoTop:before {
    color: #fff;
    content: "";
    display: inline-block;
    font: 20px "FontAwesome";
    vertical-align: middle;
}
.btntoTop {
    background-color: #2c3e50;
    border: 2px solid #2c3e50;
    border-radius: 2px;
    bottom: 30px;
    cursor: pointer;
    height: 44px;
    line-height: 36px;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    position: fixed;
    right: 30px;
    text-align: center;
    -webkit-transition: opacity 0.4s ease 0s;
    transition: opacity 0.4s ease 0s;
    width: 44px;
    z-index: 999;
}
.btntoTop.active {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s
}
.btntoTop.active:hover {
    background: #fbb908 none repeat scroll 0 0 ;
    border: 2px solid #fbb908 ;
    opacity: 0.8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}
.btntoTop.active.btntoTop:hover:before {
    color: #fff
}

/*================================================
08 - HEADER TOP AREA CSS
==================================================*/ 

.header-top-area {
    background: #2d3e50 none repeat scroll 0 0;
    color: #fff;
    position: relative
}
.header-top-overlay:before {
    border-color: #fbb908 transparent;
    border-style: solid;
    border-width: 0 35px 47px;
    content: "";
    left: -35px;
    position: absolute;
}
.header-top-overlay {
    background: #fbb908 none repeat scroll 0 0;
    height: 100%;
    position: absolute;
    right: 0;
    top: 10px;
    width: 45%;
}
.header-top-left {
    padding: 10px 0;
}
.header-top-right > ul {
    padding-top: 20px;
    text-align: right;
}
.header-top-right li{
    display: inline-block
}
.header-top-right a {
    display: block;
    padding: 0 7px;
    font-size: 15px
}
.header-top-right a:hover{
    color: #2d3e50 
}

/*================================================
09 - HEADER LOGO AREA CSS
==================================================*/ 

.header-logo-area {
    padding: 20px 0 45px;
}
.logoright-section {
    float: right;
    padding-top: 20px;
}
.single-logo-right {
    float: left;
    margin-right: 30px;
}
.single-logo-right:last-child {
    margin-right: 0px;
}
.logo-right-icon {
    border: 1px solid #ddd;
    color: #fbb908;
    float: left;
    font-size: 23px;
    height: 45px;
    line-height: 43px;
    margin-right: 10px;
    text-align: center;
    width: 45px;
}
.logo-right-text {
    overflow: hidden;
}
.logo-right-text > h4 {
    color: #000;
    text-transform: capitalize;
}

/*================================================
10 - MAINMENU AREA CSS
==================================================*/ 

.construct-header-area {
    position: relative;
}
.mainmenu-area {
    margin-top: -30px;
    position: absolute;
    width: 100%;
    z-index: 999;
}
.menu-box {
    background: #121d25 none repeat scroll 0 0;
    min-height: 55px;
}
.mainmenu li {
    display: inline-block;
    position: relative
}
.mainmenu li ul{
    border-top: 2px solid #fbb908 ;
    position: absolute ;
    width: 200px;
    top: 120%;
    left: 0;
    z-index: -9;
    visibility: hidden;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    background: #121d25 none repeat scroll 0 0;
    -webkit-transition: all 0.4s ease 0s;
    transition:  all 0.4s ease 0s
}
.mainmenu li:hover ul{
    visibility: visible;
    z-index: 9;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    top: 100%
}
.mainmenu li ul li{
    display: block;
    border-bottom: 1px solid #0a0909;
}
.mainmenu li ul li:last-child{
    border-bottom: 0px solid #0a0909;
}
.mainmenu li ul li a{
    color: #eee;
    padding: 10px
}
.mainmenu ul li:hover > a {
    color: #fbb908;
}
.mainmenu li > a {
    display: block;
    font-weight: 600;
    padding: 14px 10px;
    text-transform: uppercase;
    color: #fff
}
.mainmenu li > a:hover, .mainmenu li.current-page-item > a{
    color: #fbb908
}
.search_icon {
    color: #fff;
    cursor: pointer;
    float: right;
    text-align: center;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    width: 25px;
    margin-top: 13px;
    position: relative;
    z-index: 999
}
.modal-open .modal {
    background: #000 none repeat scroll 0 0;
    overflow-y: scroll;
}
.modal-content {
    border-radius: 0;
}
.modal-body {
    padding: 0;
}
.modal-body {
    padding: 0;
}
.search_box_container form{
    position: relative;
    height: 60px
}
.search_box_container form input {
    height: 100%;
    left: 0;
    padding: 5px 10px;
    position: absolute;
    width: 88%;
    color: #000;
    font-weight: 500
}
.search_box_container form button {
    background: #313131 none repeat scroll 0 0;
    border: medium none;
    color: #fff;
    height: 100%;
    position: absolute;
    right: 0;
    width: 12%;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s
}
.search_box_container form button:hover{
    background: #fbb908 none repeat scroll 0 0
}
.modal-dialog{
    margin: 20% auto
}

/*================================================
11 - SLIDER AREA CSS
==================================================*/ 

.construct-main-caption{
    background: rgba(28, 28, 28, 0.5) none repeat scroll 0 0;
    z-index: 99;    
}
.construct-main-slide {
    background-color: #eee;
    background-position: center center ;
    background-size: cover ;
}
.construct-main-caption{
    display: table;
    height: 100%;
    width: 100%;
}
.construct-caption-cell {
    display: table-cell;
    vertical-align: middle;
    text-align: left;
}
.construct-main-caption h2 {
    color: #fff;
    font-family: "Raleway",sans-serif;
    font-size: 42px;
    font-weight: 900;
    letter-spacing: 2px;
    text-transform: uppercase;
}
.construct-main-caption h2 span {
    color: #fbb908;
    display: block;
}
.construct-main-caption p {
    color: #fff;
    font-size: 18px;
    letter-spacing: 1px;
    margin: 20px 0;
    text-transform: capitalize;
}
.construct-main-caption a {
    margin: 0 5px;
}
.construct-slide .owl-nav > .owl-prev{
    visibility: hidden;
    -webkit-transition: all 0.3s cubic-bezier(.83, .8, .11, .64) 0s;
    transition: all 0.3s cubic-bezier(.83, .8, .11, .64) 0s;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}
.construct-slide:hover .owl-nav > .owl-prev{
    visibility: visible;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.construct-slide .owl-nav > .owl-next{
    visibility: hidden;
    -webkit-transition: all 0.3s cubic-bezier(.83, .8, .11, .64) 0s;
    transition: all 0.3s cubic-bezier(.83, .8, .11, .64) 0s;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    
}
.construct-slide:hover .owl-nav > .owl-next{
    visibility: visible;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.construct-slide .owl-prev {
    background: #fff none repeat scroll 0 0;
    border-radius: 0;
    color: #333;
    font-size: 30px;
    height: 80px !important;
    line-height: 70px;
    padding: 5px 5px 5px 5px;
    position: absolute;
    text-align: center;
    top: 45%;
    width: 45px;
    left: 0
}
.construct-slide .owl-next {
    background: #fff none repeat scroll 0 0;
    border-radius: 0;
    color: #333;
    font-size: 30px;
    height: 80px !important;
    line-height: 70px;
    padding: 5px 5px 5px 5px;
    position: absolute;
    text-align: center;
    top: 45%;
    width: 45px;
    right: 0
}
.construct-slide .owl-prev:hover, .construct-slide .owl-next:hover{
    background: #fbb908 none repeat scroll 0 0;
    color: #fff;
}

/*================================================
12 - SERVICE AREA CSS
==================================================*/ 

.single-service{
    margin-top: 30px
}
.service-text {
    border: 1px solid #ddd;
    padding: 25px 20px;
}
.service-image img {
    width: 100%;
}
.service-text > h3 {
    color: #333;
    display: inline-block;
    font-family: "Raleway",sans-serif;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 2px;
    margin-bottom: 5px;
    text-transform: capitalize;
}
.service-text a:hover{
    color: #fbb908
}

/*================================================
13 - ABOUT BOTTOM AREA CSS
==================================================*/ 

.construct-about-bottom-area {
    background: rgba(0, 0, 0, 0) url("../img/jumbotron-1.jpg") no-repeat scroll 0 0 / cover ;
    color: #333;
}
.about-bottom-one > h3 {
    color: #000;
    font-family: "Raleway",sans-serif;
    font-size: 25px;
    font-weight: 700;
    letter-spacing: 2px;
    margin-bottom: 10px;
    text-transform: capitalize;
}
.about-bottom-one {
    margin-bottom: 20px;
    margin-top: 0;
}
.single-about-list {
    display: inline-block;
    margin-bottom: 5px;
}
.about_icon {
    background: #212121 none repeat scroll 0 0;
    color: #fff;
    float: left;
    font-size: 26px;
    height: 70px;
    line-height: 67px;
    margin-right: 15px;
    text-align: center;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    width: 70px;
}
.single-about-list:hover .about_icon {
    background: #fbb908 none repeat scroll 0 0;
}
.about_text {
    overflow: hidden;
}
.about_text > h4 {
    font-size: 17px;
    font-weight: 600;
    margin: 7px 0;
    text-transform: capitalize;
}

/*================================================
14 - PROJECT AREA CSS
==================================================*/ 

.project-btn {
    display: block;
    margin: 0 0 15px;
    text-align: center;
}
.project-btn > a {
    border: medium none;
    border-radius: 10px;
    color: #333;
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    margin: 0 5px;
    padding: 5px 15px;
    text-transform: uppercase;
}
.project-btn > a.current {
    cursor: default;
}
.project-btn > a:hover, .project-btn > a.current{
    background: #212121 none repeat scroll 0 0;
    color: #fff;
}
.element-item {
    float: left;
    margin: 30px 0 0;
    padding: 0 15px;
    width: 33.33%;
}
.project-single-item{
    position: relative;
    overflow: hidden
}
.img-responsive{
    width: 100%
}
.project-img-overlay {
    background-color: rgba(2, 0, 0, 0.87);
    bottom: 0;
    color: #fff;
    left: 0;
    padding: 20px;
    position: absolute;
    text-align: left;
    -webkit-transform: translate3d(0px, 100%, 0px);
            transform: translate3d(0px, 100%, 0px);
    transition: transform 0.35s ease 0s, -webkit-transform 0.35s ease 0s;
    width: 100%;
}
.project-single-item:hover .project-img-overlay {
    -webkit-transform: translate3d(0px, 0px, 0px);
            transform: translate3d(0px, 0px, 0px);
}
.project-img-overlay > h4 {
    font-family: "Raleway",sans-serif;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: capitalize;
}


/*================================================
15 - HIRE AREA CSS
==================================================*/ 

.construct-hire-area {
    background: url("../img/hire-bg.jpg")no-repeat fixed center center/cover;
    position: relative
}
.hire-bg{
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(33, 33, 33, 0.76) none repeat scroll 0 0
}
.construct-hire-area .construct-hire-left:before {
    background: #fbb908 none repeat scroll 0 0;
    content: " ";
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 2000px;
    z-index: 9999;
}
.construct-hire-left {
    padding: 50px 0;
}
.construct-hire-right {
    text-align: right;
}
.construct-hire-right a {
    margin: 41px 0;
}
.hire-overlay {
    border-bottom: 64px solid transparent;
    border-color: transparent transparent transparent #fbb908 ;
    border-left: 40px solid #fbb908 ;
    border-style: solid;
    border-top: 64px solid transparent;
    content: "";
    display: block;
    left: 100%;
    position: absolute;
    top: 0;
}
.construct-hire-left > h3 {
    color: #fff;
    display: inline-block;
    font-family: "Raleway",sans-serif;
    font-weight: 600;
    left: 90px;
    position: relative;
    text-transform: capitalize;
    z-index: 9999999;
}
.hire-icon {
    color: #333;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-size: 80px;
    left: 0;
    opacity: 0.27;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=27)";
    position: absolute;
    top: 20px;
    z-index: 9999;
}

/*================================================
16 - QUOTE AREA CSS
==================================================*/ 

.quote-right .section-heading {
    margin: 0;
    text-align: left;
    width: 75%;
}
.quote-left {
    background: #212121 none repeat scroll 0 0;
    color: #fff;
    padding: 30px;
}   
.quote-left input {
    background: #fff none repeat scroll 0 0;
    border: medium none;
    color: #000;
    height: 40px;
    padding: 5px 10px;
    width: 100%;
}
.quote-left textarea {
    background: #fff none repeat scroll 0 0;
    border: medium none;
    color: #000;
    height: 100px;
    padding: 10px;
    width: 100%;
}
.quote-left button{
    background: #fbb908 none repeat scroll 0 0;
    border: medium none;
    color: #fff;
    display: block;
    font-weight: 600;
    letter-spacing: 1px;
    margin: 0 auto;
    padding: 10px 15px;
    text-transform: uppercase;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s
}
.quote-left button:hover{
    background: #2a2a2a none repeat scroll 0 0
}
.quote-left label {
    font-weight: 600;
    text-transform: capitalize;
}
.quote-left p {
    margin: 5px 0;
}
.quote-star li {
    display: inline-block;
    font-size: 30px;
    margin: 0 25px;
    color: #fbb908 ;
    opacity: 0.6;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)"
}
.quote-star > ul {
    text-align: center;
}
.quote-star {
    margin-top: 30px;
}
.big-star {
    font-size: 70px !important;
}

/*================================================
17 - TESTIMONIAL AREA CSS
==================================================*/ 

.construct-testimonial-area {
    background: rgba(0, 0, 0, 0) url("../img/quote.jpg") no-repeat scroll 0 0 / cover ;
    position: relative;
}
.testimonial-overlay{
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    left: 0;
    background: rgba(34, 34, 34, 0.96) none repeat scroll 0 0
}
.single-testimonial {
    color: #fff;
    margin: 0 auto;
    text-align: center;
    width: 70%;
}
.testimonial-img-left {
    height: 100%;
    margin: 0 auto;
    width: 100px;
}
.testimonial-img-right > h3 {
    color: #fbb908;
    display: inline-block;
    font-size: 18px;
    font-weight: 600;
    margin-top: 25px;
    text-transform: uppercase;
}
.testimonial-img-right > p {
    font-weight: 600;
    text-transform: uppercase;
}
.testimonial-text {
    margin-top: 15px;
}
.owl-dots {
    margin-top: 30px;
    text-align: center;
}
.owl-dots .owl-dot {
    display: inline-block;
}
.owl-theme .owl-dots .owl-dot span {
    -webkit-backface-visibility: visible;
            backface-visibility: visible;
    background: #fff none repeat scroll 0 0;
    border-radius: 30px;
    display: block;
    height: 3px;
    margin: 5px 7px;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    width: 10px;
}
.owl-dots .owl-dot.active span, .owl-dots .owl-dot:hover span {
    background: #fbb908 none repeat scroll 0 0;
}

/*================================================
18 - BLOG AREA CSS
==================================================*/ 

.construct-latest-blog-area {
    background: #f9f9f9 none repeat scroll 0 0;
}
.single-blog {
    border: 1px solid #ddd;
    background: #fff none repeat scroll 0 0;
    margin-bottom: 30px
}
.blog-img img {
    width: 100%;
}
.blog-heading {
    border-bottom: 1px solid #ddd !important;
    padding: 15px 10px;
}
.blog-heading > h3 {
    font-size: 18px;
    font-weight: 500;
    text-transform: capitalize;
}
.blog-comnt {
    border-bottom: 1px solid #ddd;
    padding: 15px 10px;
}
.blog-comnt > p {
    display: inline-block;
    font-weight: 500;
    margin-right: 15px;
}
.blog-details {
    padding:10px 10px 20px;
}
.blog-comnt p i {
    color: #fbb908;
    font-size: 15px;
    margin-right: 5px;
}   
.blog-heading a:hover{
    color: #fbb908;
}
.blog-page-post .blog-heading {
    padding: 20px;
}
.blog-page-post .blog-comnt {
    padding: 20px;
}
.blog-page-post .blog-details {
    padding: 20px;
}
.blog-page-post .blog-heading > h3 {
    color: #000;
    font-size: 20px;
}

/*================================================
19 - PARTNERS AREA CSS
==================================================*/ 

.single-partners img {
    opacity: 0.4;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
.single-partners img:hover {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

/*================================================
20 - FOOTER AREA CSS
==================================================*/ 

.construct-footer-top-area {
    background: #1e1e1e none repeat scroll 0 0;
    color: #999;
}
.single-footer{
    margin: 0
}
.single-footer img {
    margin-bottom: 15px;
}
.footer-social-icon {
    margin-top: 30px;
}
.footer-social{
    margin-top: 20px
}
.footer-social > li{
    display: inline-block;
}
.footer-social li a{
    background-color: #333333;
    border-radius: 50%;
    color: #777;
    display: block;
    font-size: 18px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    width: 40px;
}
.fb:hover {
    background: #4b6ea9 none repeat scroll 0 0;
    color: #fff;
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg)
}
.twitter:hover {
    background: #65bbf2 none repeat scroll 0 0;
    color: #fff;
        -webkit-transform: rotate(360deg);
            transform: rotate(360deg)
}
.gp:hover {
    background: #dd4d41 none repeat scroll 0 0;
    color: #fff;
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg)
}
.linkedin:hover {
    background: #0075b5 none repeat scroll 0 0;
    color: #fff;
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg)
}
.single-footer > h3, .footer-social-icon > h3 {
    color: #eee;
    font-size: 17px;
    font-weight: 700;
    margin-bottom: 15px;
    margin-top: 15px;
    text-transform: uppercase;
}
.footer-widget > li {
    border-bottom: 1px dashed #999;
}
.footer-widget > li:last-child{
    border-bottom: 0px dashed #999;
}
.footer-widget a {
    display: block;
    padding: 5px 0;
    text-transform: capitalize
}
.footer-widget a:hover{
    color: #fff;
    padding-left: 5px
}
.contact-details i {
    color: #fff ;
    margin-right: 10px;
}
.contact-details {
    margin: 6px 0;
}
.insta-post {
    display: inline-block;
    height: 65px;
    margin: 2px;
    width: 65px;
    position: relative
}
.overlay-insta {
    -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
    background: rgba(23, 23, 23, 0.8) none repeat scroll 0 0;
    cursor: pointer;
    height: 100%;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    position: absolute;
    top: 0;
    -webkit-transform: perspective(500px) rotateY(-90deg);
          transform: perspective(500px) rotateY(-90deg);
    -webkit-transition: all 0.4s linear 0s;
    transition: all 0.4s linear 0s;
    visibility: hidden;
    width: 100%;
}   
.insta-post:hover .overlay-insta{
    -webkit-backface-visibility: visible;
        backface-visibility: visible;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-transform: perspective(500px) rotateY(0deg);
        transform: perspective(500px) rotateY(0deg);
    visibility: visible;
}
.construct-footer-bottom-area {
    border-top: 1px solid #353535;
    background: #1e1e1e none repeat scroll 0 0;
    color: #999;
}
.copyright-left {
    text-align: left;
    font-weight: 400
}
.copyright-right{
    text-align: right;
    font-weight: 400
}
.copyright-right > p > i{
    color: #fbb908  ;
    margin: 0px 5px;
    font-weight: 600
}
.copyright-right > p {
    text-transform: capitalize;
}
.copyright-right > p > span {
    color: #fbb908 ;
    font-weight: 700;
    margin: 0 5px;
    text-transform: capitalize;
}

/*================================================
21 - ABOUT PAGE CSS
==================================================*/ 

.single-abt-img {
    margin-top: 30px;
}
.single-abt-img:first-child{
    margin-top: 0
}
.about-desc {
    margin-top: 30px;
}
.about-desc > h3 {
    color: #000;
    font-family: "Raleway",sans-serif;
    font-size: 25px;
    font-weight: 600;
    margin-bottom: 10px;
    text-transform: capitalize;
}
.abt-page-content > h3 {
    color: #333;
    font-family: "Raleway",sans-serif;
    font-size: 21px;
    font-weight: 600;
    margin-bottom: 5px;
    text-transform: capitalize;
}
.abt-page-icon {
    float: left;
    margin-right: 15px;
}
.abt-page-content {
    overflow: hidden;
}
.single-abt-page-promo {
    margin-bottom: 30px;
}
.abt-page-icon i {
    color: #fbb908 ;
    font-size: 40px;
}
.single-abt-img > img {
    width: 100%;
}

/*================================================
22 - SINGLE PROJECT PAGE CSS
==================================================*/ 

.project-slider .owl-nav > .owl-prev{
    visibility: hidden;
    -webkit-transition: all 0.3s cubic-bezier(.83, .8, .11, .64) 0s;
    transition: all 0.3s cubic-bezier(.83, .8, .11, .64) 0s;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}
.project-slider:hover .owl-nav > .owl-prev{
    visibility: visible;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    left: 0
}
.project-slider .owl-nav > .owl-next{
    visibility: hidden;
    -webkit-transition: all 0.3s cubic-bezier(.83, .8, .11, .64) 0s;
    transition: all 0.3s cubic-bezier(.83, .8, .11, .64) 0s;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    
}
.project-slider:hover .owl-nav > .owl-next{
    visibility: visible;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    right: 0
}
.project-slider .owl-prev {
    background: #e6e6e6  none repeat scroll 0 0;
    border-radius: 0;
    color: #333;
    font-size: 30px;
    height: 80px !important;
    line-height: 70px;
    padding: 5px 5px 5px 5px;
    position: absolute;
    text-align: center;
    top: 45%;
    width: 45px;
    left: -30px
}
.project-slider .owl-next {
    background: #e6e6e6  none repeat scroll 0 0;
    border-radius: 0;
    color: #333;
    font-size: 30px;
    height: 80px !important;
    line-height: 70px;
    padding: 5px 5px 5px 5px;
    position: absolute;
    text-align: center;
    top: 45%;
    width: 45px;
    right: -30px
}
.project-slider .owl-prev:hover, .project-slider .owl-next:hover{
    background: #fbb908 none repeat scroll 0 0;
    color: #fff;
}
.project-desc {
    margin-top: 20px;
}
.project-desc > h3, .project-right-widget > h3 {
    color: #000;
    font-family: "Raleway",sans-serif;
    font-weight: 600;
    margin-bottom: 5px;
    text-transform: capitalize;
}
.project-desc > p, .project-right-widget > p {
    margin-top: 10px;
}
.project-right-widget {
    border: 1px solid #eee;
    margin-bottom: 30px;
    padding: 20px;
}
.project-right-widget:last-child{
    margin-bottom: 0px
}
.project-right-widget > h2 {
    color: #333;
    font-family: "Raleway",sans-serif;
    font-size: 28px;
    font-weight: 700;
    letter-spacing: 2px;
    margin-bottom: 10px;
    text-transform: capitalize;
}
.project-right-widget > h4 {
    color: #333;
    font-family: "Raleway",sans-serif;
    font-size: 17px;
    font-weight: 500;
}
.project-right-widget > ul {
    margin-top: 20px;
}
.project-right-widget li {
    border-bottom: 1px solid #eee;
    display: block;
    padding: 5px;
    font-weight: 500
}
.project-right-widget li:last-child{
    border-bottom: 0px solid #eee
}
.project-right-widget ul li i {
    color: #fbb908;
    font-size: 16px;
    margin-right: 10px;
}
.project-right-widget span {
    display: inline-block;
    width: 40%;
    color: #000
}
.construct-related-project-area{
    background: #f9f9f9
}

/*================================================
23 - SINGLE SERVICE PAGE CSS
==================================================*/ 

.single-service-widget li {
    border-bottom: 3px solid #fff;
}
.single-service-widget a {
    background: #f7f7f7 none repeat scroll 0 0;
    color: #000;
    display: block;
    font-weight: 500;
    padding: 10px 20px;
    text-transform: capitalize;
    border-left: 5px solid #f7f7f7
}
.single-service-widget a:hover, .single-service-widget ul li.active > a {
    border-left: 5px solid #000;
    background: #fbb908 none repeat scroll 0 0;
    color: #fff
}
.single-service-widget a i {
    float: right;
    font-size: 20px;
    margin-top: 2px;
}
.single-service-widget {
    margin-bottom: 50px;
}
.single-service-widget:last-child{
    margin-bottom: 0px
}
.widget-title > h3 {
    color: #333;
    font-family: "Raleway",sans-serif;
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 5px;
    padding-bottom: 10px;
    position: relative;
    text-transform: capitalize;
}
.widget-title > h3:before {
    border: 1px solid #fbb908;
    content: "";
    left: 0;
    position: absolute;
    top: 33px;
    width: 35%;
}
.widget-title {
    margin-bottom: 25px;
}
.broucher-item i {
    background: #fff none repeat scroll 0 0;
    color: #009688;
    font-size: 20px;
    height: 30px;
    left: 14px;
    line-height: 30px;
    position: absolute;
    text-align: center;
    top: 8px;
    width: 30px;
}
.broucher-item > a {
    background: #2a2a2a none repeat scroll 0 0;
    border-left: 0 none;
    color: #fff;
    padding-left: 60px;
}
.broucher-item > a:hover{
    border-left: 0px
}
.broucher-item {
    margin: 10px 0;
    position: relative;
}
.broucher-item a span {
    color: #fff;
    float: right;
    margin-top: 5px;
}
.single-service-widget > form {
    background: #f7f7f7 none repeat scroll 0 0;
    padding: 20px;
}
.single-service-widget form p label {
    display: block;
    font-size: 14px;
    font-weight: 600;
    text-transform: capitalize;
}
.single-service-widget input {
    border: 1px solid #ddd;
    height: 40px;
    padding: 5px 10px;
    width: 100%;
}
.single-service-widget form p textarea {
    border: 1px solid #ddd;
    height: 80px;
    padding: 5px 10px;
    width: 100%;
}
.single-service-widget form p button[type="submit"] {
    background: #2a2a2a none repeat scroll 0 0;
    border: medium none;
    color: #fff;
    display: block;
    font-weight: 600;
    letter-spacing: 1px;
    margin: 10px 0;
    padding: 10px 15px;
    text-transform: uppercase;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    width: 100%;    
}
.single-service-widget form p button[type="submit"]:hover {
    background: #fbb908 none repeat scroll 0 0;
}
.single-service-slider{
    background: #f7f7f7 none repeat scroll 0 0;
    padding: 20px 30px;
}   
.service-slider-item h4 {
    font-size: 16px;
    font-weight: 600;
    line-height: 23px
}
.service-slider-item h5 {
    color: #009688;
    font-size: 15px;
    font-weight: 600;
    margin: 10px 0;
}
.single-service-slider .owl-dots {
    margin-top: 10px;
}
.audit-text, .audit-chart, .single-shop-tab {
    margin-top: 30px;
}
.single-service-right{
    margin-top: 0
}
.audit-text > h3, .audit-chart > h3 {
    color: #000;
    font-family: "Raleway",sans-serif;
    font-weight: 600;
    margin-bottom: 5px;
    text-transform: capitalize;
}   
.audit-text > p {
    margin: 0 0 10px;
}
#chartContainer{
    height: 340px;
    width: 100%
}
.canvasjs-chart-credit {
    display: none;
}
.nav-tabs > li > a{
    border: 0px
}
#pro_2 a {
    background: #eee none repeat scroll 0 0;
    border-radius: 0;
    color: #000;
    margin: 0;
    text-transform: capitalize;
    border-left: 5px solid #eee;
    font-weight: 500
}
#pro_2 .active > a {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: #fbb908  none repeat scroll 0 0;
    border-color: currentcolor currentcolor currentcolor #000;
    -o-border-image: none;
       border-image: none;
    border-style: none none none solid;
    border-width: medium medium medium 5px;
    color: #fff;
}
#pro_2 > li {
    float: none;
    margin: 2px;
}
#pro_2{
    border: medium none;
    margin-bottom: 0
}
.panel-body {
    background: #f9f9f9 none repeat scroll 0 0;
    border: 1px solid #ddd;
}
.service-banner > img {
    width: 100%;
}

/*================================================
24 - 404 PAGE CSS
==================================================*/ 

.notfound {
    text-align: center;
}
.notfound > h2 {
    color: #000;
    font-size: 130px;
    font-weight: 600;
    line-height: 135px;
    margin-bottom: 30px;
}
.notfound > h3 {
    color: #333;
    margin-bottom: 30px;
    font-size: 22px
}
.notfound > form{
    margin-bottom: 30px;
    position: relative;
}
.notfound > form > input {
    background: transparent none repeat scroll 0 0;
    border: 1px solid #ddd;
    height: 50px;
    padding: 5px 100px 5px 10px;
    width: 100%;
}
.notfound > form > button {
    background: #fbb908  none repeat scroll 0 0;
    border: medium none;
    color: #fff;
    font-size: 26px;
    height: 50px;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    width: 100px;
}
.notfound > form > button:hover{
    background: #2a2a2a none repeat scroll 0 0
}

/*================================================
25 - CART PAGE CSS
==================================================*/ 

.cart-table {
    overflow-x: auto;
}
.cart-table table thead > tr:nth-of-type(2n+1), .calculate-shipping-right table tbody > tr:nth-of-type(2n+1){
    background: #f4f4f4  none repeat scroll 0 0;
}
.cart-table table thead th, .calculate-shipping-right table thead th {
    color: #333;
    font-weight: 600;
    text-transform: uppercase;
}
.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-bottom: 0 solid #ddd;
    border-top: 0 solid #ddd;
    vertical-align: middle;
}
.cart-table thead th, .calculate-shipping-right thead th {
    padding: 15px 20px !important;
}
.cart-table tbody td, .calculate-shipping-right tbody td {
    padding: 15px 20px !important;
    font-weight: 500
}
.construct-cart-close {
    text-align: center;
}
.construct-cart-close > a:hover{
    color: #e9563d
}
.construct-cart-preview img {
    height: 60px;
    width: 60px;
}
.cart-table tbody td p {
    text-transform: capitalize;
}
.construct-cart-quantity > input {
    border: 1px solid #ddd;
    padding: 5px;
    width: 70px;    
}
.construct-cart-product p {
    font-weight: 500;
    display: inline-block
}
.construct-cart-product a:hover{
    color: #fbb908  
}
.cart-table table tbody > tr:nth-of-type(2n+2), .calculate-shipping-right table tbody > tr:nth-of-type(2n+2) {
    background: #f9f9f9 none repeat scroll 0 0;
}
.table-striped > tbody > tr:nth-of-type(2n+1) {
    background-color: #fff ;
}
.construct-update-cart {
    margin-top: 30px;
}
.coupon-cart-left {
    text-align: left;
}
.coupon-cart-right {
    text-align: right;
}
.coupon-cart-left input[type="text"] {
    background: #eee none repeat scroll 0 0;
    border: medium none;
    height: 50px;
    padding: 10px 15px;
    width: 45%;
}
.coupon-cart-left input[type="submit"] {
    background: #2a2a2a none repeat scroll 0 0;
    border: medium none;
    color: #fff;
    font-weight: 600;
    height: 50px;
    margin-left: 10px;
    padding: 10px 15px;
    text-transform: uppercase;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
.coupon-cart-left input[type="submit"]:hover, .coupon-cart-right > a:hover {
    background: #fbb908 none repeat scroll 0 0;
}
.coupon-cart-right > a {
    background: #2a2a2a  none repeat scroll 0 0;
    color: #fff;
    display: inline-block;
    font-weight: 600;
    margin-top: 0;
    padding: 12px 20px;
    text-transform: uppercase;
}
.calculate-shipping-left, .calculate-shipping-right {
    margin-top: 50px;
}
.calculate-shipping-left select {
    border: 1px solid #ddd;
    height: 45px;
    padding: 5px;
    text-transform: capitalize;
    width: 100%;
}
.calculate-shipping-left select option {
    padding: 5px 10px;
}
.single-shipping input {
    border: 1px solid #ddd;
    height: 45px;
    padding: 5px 10px;
    width: 100%;
    margin: 0
}
.single-shipping {
    margin-top: 10px;
}
.calculate-shipping-left > form {
    margin-top: 15px;
}
.calculate-shipping-right{
    overflow-x: auto;
}
.calculate-shipping-right > table {
    width: 100%;
    margin-top: 15px;
}
.single-shipping button {
    background: #2a2a2a none repeat scroll 0 0;
    border: medium none;
    color: #fff;
    display: block;
    font-weight: 600;
    letter-spacing: 1px;
    float: right;
    padding: 10px 15px;
    text-transform: uppercase;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
.single-shipping button:hover{
    background: #fbb908 none repeat scroll 0 0;
}
.proceed-checkout > a {
    background: #2a2a2a  none repeat scroll 0 0;
    color: #fff;
    display: inline-block;
    font-weight: 600;
    margin-top: 0;
    padding: 12px 20px;
    text-transform: uppercase;
}
.proceed-checkout > a:hover {
    background: #fbb908 none repeat scroll 0 0;
}
.proceed-checkout {
    margin-top: 20px;
    text-align: left;
}
.calculate-shipping-right > h3, .calculate-shipping-left > h3{
    color: #333;
    font-family: "Raleway",sans-serif;
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 5px;
    padding-bottom: 10px;
    position: relative;
    text-transform: capitalize;
}

/*================================================
26 - CHECKOUT PAGE CSS
==================================================*/ 

.construct-checkout-form > form {
    margin-top: 30px;
}
.checkout-form-right {
    margin-bottom: 0px;
}
.construct-checkout-form > h3, .checkout-cart-table.cart-table > h3 {
    color: #333;
    font-family: "Raleway",sans-serif;
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 5px;
    padding-bottom: 10px;
    position: relative;
    text-transform: capitalize;
}
.checkout-form label {
    display: block;
    font-size: 14px;
    font-weight: 600;
    text-transform: capitalize;
}
.checkout-form input {
    border: 1px solid #ddd;
    height: 45px;
    padding: 5px 10px;
    width: 100%;
    margin-bottom: 15px;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s
}
.checkout-form input:focus, .checkout-form textarea:focus{
    border: 1px solid #fbb908 
}
.checkout-form textarea {
    border: 1px solid #ddd;
    height: 105px;
    padding: 10px;
    width: 100%;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s
}
.checkout-cart-table {
    margin-top: 50px;
}
.payment h4 {
    color: #000;
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    text-transform: capitalize;
}
.payment {
    margin-top: 15px;
}
.checkout-cart-table > table {
    margin-top: 15px;
    margin-bottom: 0
}
.payment > img {
    float: right;
}

/*================================================
27 - SHOP PAGE CSS
==================================================*/ 

.construct-shop-widget {
    margin-bottom: 30px;
}
.construct-shop-widget:last-child{
    margin-bottom: 0px;
}
.construct-shop-widget > h3 {
    background: #242c42 none repeat scroll 0 0;
    color: #fff;
    font-size: 18px;
    margin-bottom: 10px;
    padding: 10px 20px;
    text-align: left;
    text-transform: capitalize;
}
.single-product-image img {
    width: 100%;
}
.construct-shop-widget > form {
    height: 45px;
    position: relative;
}
.construct-shop-widget input {
    border: medium none;
    height: 100%;
    padding: 5px 95px 5px 10px;
    width: 100%;
    background: #f9f9f9 none repeat scroll 0 0
}
.construct-shop-widget button {
    background: #fbb908 none repeat scroll 0 0;
    border: medium none;
    color: #fff;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    width: 85px;
}
.construct-shop-widget button:hover{
    background: #2a2a2a none repeat scroll 0 0;
}
.category > li {
    background: #f9f9f9 none repeat scroll 0 0;
    border-bottom: 1px solid #ddd;
}
.category li a {
    color: #000;
    display: block;
    font-weight: 500;
    padding: 10px 15px;
    text-transform: capitalize;
}
.category li a:hover, .pro-text a:hover, .single-product-text h3 > a:hover{
    color: #fbb908
}
.category li a:hover span {
    color: #fbb908;
}
.category li a span {
    color: #555;
    float: right;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
.related-shop-pro > li {
    background: #f9f9f9 none repeat scroll 0 0;
    border-bottom: 1px solid #ddd;
    padding: 10px;
}
.pro-img {
    float: left;
    height: auto;
    margin-right: 10px;
    width: 70px;
}
.pro-text > h4 {
    color: #000;
    font-size: 17px;
    font-weight: 500;
    margin-bottom: 5px;
}
.construct-rating ul li {
    display: inline-block;
    margin: 0 2px;
}
.construct-rating i {
    color: #f3c30b;
}
.shorting {
    background: #f9f9f9 none repeat scroll 0 0;
    padding: 15px 10px;
}
.shorting p {
    margin: 7px 0;
    text-transform: capitalize;
}
.shorting form {
    float: right;
}
.shorting form label {
    font-weight: 500;
    margin: 0;
}
.shorting select {
    border: 1px solid #ddd;
    padding: 10px;
    text-transform: capitalize;
}
.single-shop-product {
    border-bottom: 3px solid #fbb908;
    box-shadow: 0 0 8px rgba(34, 30, 31, 0.3);
    margin-top: 30px;
}
.single-product-text > h3 {
    color: #000;
    font-size: 19px;
    font-weight: 500;
    margin-bottom: 10px;
}
.product-price {
    margin: 20px 0;
}
.product-price > h3 {
    display: inline-block;
}
.product-rating {
    float: right;
}
.product-rating > li {
    display: inline-block;
    color: #f3c30b;
    margin: 0 1px
}
.single-product-text {
    padding: 20px;
}
.product-button > a {
    background: #fbb908 none repeat scroll 0 0;
    color: #fff;
    display: inline-block;
    font-weight: 600;
    padding: 5px 10px;
    text-transform: uppercase;
    margin-right: 5px
}
.product-button > a:last-child{
    margin-right: 0
}
.product-button > a:hover{
    background: #2a2a2a none repeat scroll 0 0
}
.category > li:last-child, .related-shop-pro > li:last-child{
    border-bottom: 0px solid #ddd
}
.pro-price {
    color: #666;
    font-weight: 500;
    text-transform: capitalize
}

/*================================================
28 - SINGLE SHOP PAGE CSS
==================================================*/ 

.single-pro-page-img > img {
    width: 100%;
}
.single-pro-page-img {
    box-shadow: 0 0 8px rgba(34, 30, 31, 0.3);
    display: block;
    padding: 20px
}
.single-pro-page-desc > h3 {
    color: #000;
    font-size: 27px;
    font-weight: 500;
}
.single-pro-page-desc > ul {
    margin-top: 10px;
}
.single-pro-page-desc li {
    color: #f3c30b;
    display: inline-block;
    margin: 0 2px;
}
.single-pro-page-para {
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #ddd;
    margin: 10px 0;
    padding: 15px 0;
}
.single-shop-price > p {
    color: #000;
    font-size: 17px;
    font-weight: 500;
    margin-top: 15px
}
.qnt {
    margin-top: 25px !important;
}
.single-shop-price > p input {
    border: 1px solid #ddd;
    font-weight: 500;
    margin-left: 20px;
    padding: 5px 10px;
    width: 80px;
}
.single-shop-page-btn > a {
    background: #fbb908 none repeat scroll 0 0;
    color: #fff;
    display: inline-block;
    font-weight: 600;
    margin-right: 5px;
    margin-top: 30px;
    padding: 10px 20px;
    text-transform: uppercase;
}   
.single-shop-page-btn > a:hover{
    background: #2a2a2a none repeat scroll 0 0
}
.share-product {
    margin-top: 30px;
}
.share-product > h3 {
    color: #000;
    font-size: 20px;
    margin-bottom: 20px;
    text-transform: capitalize;
}
.share-product a {
    border: 1px solid #2a2a2a;
    border-radius: 50%;
    color: #000;
    display: block;
    height: 30px;
    line-height: 30px;
    text-align: center;
    width: 30px;
    font-size: 15px
}
.share-product a:hover{
    background: #fbb908 none repeat scroll 0 0;
    color: #fff;
    border: 1px solid #fbb908;
}

/*================================================
29 - BLOG PAGE CSS
==================================================*/ 

.Tags-catagory {
    background: #f9f9f9 none repeat scroll 0 0;
    padding: 10px;
}
.Tags-catagory > li {
    display: inline-block;
    margin: 4px 2px;
}
.Tags-catagory a {
    color: #000;
    display: block;
    font-weight: 500;
    padding: 7px 12px;
    text-transform: capitalize;
    background: #fff none repeat scroll 0 0;
}
.Tags-catagory a:hover{
    background: #fbb908 none repeat scroll 0 0;
    color: #fff
}
.instagram li {
    float: left;
    padding: 0 8px 8px 0;
    width: 25%;
}

/*================================================
30 - SINGLE BLOG PAGE CSS
==================================================*/ 

.blog-details blockquote {
    background: #f9f9f9 none repeat scroll 0 0;
    border-left: 5px solid #e5aa0a;
    font-style: italic;
    margin-bottom: 30px;
    margin-right: 0;
    margin-top: 30px;
    padding: 20px;
}
.post-share-box {
    border-bottom: 1px solid #f3f3f3;
    border-top: 1px solid #f3f3f3;
    margin-top: 30px;
    padding: 15px 20px;
}
.post-share-left > p, .post-share-right > p {
    color: #000;
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    text-transform: capitalize;
}
.post-share-left a {
    color: #555;
    font-weight: 500;
}
.post-share-right {
    text-align: right;
}
.post-share-right a {
    color: #bcc4d0;
    margin-left: 5px;
}
.post_fb:hover {
    color: #4b6ea9;
}
.post_twt:hover {
    color: #65bbf2;
}
.post_gl:hover {
    color: #dd4d41;
}
.post_lknd:hover {
    color: #0075b5;
}
.single-blog.single-post{
    border: 0 solid #ddd;
}
.single-blog .blog-heading {
    border: 0 solid #ddd;
}
.single-blog .blog-heading > h3{
    font-size: 20px;
    color: #000
}
.comment-count > h3 {
    text-transform: capitalize;
}
.single-comment-box {
    background: #f9f9f9 none repeat scroll 0 0;
    margin-bottom: 10px;
    padding: 0 10px 30px;
    position: relative;
    -webkit-transition: all 300ms ease 0s;
    transition: all 300ms ease 0s;
}

.single-comment-box.reply-comment {
    margin-left: 100px;
}
.main-comment {
    font-size: 14px;
    padding: 30px 0 0 100px;
    position: relative;
}
.author-image {
    border-radius: 50%;
    left: 0;
    margin-bottom: 20px;
    position: absolute;
    top: 30px;
}
.author-image img {
    border-radius: 50%;
    display: block;
    width: 80px;
}
.comment-info {
    margin-bottom: 10px;
}
.comment-info h4 {
    color: #333;
    font-size: 17px;
    font-weight: 600;
    text-transform: capitalize;
}
.comment-info > p {
    color: #666;
    font-weight: 500;
    text-transform: capitalize;
}
.reply {
    color: #666;
    display: inline-block;
    font-size: 14px;
    font-style: italic;
    font-weight: 600;
    margin-top: 5px;
    text-decoration: underline;
    text-transform: capitalize;
}
.reply:hover{
    color: #fbb908 
}
.single-comment-item {
    margin-top: 30px;
}
.comment-group-title > h2 {
    color: #000;
    font-family: "Raleway",sans-serif;
    font-weight: 600;
    margin-bottom: 5px;
    text-transform: capitalize;
    font-size: 24px
}
.construct-leave-comment {
    margin-top: 50px;
}
.construct-leave-comment > h3 {
    color: #000;
    font-family: "Raleway",sans-serif;
    font-weight: 600;
    margin-bottom: 5px;
    text-transform: capitalize;
}
.construct-leave-comment input[type="text"], .construct-leave-comment input[type="email"] {
    background: transparent none repeat scroll 0 0;
    border: 1px solid #ddd;
    float: left;
    height: 45px;
    margin-bottom: 20px;
    margin-right: 20px;
    margin-top: 0;
    padding: 10px 15px;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    width: 45%;
}
.construct-leave-comment textarea {
    border: 1px solid #ddd;
    height: 160px;
    margin-bottom: 20px;
    padding: 5px 15px;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    width: 93%;
}
.construct-leave-comment > form {
    margin-top: 20px;
}
.construct-leave-comment button{
    background: #fbb908 none repeat scroll 0 0;
    border: medium none;
    color: #fff;
    display: block;
    font-weight: 600;
    letter-spacing: 1px;
    padding: 10px 15px;
    text-transform: uppercase;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
.construct-leave-comment button:hover{
    background: #2a2a2a none repeat scroll 0 0
}

/*================================================
31 - CONTACT PAGE CSS
==================================================*/ 


.construct-contact-desc > h3 {
    color: #000;
    font-family: "Raleway",sans-serif;
    font-weight: 600;
    margin-bottom: 5px;
    text-transform: capitalize;
}
.single-contact-left:first-child {
    margin-top: 0;
}
.single-contact-left {
     background: #fff none repeat scroll 0 0;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.07);
    margin-top: 20px;
    padding: 20px;
}
.contact-icon {
    background: #f9f9f9 none repeat scroll 0 0;
    color: #fbb908 ;
    display: table-cell;
    float: left;
    font-size: 30px;
     height: 75px;
    line-height: 75px;
    margin-right: 10px;
    text-align: center;
    width: 75px;
}
.contact-text > h4 {
    color: #000;
    font-size: 16px;
    font-weight: 600;
    text-transform: capitalize;
}
.contact-text > p {
    line-height: 26px;
    font-weight: 500
}   
.construct-contact-form-right > form {
    background: #fff none repeat scroll 0 0;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.07);
    margin-top: 0;
    padding: 30px 50px;
}
.construct-contact-form-right form p {
    margin: 10px 0;
}
.construct-contact-form-right input {
    background: #e8eef0 none repeat scroll 0 0;
    border: medium none;
    height: 45px;
    padding: 5px 10px;
    width: 100%;
}
.construct-contact-form-right textarea {
    background: #e8eef0 none repeat scroll 0 0;
    border: medium none;
    height: 120px;
    padding: 5px 10px;
    width: 100%;
}
.construct-contact-form-right button {
    background: #fbb908 none repeat scroll 0 0;
    border: medium none;
    color: #fff;
    display: block;
    font-weight: 600;
    letter-spacing: 1px;
    padding: 10px 15px;
    text-transform: uppercase;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
.construct-contact-form-right button:hover{
    background: #2a2a2a none repeat scroll 0 0
}
.construct-contact-desc {
    margin-bottom: 50px;
}
#googleMap {
    height: 370px;
    width: 100%;
}







/*** DESTINASI ***/
.text-white{
    color: #fff !important;
}
.dest-name h5{
    color: #fec107 !important;
    font-weight: 600;
}
.thm-btn{
    background-color: #fec107 !important;
}
.thm-btn {padding: 12px 30px;color: #333;font-weight: 700;font-size: 13px;border: 0;text-align: center;border-radius: 4px;text-decoration: none;display: inline-block;vertical-align: middle;-webkit-transform: perspective(1px) translateZ(0);transform: perspective(1px) translateZ(0);box-shadow: 0 0 1px transparent;position: relative;}
.thm-btn:before {content: '';position: absolute;border: white solid 3px;border-radius: 4px;top: 3px;left: 3px;right: 3px;bottom: 3px;opacity: 0;-webkit-transition-duration: 0.3s;transition-duration: 0.3s;-webkit-transition-property: opacity;transition-property: opacity;}
.thm-btn:hover:before, .thm-btn:focus:before, .thm-btn:active:before {opacity: 1;}

.destination{position: relative;background-image: url(../images/destination-bg.jpg);background-repeat: no-repeat;background-size: cover;padding-bottom: 50px;}
.destination::before {width: 100%;content: " ";height: 100%;position: absolute;left: 0;top: 0;display: block !important;background-color: rgba(255, 255, 255, 0.8);}
.destination .thm-margin {margin-right: -10px;margin-left: -10px;}
.destination .thm-padding {padding-left: 10px;padding-right: 10px;padding-bottom: 20px;}
.destination-grid {overflow: hidden;position: relative;text-align: center;cursor: default;box-shadow: 0 5px 10px rgba(0,0,0,0.5);}
.destination-grid:hover{box-shadow: none;}
.destination-grid img {display: block;position: relative;transform: scaleY(1);transition: all .7s ease-in-out;}
.destination-grid:hover img {-webkit-transform: scale(10);transform: scale(10);opacity: 0;}
.destination-grid .mask{top: 0;left: 0;width: 100%;height: 100%;padding: 20px;position: absolute;overflow: hidden;background-color: rgba(0, 0, 0, 0.3);}
.destination-grid:hover .mask {background-color: #fff;box-shadow: none;}
.destination-grid .mask h2 {margin: 15px 0;transform: scale(0);color: #333;font-size: 18px;font-weight: 700;}
.destination-grid .mask p {margin: 0;color: #333;opacity: 0;font-size: 14px;transform: scale(0);}
.destination-grid .mask .thm-btn {margin-top: 15px;padding: 10px 20px;transform: scale(0);opacity: 0;}
.destination-grid .dest-name{position: absolute;top: 20px;right: 20px;color: #fff;text-align: right;-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;transition: opacity 0.35s, transform 0.35s;}
.destination-grid:hover .dest-name{opacity: 0;}
.destination-grid .dest-name h5{margin: 0;font-size: 15px;}
.destination-grid .dest-name h4{margin: 0;font-size: 12px;font-weight: 700;}
.destination-grid .dest-icon {position: absolute;bottom: 0;left: 0;width: 100%;background-image: -moz-linear-gradient(to bottom,rgba(0,0,0,0) 0, rgba(0,0,0,0.4) 50%, rgba(0,0,0,.7) 100%);background-image: -ms-linear-gradient(to bottom,rgba(0,0,0,0) 0, rgba(0,0,0,0.4) 50%, rgba(0,0,0,.7) 100%);background-image: -o-linear-gradient(to bottom,rgba(0,0,0,0) 0, rgba(0,0,0,0.4) 50%, rgba(0,0,0,.7) 100%);background-image: -webkit-linear-gradient(to bottom,rgba(0,0,0,0) 0, rgba(0,0,0,0.4) 50%, rgba(0,0,0,.7) 100%);background-image: -webkit-gradient(linear, center top, center bottom, from(rgba(0,0,0,0)), to(rgba(0,0,0,0.7)));background-image: linear-gradient(to bottom,rgba(0,0,0,0) 0, rgba(0,0,0,0.4) 50%, rgba(0,0,0,.7) 100%);padding: 20px;}
.destination-grid .dest-icon i {color: #fff;font-size: 18px;padding: 0 5px;cursor: pointer;}
.destination-grid:hover .dest-icon{background-image: none;}
.destination-grid:hover .dest-icon i{color: #222;}
.destination-grid:hover h2, .destination-grid:hover p, .destination-grid:hover .thm-btn {transform: scale(1);opacity: 1;}

.package-wiget{background-color: #fff;margin-bottom: 30px;box-shadow: 4px 3px 5px 0px rgba(0, 0, 0, 0.03);}
.package-wiget .grid figure{border-radius: 0;}
.package-wiget figure.effect-milo .effect-block {margin-top: 6px !important;}
.package-wiget .effect-block h3, .package-wiget .effect-block span{margin-bottom: 15px;}
.effect-block .package-ratting{font-size: 12px;margin-bottom: 15px;}
.package-wiget figure.effect-milo .thm-btn {margin-top: 0;padding: 9px 17px;font-size: 11px;}
.package-content{padding: 15px;}
.package-content h5 {color: #000;margin: 0;font-size: 13px;text-transform: uppercase;letter-spacing: 1px;}
.package-price {color: #bebebe;font-size: 12px;line-height: 20px;letter-spacing: 1px;margin-top: 10px;}
.package-price .price {font-weight: 300;margin: 0;line-height: 30px;display: inline-block;}
.package-price .price span {font-size: 16px;}
.package-wiget:hover{-webkit-box-shadow: 1px 0px 5px 0px rgba(0, 0, 0, 0.2);-moz-box-shadow: 1px 0px 5px 0px rgba(0, 0, 0, 0.2);box-shadow: 1px 0px 5px 0px rgba(0, 0, 0, 0.2);}
.package-wiget:hover img{opacity: 0.2;-webkit-transform: translate3d(0, 0, 0) scale(1);transform: translate3d(0, 0, 0) scale(1);}
.package-wiget:hover .effect-block{opacity: 1;-webkit-transform: translate3d(0, 0, 0);transform: translate3d(0, 0, 0);}
.grid figure {position: relative;z-index: 1;display: inline-block;overflow: hidden;width: 100%;background: #fff;text-align: center;cursor: pointer;}
.grid figure img {position: relative;display: block;min-height: 100%;opacity: 1;}
.grid figure figcaption {padding: 20px;color: #fff;font-size: 1.25em;-webkit-backface-visibility: hidden;backface-visibility: hidden;}
.grid figure figcaption::before, .grid figure figcaption::after {pointer-events: none;}
.grid figure figcaption, .grid figure a {position: absolute;top: 0;left: 0;width: 100%;height: 100%;}
figure.effect-milo img {width: -webkit-calc(100% + 100px);width: calc(100% + 100px);opacity: 1;-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;transition: opacity 0.35s, transform 0.35s;-webkit-transform: translate3d(-50px, -45px, -40px) scale(0.9);transform: translate3d(-13px, 0, 0) scale(1.12);-webkit-backface-visibility: hidden;backface-visibility: hidden;}
figure.effect-milo:hover img, .package-wiget:hover img{opacity: 0.2;-webkit-transform: translate3d(0, 0, 0) scale(1);transform: translate3d(0, 0, 0) scale(1);}
figure.effect-milo .ratting {font-size: 14px;position: absolute;left: 0;top: 0;padding: 20px;-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;transition: opacity 0.35s, transform 0.35s;}
figure.effect-milo:hover .ratting { opacity: 0;}
figure.effect-milo .position {position: absolute;left: 0;top: 0;padding: 3.4em 1.8em;}
figure.effect-milo .block {left: 0;bottom: 0;width: 100%;text-align: left;font-weight: 700;position: absolute;pointer-events: none;padding: 40px 5.050505050505% 20px;-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;transition: opacity 0.35s, transform 0.35s;background-image: -moz-linear-gradient(to bottom,rgba(0,0,0,0) 0, rgba(0,0,0,0.4) 50%, rgba(0,0,0,.7) 100%);background-image: -ms-linear-gradient(to bottom,rgba(0,0,0,0) 0, rgba(0,0,0,0.4) 50%, rgba(0,0,0,.7) 100%);background-image: -o-linear-gradient(to bottom,rgba(0,0,0,0) 0, rgba(0,0,0,0.4) 50%, rgba(0,0,0,.7) 100%);background-image: -webkit-linear-gradient(to bottom,rgba(0,0,0,0) 0, rgba(0,0,0,0.4) 50%, rgba(0,0,0,.7) 100%);background-image: -webkit-gradient(linear, center top, center bottom, from(rgba(0,0,0,0)), to(rgba(0,0,0,0.7)));background-image: linear-gradient(to bottom,rgba(0,0,0,0) 0, rgba(0,0,0,0.4) 50%, rgba(0,0,0,.7) 100%);}
figure.effect-milo:hover .block {opacity: 0;}
.block .price {float: right;}
figure.effect-milo .effect-block {margin-top: 30px;padding: 0 0 0 10px;text-align: center;opacity: 0;-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;transition: opacity 0.35s, transform 0.35s;-webkit-transform: translate3d(0, 160px, 0);transform: translate3d(0.160px, 0);}
figure.effect-milo:hover .effect-block, .package-wiget:hover .effect-block{opacity: 1;-webkit-transform: translate3d(0, 0, 0);transform: translate3d(0, 0, 0);}
.effect-block h3 {color: #000;margin: 0 0 20px;font-size: 21px;}
.effect-block span {color: #373737;display: block;font-size: 15px;letter-spacing: 0.5px;}
.effect-block h4 {font-size: 30px;color: #373737;font-weight: 700;margin: 0 0 20px;}
.destination-grid, .destination-grid .mask, .destination-grid .mask h2, .destination-grid .mask p, .destination-grid .dest-icon,
.destination-grid .dest-icon i{
    -ms-transform: all 0.5s linear;
    -o-transition: all 0.5s linear;
    -webkit-transform: all 0.5s linear;
    -moz-transform: all 0.5s linear;
    transition: all 0.5s linear;
}
.btn, .hotel-item, .package-wiget, .blog-content h4 a, .pagination-inner .pager li > a, .pagination > li > a, .contact-icon a,
.clients-thumb, .img-zoom-in img, .team_media a i, .categoty li a, .footer-menu ul li a, .social i {
    -ms-transform: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.testimonials .item blockquote{color: #fff;}
.testimonials blockquote::before {color: #fec107;}
.reference.home-ref{padding: 100px 0 80px;position: relative;background-image: url(../images/header-1920x1135-1.jpg);background-repeat: no-repeat;background-position: center center;background-attachment: fixed;}
.home-ref:before{background-color: rgba(0,0,0,0.7);}
.home-ref .title h2, .home-ref .title p, .home-ref .testimonials .item blockquote{color: #fff;}
.home-ref blockquote .author, .team_text_inner p {color: #fec107 !important;}
.home-ref .testimonials blockquote::before {color: #fec107;}
.reference {position: relative;padding: 70px 0;background-color: #f8f8f8;}
.reference #quote-carousel .carousel-control {background: none;color: #b3b3b3;font-size: 2.3em;text-shadow: none;margin-top: 30px;display: none;}
.reference #quote-carousel .carousel-indicators {position: relative;right: 50%;top: auto;bottom: 0;margin-top: 20px;margin-right: -19px;height: 150px;}
.reference #quote-carousel .carousel-indicators li {width: 50px;height: 50px;cursor: pointer;border: 1px solid #b3b3b3;box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);border-radius: 50%;opacity: 0.4;overflow: hidden;transition: all 0.4s ease-in;vertical-align: middle;}
.reference #quote-carousel .carousel-indicators .active {width: 128px;height: 128px;opacity: 1;transition: all .2s;}
.testimonials .item blockquote {border-left: none;margin: 0;font-family: 'Lora', serif;text-align: center;font-style: italic;color: #7d7d7d;}
.testimonials blockquote::before {content: "\f10d";font-family: 'Fontawesome';position: absolute;left: 20px;top: 5px;font-size: 20px;color: #3a3a3a;z-index: -1;}
blockquote .author {width: 100%;display: block;font-weight: 100;margin: 10px 0 0 0;}
.home-ref:before{width: 100%;content: " ";height: 100%;position: absolute;left: 0;top: 0;display: block !important;background-color: rgba(0,0,0,0.5);}


.flip-container {
  -webkit-perspective: 1000px;
  perspective: 1000px;
  border: 2px solid #84c025;
  min-height: 380px;
  margin-top: 80px;
}
h3.heading-content{
    font-size: 17px;
    padding-top: 10px;
    padding-left: 20px;
    padding-right: 20px;
}
.about-info {
  margin-top: 85px;
}
.circle-icon {
	width: 82px;
	height: 82px;
	border-radius: 60%;
	margin: -60px auto 0;
	margin-bottom: 0;
	text-align: center;
	display: block;
	font-size: 45px;
	color: #84c025;
	line-height: 1.8;
	box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.15);
}
.info-box .info-line {
  width: 55%;
  border-top: 2px solid #24aa65;
  margin: 22px auto;
}
.info-box p{
    padding: 20px;
}
.call-us{
    padding: 10px;
    border:2px solid #eee;
    text-align: center;
}
.contact-us{
    padding-top: 30px;
    font-size: 20px;
    text-align: center;
    font-weight: bold;
}
.contact-us a{
    color: #eee;
}
.contact-us a:hover{
    color: #ccc;
}
.padtop20{
    padding-top: 20px;
}
.hb {
    display: inline-block;
    position:relative;
    text-align: center; /*  Default text align center */
    z-index: 0;
}

.hb:before,
.hb:after {
    position: absolute;
    content: "";  
    left: -1px;
    top: 0;
    z-index: -1;
}

.hb:before {
    -webkit-transform: rotate(60deg);
    -moz-transform: rotate(60deg);
    -ms-transform: rotate(60deg);
    -o-transform: rotate(60deg);
    transform: rotate(60deg);
}

.hb:after {
    -webkit-transform: rotate(-60deg);
    -moz-transform: rotate(-60deg);
    -ms-transform: rotate(-60deg);
    -o-transform: rotate(-60deg);
    transform: rotate(-60deg);
}

.hb i {
    z-index: 9;
    -webkit-transition: all .25s ease;
       -moz-transition: all .25s ease;
        -ms-transition: all .25s ease;
         -o-transition: all .25s ease;
            transition: all .25s ease;
}


.hb,
.hb:before,
.hb:after { 
     box-sizing: border-box;

     /* default transition time is set .25s = 250 millisecond  
     Uncomment following if you want to set transition on hexagon color change */ 

     -webkit-transition: all .25s ease;
       -moz-transition: all .25s ease;
        -ms-transition: all .25s ease;
         -o-transition: all .25s ease;
            transition: all .25s ease;
}
.hb-sm {
    font-size: 37px;
}
.hb-sm ,
.hb-sm:before ,
.hb-sm:after {
    height: 37px;
    width: 64px; 
} 

.list-video{
   margin-top: 20px;
   margin-bottom: 20px;
}
.botom15{
   margin-bottom: 15px;
}
.bgr7{
   background-color: #f5f5f5;
}
.bgr4{
   background-color:#f5f5f5;
}

.hot-page2-alp-r-list {
        margin: 15px;
        margin-bottom: 30px;
    }
.hot-page2-alp-r-list-re-sp {
     padding-left: 0px !important;
     padding-right: 0px !important;
}
 .hot-page2-alp-r-list {
     border: 1px solid #dedede;
     background: #fff;
     position: relative;
     overflow: hidden;
     margin: 15px 15px 15px 0px;
     transition: all 0.5s ease;
     -webkit-transition: all 0.5s ease;
     -moz-transition: all 0.5s ease;
     -ms-transition: all 0.5s ease;
     -o-transition: all 0.5s ease;
}
 .hot-page2-alp-r-list {
     transition: all 0.5s ease;
     -webkit-transition: all 0.5s ease;
     -moz-transition: all 0.5s ease;
     -ms-transition: all 0.5s ease;
     -o-transition: all 0.5s ease;
}
 .hot-page2-alp-r-list:hover {
     box-shadow: 0px 5px 19px -3px rgba(0, 0, 0, 0.23);
     transform: scale(1.02);
}
 .hot-page2-alp-r-list:hover .hot-page2-alp-quot-btn {
     transition: all 0.5s ease;
     -webkit-transition: all 0.5s ease;
     -moz-transition: all 0.5s ease;
     -ms-transition: all 0.5s ease;
     -o-transition: all 0.5s ease;
    /* border: 1px solid #02abc1;
     */
     text-shadow: -1px -1px 0 rgba(177, 177, 177, 0.3);
     color: #000000;
     background-color: #fff;
     background-image: -webkit-linear-gradient(to bottom, #00bcd4, #05a6bb);
     background-image: -moz-linear-gradient(to bottom, #00bcd4, #05a6bb);
     background-image: -ms-linear-gradient(to bottom, #00bcd4, #05a6bb);
     background-image: -o-linear-gradient(to bottom, #00bcd4, #05a6bb);
    /* background-image: linear-gradient(to bottom, #00bcd4, #05a6bb);
     */
}
 .hot-page2-alp-r-hot-page-rat {
     background: #253d52;
     position: absolute;
     padding: 4px 8px;
     right: -1px;
     border-radius: 1px;
     color: #fff;
     top: 0px;
     font-weight: 600;
     font-size: 12px;
}
 .hotel-list-score {
     width: 32px;
     height: 32px;
     position: absolute;
     background-color: #f4364fba;
    /* bottom: 8px;
     */
     padding: 4px;
     margin: 10px 5px;
     right: 5px;
     border-radius: 2px;
     z-index: 9;
     color: #fff;
     font-weight: 600;
     text-align: center;
     text-shadow: 0px -1px 0 rgba(0, 0, 0, 0.28);
}
.hom-hot-book-btn {
     margin-right: 3%;
}
 .hom-hot-view-btn {
     margin-left: 3%;
}
 .hom-hot-av-tic {
     position: absolute;
     background-color: #8bc34a9e;
     bottom: 15px;
     padding: 3px 8px;
     margin: 0px 0px;
     right: 15px;
     font-weight: 500;
     color: #fff;
     border-radius: 25px;
     border: 1px solid #253747;
     font-family: 'Quicksand', sans-serif;
}
 .hom-hot-av-tic-list {
     left: 10px;
     right: inherit;
     bottom: 10px;
     border-radius: 2px;
     background: rgba(139, 195, 74, 0.66);
     color: #fff;
     font-weight: 600;
     padding: 3px 8px;
     font-size: 13px;
}
.hot-page2-alp-ri-p2 p {
     color: #979797;
    /* padding-bottom: 12px;
     */
     margin-bottom: 0px;
     text-transform: lowercase;
     font-size: 14px;
}
 .hot-page2-alp-ri-p2 p b {
     padding-right: 5px;
     color: #343c42;
     text-transform: uppercase;
     font-size: 12px;
}
 .hot-page2-alp-ri-p2 a {
}
 .hot-page2-alp-ri-p2 a:hover {
     color: #fff;
     transition: all 0.5s ease;
     -webkit-transition: all 0.5s ease;
     -moz-transition: all 0.5s ease;
     -ms-transition: all 0.5s ease;
     -o-transition: all 0.5s ease;
}
 .hot-page2-alp-quot-btn {
     transition: all 0.5s ease;
     -webkit-transition: all 0.5s ease;
     -moz-transition: all 0.5s ease;
     -ms-transition: all 0.5s ease;
     -o-transition: all 0.5s ease;
     margin-top: 5px;
     border: 1px solid #e5ad05;
     border: 1px solid #d7a307;
    /* -webkit-box-shadow: #B7B8B8 0px 1px 0px inset;
     */
     -moz-box-shadow: #B7B8B8 0px 1px 0px inset;
    /* box-shadow: #B7B8B8 0px 1px 0px inset;
     */
     -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
     border-radius: 3px;
     font-size: 14px;
     padding: 5px 10px;
     text-decoration: none;
     text-shadow: -1px -1px 0 rgba(177, 177, 177, 0.3);
     font-weight: bold;
     color: #000000;
     background-color: #ffd65e !important;
     background-image: -webkit-gradient(linear, left top, left bottom, from(#ffd65e), to(#febf04));
     background-image: -webkit-linear-gradient(top, #ffd65e, #febf04);
     background-image: -moz-linear-gradient(top, #ffd65e, #febf04);
     background-image: -ms-linear-gradient(top, #ffd65e, #febf04);
     background-image: -o-linear-gradient(top, #ffd65e, #febf04);
     background-image: linear-gradient(to bottom, #ffd65e, #febf04);
     display: block;
     text-align: center;
}
.hot-page2-alp-ri-p2 {
     padding: 18px 15px;
}
 .hot-page2-alp-ri-p2 h3 {
     color: #f4364f;
     font-size: 22px;
     margin-top: 0px;
     margin-bottom: 0px;
}
 .hot-page2-alp-ri-p2 ul {
     padding: 0px;
     position: relative;
     overflow: hidden;
     padding-top: 12px;
     margin-bottom: 4px;
}
 .hot-page2-alp-ri-p2 ul li {
     list-style-type: none;
     float: left;
     margin-bottom: 8px;
     font-size: 14px;
     padding-left: 30px;
}
 .hot-page2-alp-ri-p2 ul li:nth-child(1) {
     color: #343c42;
     background: url(../images/1.png) no-repeat center left;
     background-size: 18px;
     font-size: 15px;
     font-weight: 600;
}
 .hot-page2-alp-ri-p2 ul li:nth-child(2) {
     color: #979797;
     background: url(../images/2.png) no-repeat center left;
     background-size: 18px;
}

.hot-page2-alp-ri-p3 {
     padding: 52px 0px 10px 0px;
}
 .hot-page2-alp-ri-p3 span {
     display: block;
     text-align: center;
}
.tombol-bawah{
   justify-content: flex-end;
   display: flex;
}
.read_more {
   background: transparent;
   margin:     0 20px;
   border-top: 1px solid #E8E8E8;
   height:     auto;
}
.read_more {
   *zoom: 1;
}
.read_more:before, .read_more:after {
   content: "";
   display: table;
}
.read_more:after {
   clear: both;
}

.read_more .item_rating {
   float:      right;
   padding:    0;
   width:      auto;
   margin-top: 5px;
}
.read_more {
   background: #f5f5f5;
   height:     40px;
}

.read_more_button{
   float:          right;
   color:          #fff;
   width:          55%;
   text-align:     center;
   line-height:    41px;
   padding:        0 0 0 20px;
   background:     #26BDF7;
   position:       relative;
   font-weight:    700;
   font-size:      12px;
   margin-right:   -1px;
   margin-bottom:  -1px;
   border-radius:  0;
   text-transform: uppercase;
}
.read_more_button:before{
   position:      absolute;
   top:           0;
   left:          0;
   content:       "";
   width:         0;
   height:        0;
   border-top:    20px solid transparent;
   border-left:   20px solid #f5f5f5;
   border-bottom: 20px solid transparent;
}

.read_more_button i{
   margin-left: 3px;
}

.read_more_button:hover{
   color: #fff;
}
.read_more_button {
   background: #26bdf7;
}
.read_more_button:hover {
   background: #ffb300;
}

.trip-travego-disc{margin-bottom: 20px;}
.separator{height:1px;background-color:#e1e1e1;width:20%;margin:20px auto}
.separator-style{background-color:#FCFCFC;-moz-border-radius:20px;-webkit-border-radius:20px;border-radius:20px;border-style:solid;border-color:#e1e1e1;border-width:2px;display:block;height:9px;left:50%;margin-left:-5px;margin-top:-4px;position:absolute;width:9px}
.bgr4 h2{font-size:30px;color:#2d3e52;font-family:'Playfair Display',sans-serif;font-weight:700;letter-spacing:1px;text-transform: uppercase;}
.view{cursor:default;overflow:hidden}
.view{box-shadow:0 1px 1px rgba(0,0,0,.2)}
.view,.view h2,.view img,.view p,.view-fifth img,figure{position:relative}
.view{margin:0 15px 0 0;float:left;text-align:center;background:#fff;padding:0;width:100%}
.view figure{overflow:hidden}
.view:last-child{margin:0}
.view .content,.view .mask{width:100%;height:100%;overflow:hidden;top:0;left:0;z-index:9;position:relative}
.view img{display:block;max-width:100%;border:0 solid rgba(0,0,0,.2);padding:17px 20px}
.view h2{text-transform:uppercase;color:#fff;text-align:center;font-size:17px;padding:10px;background:rgba(0,0,0,.8);margin:20px 0 0}
.view p{font-family:'Open Sans',serif;font-size:13px;color:#484848;padding:20px 0 10px;text-align:left;line-height:20px}
.view a.info{display:inline-block;text-decoration:none;padding:7px 14px;background:#000;color:#fff;text-transform:uppercase;-webkit-box-shadow:0 0 1px #000;-moz-box-shadow:0 0 1px #000;box-shadow:0 0 1px #000}
.view a.info: hover{-webkit-box-shadow:0 0 5px #000;-moz-box-shadow:0 0 5px #000;box-shadow:0 0 5px #000}
.no-border-img .view img{padding:0 0 20px}
.view-fifth img{display:block;opacity:.95;-webkit-transition:opacity .35s,-webkit-transform .35s;transition:opacity .35s,transform .35s}


figure .img-effect-flash::before{position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(255,255,255,.5);content:'';z-index:9999;-webkit-transition:-webkit-transform .6s;transition:transform .6s;-webkit-transform:scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-100%,0);transform:scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-100%,0)}
.view:hover .img-effect-flash::before{-webkit-transform:scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,100%,0);transform:scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,100%,0)}
.view .trip-title {text-align:left;text-transform:uppercase;letter-spacing:1px;color:#7db921;font-size:14x;font-family:Lato,sans-serif;font-weight:600;padding-bottom: 10px;}
.view-fifth .mask{padding:0 20px 20px;background-color:rgba(255,255,255,1)}
.view-fifth .mask .content{font-family:Lato,sans-serif; font-size: 13px; line-height: 18px;position:relative;padding:0;text-align:left}
.content .list-unstyled{color:#484848;font-size:13px}
.content .list-unstyled li{margin-bottom:5px}
.content .list-unstyled i{color:#ec6841}
.view .btn{border-radius:0;margin-top:20px;padding:8px 10px;text-align:right;font-weight:600;border:0 #ebebeb;border-bottom:0 solid transparent;color:#212121;background:#fff}
.view-fifth h2{background:rgba(255,255,255,.5);color:#000;-webkit-box-shadow:0 1px 3px rgba(159,141,140,.5);-moz-box-shadow:0 1px 3px rgba(159,141,140,.5);box-shadow:0 1px 3px rgba(159,141,140,.5)}
.view-fifth p{color:#333}
.with-bottom-effect{position:relative;overflow:hidden;margin-top:100px}
.view .mask .btn-primary{background-color:transparent !important;border-color:#fff;border-width:2px;right:10px;font-family:Lato;border-radius:3px;-webkit-border-radius:3px;-moz-border-radius:3px;font-style:normal;text-transform:uppercase;padding:7px 20px;font-size:11px;float:right;font-weight:600;letter-spacing:1px}
.view .mask .btn-primary:hover{background:#fff !important;color:#303b3c !important}

.blog-view{text-align:center;cursor:default;box-shadow:0 1px 1px rgba(0,0,0,.4)}
.blog-view,.blog-view img{position:relative;padding:0}
.blog-view{margin:0 0 50px;overflow:hidden;background:#fff}
.blog-view img{display:block;max-width:100%;border:0 solid rgba(0,0,0,.2)}
.blog-view .mask .main{border-bottom:1px solid #ebebeb;height:45px;color:#484848;margin-top:0}
.blog-img-title{width:100%;padding:0 10px;text-align:left}
.blog-img-title p{margin-bottom:30px;color:#333}
.blog-img-title h3{margin-top:15px;margin-bottom:20px;text-align:left;font-weight:600}
.tabs nav,.tabs nav ul li{text-align:center}
.blog-info li{padding:3px 10px;background:#428bca;color:#fff;display:inline-block}
.blog-info li a{color:#fff}
.blog-info li i{margin-right:10px;font-size:16px}
.blog-view .entry-date{background:#428bca;color:#fff;text-align:center;text-transform:uppercase;position:absolute;left:30px;top:30px;z-index:98;border-bottom:3px solid #004877;box-shadow:0 1px 2px rgba(0,0,0,.3)}
.blog-view .entry-date .month{font-size:14px;margin-top:10px;font-weight:400;padding:0 0 20px}
.blog-view .entry-date .date{font-size:58px;display:block;padding:30px 20px 10px;font-weight:900;text-shadow:0 1px 2px rgba(0,0,0,.2)}
.blog-view .entry-date p{margin:0;background-color:#006098;color:#fff;padding:5px;font-size:13px;font-style:italic;text-transform:none}
.blog-view .entry-date label{color:#fff;margin:0}

.datenews{
   font-size: 12px;
   text-align: left;
   margin-bottom: -7px !important;
   color: #a0afa6;
}