.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}

.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown-submenu:hover>a:after {
    border-left-color: #fff;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}

.stickydks {
    background: transparent;
}

.dksfixed {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    width: 100%;
    background-color: #fff;
    box-shadow: 0px 8px 8px -6px rgba(0, 0, 0, .5);

    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInDown;
    animation-delay: 0.3s;
}

.dksfixed .navbar-nav>li>a {
    color: #fff !important;
}

body {
    font-family: 'Rubik', sans-serif;
    background-color: #fff;
    font-size: 16px;
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden;
    color: #000;
}

p {
    font-size: 16px;
}

a {
    color: #525252;
    text-decoration: none;
}

a:hover,
a:focus,
a:active {
    color: #b28e33;
    text-decoration: none;
}

.navbar-default {
    position: relative;
    top: auto;
    z-index: +99;
    /* left: 5%; */
    background-color: #2d3e50;
    /*    box-shadow: 0 2px 4px -1px rgb(0 0 0 / 25%);*/
    border-color: transparent;
    margin-bottom: 0;
    width: 100%;
    border-radius: 0;
}

.navbar-brand {
    height: auto;
    padding: 8px 65px 0 0
}

.navbar-brand>img {
    width: 190px;

}

.navbar-default .navbar-nav>li>a {
    color: #fff;
    font-size: 16px;
    text-transform: capitalize;
    font-weight: 400;
    letter-spacing: 1px;
    -webkit-transition: color .25s ease-out;
    -o-transition: color .25s ease-out;
    transition: color .25s ease-out;

    outline: none;
    text-decoration: none;
    vertical-align: baseline;
    text-align: center;
    width: auto;
    display: block;
    text-transform: none;
    text-decoration: none;

}

.navbar-default .navbar-nav .dropdown-toggle:hover .dropdown-menu {
    display: block;
    background-color: transparent;
}

.navbar-default .navbar-nav>li>a:focus,
.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>.open>a:hover {
    color: #fff;
    background-color: transparent;
}

.navbar-nav {
    display: block;
    padding: 25px 0;
}

.navbar-nav.navbar-right {
    display: block;
    padding: 0;
    /*background-color:#b28e33;*/
    /*margin:5px 0;*/
}

.top-menuBar {
    background-color: #fff;
    border-top-width: 1px;
    border-right-width: 0;
    border-bottom-width: 1px;
    border-left-width: 0;
    padding-top: 15px;
    padding-bottom: 15px;
    position: relative;
}

.top-menuBar ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.top-menuBar ul li {
    float: left;
    font-size: 14px;
    color: #a1a2a2;
    padding-right: 19px;
}

.top-menuBar ul li i {
    margin-right: 6px;
}

.top-menuBar .leftSide {}

.top-menuBar .rightSide {
    float: right
}

.navbar-right .topbarBtn {
    background: #b28e33 !important;
    color: #fff;
    box-shadow: 0 0 25px -14px #b28e33;
    letter-spacing: 1px !important;
    padding: 14px 47px;
    margin: 27px 0;
}

.navbar-nav>li a:hover {
    background: transparent;
}



.navbar-right .topbarBtn:hover {
    /*background: #020d26 !important;*/
    /*color: #fff;*/
    /*box-shadow: 0 0 25px -14px #020d26 !important;*/
    background: #ffffffc2 !important;
    color: #fff !important;
    box-shadow: 0 0 25px -14px #a1a2a2;
}


/*serch icon*/

/*
.search-form{
        position: relative;
}
*/
.navbar-form {
    position: relative;
    padding: 15px 0;
}




section {
    padding: 60px 0 25px;
}


/*btns*/

.thm_btn {
    background: #b28e33 !important;
    color: #fff !important;
    box-shadow: 0 0 25px -14px #b28e33;
    padding: 15px 25px;
}

.thm_btn:hover {
    background: #ffffffc2 !important;
    color: #b28e33;
    box-shadow: 0 0 25px -14px #a1a2a2;
}

.thm2Btn {

    background: #0c0c0c6b;
    border: 0px;
    color: #fff;
    box-shadow: 0 0 1px #ccc;
    -webkit-transition-duration: 0.5s;
    -webkit-transition-timing-function: linear;
    box-shadow: 0px 0 0 #31708f inset;
    padding: 20px 25px
}

.thm2Btn span {
    padding-right: 10px;
}

.thm2Btn:hover {
    box-shadow: 250px 0 0 #b28e33 inset;
    color: #fff;
}

.thm3Btn {
    background: #000;
    border: 0px;
    color: #fff;
    box-shadow: 0 0 1px #ccc;
    -webkit-transition-duration: 0.5s;
    -webkit-transition-timing-function: linear;
    box-shadow: 0px 0 0 #31708f inset;
    padding: 15px 18px;
}

.thm4Btn {
    background: #fff;
    border: 0px;
    color: #000;
    box-shadow: 0 0 1px #ccc;
    -webkit-transition-duration: 0.5s;
    -webkit-transition-timing-function: linear;
    box-shadow: 0px 0 0 #31708f inset;
    padding: 15px 18px;
}

.thm4Btn:hover {
    backgroung: #b28e33;
}


.thm3Btn span {
    padding: 0 10px;
}

.thm3Btn:hover {
    box-shadow: 250px 0 0 #fff inset;
    color: #000;
}

.btnholder {
    margin-top: 34px;
}

/*end btns*/
@media only screen and (max-width: 767px) {
    .navbar-default .navbar-toggle {
        border-color: #b28e33;
    }

    .thm_btn {
        padding: 9px 16px;
        font-size: 12px;
    }

    .thm2Btn {
        padding: 7px 10px;
        display: block;
        margin-top: 11px;
        width: 200px;
    }

    .btnholder {
        margin-top: 5px;
    }

    .navbar-toggle {
        margin-top: 31px;
    }



    #slide-navbar-collapse {
        position: fixed;
        top: 0;
        left: 15px;
        z-index: 99;
        width: 305px;
        height: 100%;
        background-color: #06163a;
        overflow: auto;
    }

    .menu-overlay {
        display: none;
        background-color: #000;
        bottom: 0;
        left: 0;
        opacity: 0.5;
        filter: alpha(opacity=50);
        /* IE7 & 8 */
        position: fixed;
        right: 0;
        top: 0;
        z-index: 49;
    }
}