/*
Theme colors :
Main gold: #C7A66C
Light golde: #DABA73
Green Color:#5F7030

Theme border
White Service box Boreder redius: 30px
Service navigation tab redius :65px
input filed Border: 2px;
input filed color on gold :#FCFCFC; trancparncey of 60%;
*/

* {
    margin: 0;
    padding: 0;
    direction: rtl !important;
}

*,
*:before,
*:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    font-family: 'Cairo', sans-serif;
    font-size: 16px;
    color: #222222;
    text-align: right;
}

#TopBtn {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    font-size: 18px;
    border: none;
    outline: none;
    background-color: #C7A66C;
    color: #ffffff;
    cursor: pointer;
    padding: 5px;
    border-radius: 50px;
    height: 40px;
    width: 40px;
    -webkit-box-shadow: 0px 4px 17px -3px rgba(0, 0, 0, 0.61);
    -moz-box-shadow: 0px 4px 17px -3px rgba(0, 0, 0, 0.61);
    box-shadow: 0px 4px 17px -3px rgba(0, 0, 0, 0.61);
}

#TopBtn:hover {
    background-color: #5F7030;
    transition: all .2s ease-out;
}

.header {
    height: 100vh;
    background-image: url(../images/gold.jpg);
    background-size: cover;
    background-position: top;
    clip-path: url(#h-mask);
    width: 100%;
    position: relative;
    z-index: -2;
}

.header0 {
    position: absolute;
    width: 100%;
}

.h-svg {
    position: absolute;
    width: 0;
    height: 0;
}


/* Header search input*/

.search_bar {
    width: 100%;
    position: absolute;
    text-align: center;
    height: 40px;
    margin: 0;
    /* top: 60%; */
    z-index: 1000000;
}

.search_input {
    border-radius: 5px;
    background-color: rgba(255, 255, 255, 0.715);
    padding: 5px;
    border: solid 1px #D5A539;
    width: 50%;
}

.secation2_bg {
    background-image: url(../images/govel_bg.png);
    background-position: top left;
    background-size: 50%;
    background-repeat: no-repeat;
    top: 95%;
    height: 100vh !important;
    z-index: -1;
    margin-top: -20%;
    position: relative;
}

.jumbotron {
    color: white;
    background-image: url("../images/hero.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 85vh;
    padding-top: 40vh;
    ;
}

.jumbotron>.container {
    background-color: rgba(0, 0, 0, 0.7);
}

#news {
    padding-top: 4%;
    padding-bottom: 10%;
}

.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 100000000000000000000;
    top: 0;
    right: 0;
    background-color: #ffffff;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
    background-image: url('../images/govel_bg.png');
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: 60%;
    -webkit-box-shadow: -29px 3px 52px -11px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: -29px 3px 52px -11px rgba(0, 0, 0, 0.4);
    box-shadow: -29px 3px 52px -11px rgba(0, 0, 0, 0.4);
}

.sidenav img {
    align-content: center;
}

.sidnav-open {
    font-size: 15px;
    cursor: pointer;
    padding-right: 20px;
    background-color: #C7A66C;
    color: #ffffff;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    width: 20%;
    padding-left: 20px;
}

.sidnav-open i {
    border-radius: 50%;
    border: 1px solid #ffffff;
    padding: 3px;
    margin: 2px;
    ;
}

.sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 15px;
    color: #2c2c2c;
    display: block;
    transition: 0.3s;
    padding-right: 40px;
}

.sidenav h2 {
    padding-right: 40px;
}

.sidenav a:hover {
    color: #5F7030;
    padding-right: 50px;
}

.sidenav .closebtn {
    position: absolute;
    top: 0;
    left: 10px;
    font-size: 36px;
    margin-right: 50px;
}

#main {
    transition: margin-right .5s;
}

@media screen and (max-height: 450px) {
    .sidenav {
        padding-top: 15px;
    }
    .sidenav a {
        font-size: 18px;
    }
}


/*-----------------------login---------------------------------------*/

.login_bg {
    background-image: url(../images/govel_bg.png);
    background-position: top left;
    background-size: 50%;
    background-repeat: no-repeat;
    top: 0;
    height: 100vh !important;
    z-index: -1;
    position: absolute;
}

#login_form {
    margin-top: 140px;
    text-align: center;
    vertical-align: middle;
}

.user_card {
    margin-top: 165px;
    margin-bottom: 80px;
    height: 440px;
    width: 100%;
    background: rgba(199, 166, 109, 0.8);
    position: relative;
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding: 10px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    -moz-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    border-radius: 5px;
}

.brand_logo_container {
    position: absolute;
    height: 130px;
    width: 130px;
    top: -55px;
    border-radius: 50%;
    background: #ffffff;
    padding: 10px;
    text-align: center !important;
}

.brand_logo {
    height: 110px;
    width: 110px;
    border-radius: 50%;
    border: 2px solid white;
}

.form_container {
    margin-top: 100px;
    padding-right: 40px;
    padding-left: 40px;
}

.login_btn {
    width: 100%;
    background: #C7A66C !important;
    color: white !important;
    border-radius: 40px;
}

.login_btn:focus {
    /*box-shadow: none !important;
    outline: 0px !important;*/
}

.login_container {
    padding: 0 2rem;
}

/*.input-group-text {
    background: transparent !important;
    color: white !important;
    border: 0 !important;
    border-radius: 0.25rem 0 0 0.25rem !important;
}*/

/*.input_user,
.input_pass:focus {
    box-shadow: none !important;
    outline: 0px !important;
    background-color: rgba(255, 255, 255, 0.9) !important;
}*/

.custom-checkbox .custom-control-input:checked~.custom-control-label::before {
    background-color: #C7A66C !important;
}

/*.form-control {
    background-color: transparent !important;
    border-radius: 50px 50px;
    border: solid 1px #ffffff;
    width: 100%;
}*/

/*.input-group>.custom-select:not(:first-child),
.input-group>.form-control:not(:first-child) {
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
}*/


/*-----------------------login---------------------------------------*/

.services_icon {
    position: absolute;
}


/* Navigation */

.nav_bg {
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 2000000000;
    -webkit-box-shadow: 0px 4px 17px -3px rgba(0, 0, 0, 0.61);
    -moz-box-shadow: 0px 4px 17px -3px rgba(0, 0, 0, 0.61);
    box-shadow: 0px 4px 17px -3px rgba(0, 0, 0, 0.61);
    font-weight: bold;
}

.main_nav {
    float: left;
    height: 50%;
    width: 100%
}

.top_nav {
    height: 64%;
    border-bottom: blanchedalmond solid 1px;
    display: flex;
    padding: 5px;
    margin-left: 20px;
    /* font-weight: bold; */
}

.bg-light {
    background-color: #C7A66C !important;
    font-size: 14px;
}

.logo_type {
    text-align: center;
    margin: 15%;
    float: left;
}

.logo_type h1 {
    font-size: 11px;
    color: #fff;
}

.logo_type p {
    font-size: 10px;
    color: #fff;
}

.svg_logo_box {
    position: absolute;
    width: 0;
    height: 0;
}

.logo_box {
    width: 100%;
    height: 350px;
    background: #fff url(../images/logo.png);
    background-size: 70%;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-clip-path: url(#logo_box);
    clip-path: url(#logo_box);
    width: 15%;
    height: 129px;
    margin: 0;
    margin-top: -3px;
    padding: 0;
}

.logo_box img {
    max-height: 30px;
}

.svg_menu {
    position: absolute;
    width: 0;
    height: 0;
}

.left_bg {
    width: 100%;
    height: 350px;
    background: #C7A66C;
    background-size: cover;
    -webkit-clip-path: url(#menu-clip-path);
    clip-path: url(#menu-clip-path);
    height: 130px;
    margin-right: 89px;
    width: 220px;
    float: left;
    padding-right: 10px;
    padding-top: 10px;
}

.navbar {
    display: block;
}

.menu_bg {
    width: 75%;
    height: 120px;
    background-color: #C7A66C;
    float: left;
}

.btn_sh {
    background-color: #C7A66C;
    width: 40px;
    height: 40px;
    padding: 5px;
    border-radius: 5px;
    border: 0px;
    color: #ffffff;
    padding-top: 6;
}

.btn_sh i {
    height: 20px;
}

.btn_sh:hover {
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
    transition: box-shadow 0.3s ease-in-out;
}


/*headings*/

.heading1 {
    color: #C7A66C;
    text-align: center;
}

.mouse_scroll {
    position: absolute;
    margin: 0 auto;
    margin-top: 40px;
    height: 100px;
    text-align: center;
    z-index: -1;
    right: 50%;
    top: 82%;
}

.m_scroll_arrows {
    display: block;
    width: 5px;
    height: 5px;
    -ms-transform: rotate(45deg);
    /* IE 9 */
    -webkit-transform: rotate(45deg);
    /* Chrome, Safari, Opera */
    transform: rotate(45deg);
    border-right: 2px solid #C7A66C;
    border-bottom: 2px solid #C7A66C;
    margin: 0 0 3px 4px;
    width: 16px;
    height: 16px;
}

.unu {
    margin-top: 1px;
}

.unu,
.doi,
.trei {
    -webkit-animation: mouse-scroll 1s infinite;
    -moz-animation: mouse-scroll 1s infinite;
    animation: mouse-scroll 1s infinite;
}

.unu {
    -webkit-animation-delay: .1s;
    -moz-animation-delay: .1s;
    -webkit-animation-direction: alternate;
    animation-direction: alternate;
    animation-delay: alternate;
}

.doi {
    -webkit-animation-delay: .2s;
    -moz-animation-delay: .2s;
    -webkit-animation-direction: alternate;
    animation-delay: .2s;
    animation-direction: alternate;
    margin-top: -6px;
}

.trei {
    -webkit-animation-delay: .3s;
    -moz-animation-delay: .3s;
    -webkit-animation-direction: alternate;
    animation-delay: .3s;
    animation-direction: alternate;
    margin-top: -6px;
}

.mouse {
    height: 42px;
    width: 24px;
    border-radius: 14px;
    transform: none;
    border: 2px solid #C7A66C;
    top: 170px;
}

.wheel {
    height: 5px;
    width: 2px;
    display: block;
    margin: 5px auto;
    background: #C7A66C;
    position: relative;
    height: 4px;
    width: 4px;
    border: 2px solid #C7A66C;
    -webkit-border-radius: 8px;
    border-radius: 8px;
}

.wheel {
    -webkit-animation: mouse-wheel 0.6s linear infinite;
    -moz-animation: mouse-wheel 0.6s linear infinite;
    animation: mouse-wheel 0.6s linear infinite;
}

@-webkit-keyframes mouse-wheel {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(6px);
        -ms-transform: translateY(6px);
        transform: translateY(6px);
    }
}

@-moz-keyframes mouse-wheel {
    0% {
        top: 1px;
    }
    25% {
        top: 2px;
    }
    50% {
        top: 3px;
    }
    75% {
        top: 2px;
    }
    100% {
        top: 1px;
    }
}

@-o-keyframes mouse-wheel {
    0% {
        top: 1px;
    }
    25% {
        top: 2px;
    }
    50% {
        top: 3px;
    }
    75% {
        top: 2px;
    }
    100% {
        top: 1px;
    }
}

@keyframes mouse-wheel {
    0% {
        top: 1px;
    }
    25% {
        top: 2px;
    }
    50% {
        top: 3px;
    }
    75% {
        top: 2px;
    }
    100% {
        top: 1px;
    }
}

@-webkit-keyframes mouse-scroll {
    0% {
        opacity: 0;
    }
    50% {
        opacity: .5;
    }
    100% {
        opacity: 1;
    }
}

@-moz-keyframes mouse-scroll {
    0% {
        opacity: 0;
    }
    50% {
        opacity: .5;
    }
    100% {
        opacity: 1;
    }
}

@-o-keyframes mouse-scroll {
    0% {
        opacity: 0;
    }
    50% {
        opacity: .5;
    }
    100% {
        opacity: 1;
    }
}

@keyframes mouse-scroll {
    0% {
        opacity: 0;
    }
    50% {
        opacity: .5;
    }
    100% {
        opacity: 1;
    }
}

.s-card {
    height: 150px;
    width: 150px;
    background-color: rgba(255, 255, 255, 0.715);
    -webkit-box-shadow: -1px 2px 29px -7px rgba(0, 0, 0, 0.36);
    -moz-box-shadow: -1px 2px 29px -7px rgba(0, 0, 0, 0.36);
    box-shadow: -1px 2px 29px -7px rgba(0, 0, 0, 0.36);
    border-radius: 10px;
    margin-top: 20px;
    padding: 50px 0 50px 0;
    ;
}

.s-card img {
    max-height: 40px;
}

.s-card span {
    display: block;
    text-align: center;
    color: #5F7030;
    font-size: 10px;
    padding-top: 10px;
}

.s-card:hover {
    -webkit-box-shadow: -1px 2px 21px 1px rgba(0, 0, 0, 0.43);
    -moz-box-shadow: -1px 2px 21px 1px rgba(0, 0, 0, 0.43);
    box-shadow: -1px 2px 21px 1px rgba(0, 0, 0, 0.43);
    transition: box-shadow 0.3s ease-in-out;
    text-align: center;
}

.heading_img {
    text-align: center;
    margin-top: 30px;
    margin-bottom: 30px;
    ;
}

.heading_img img {
    max-height: 100px;
}

.center {
    text-align: center;
    /* margin: 0; */
    padding: 0;
    margin: 0 auto;
}

a {
    color: #5F7030;
}

.ul-bg {
    background-color: #ffffff;
    border-radius: 50px;
    border-color: darkred;
    font-size: 23px;
    padding: 7px;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: #697635;
    /* background-color: #5F7030!important; */
    /* border-radius: 60px !important; */
}

.nav-pills .nav-link:hover {
    color: #fff!important;
}

.nav-pills .nav-link {
    border-radius: 121px;
    color: ;
}

.tab-pane {
    text-align: center;
}

.tab-pane.active {
    animation: slide-down 2s ease-out;
}

@keyframes slide-down {
    0% {
        opacity: 0;
        transform: translateY(100%);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.tab-animate.s-card {
    animation: FadeIn 1s linear;
    animation-fill-mode: both;
}

@keyframes FadeIn {
    0% {
        opacity: 0;
        transform: scale(.1);
    }
    85% {
        opacity: 1;
        transform: scale(1.05);
    }
    100% {
        transform: scale(1);
    }
}

.myClass.s-card:nth-child(1) {
    animation-delay: .5s
}

.myClass.s-card:nth-child(2) {
    animation-delay: 1s
}

.myClass.s-card:nth-child(3) {
    animation-delay: 1.5s
}

.myClass.s-card:nth-child(4) {
    animation-delay: 2s
}

.mor_btn {
    border: solid 1px #5F7030;
    background-color: #5F7030;
    border-radius: 50px;
    margin: 40px;
    width: 30%;
    height: 40px;
    color: #FFFFFF;
}

.mor_btn:hover {
    border: solid 1px #C7A66C;
    border-radius: 50px;
    margin: 40px;
    transition: box-shadow 0.3s ease-in-out;
    -webkit-box-shadow: -1px 2px 21px 1px rgba(0, 0, 0, 0.43);
    -moz-box-shadow: -1px 2px 21px 1px rgba(0, 0, 0, 0.43);
    box-shadow: -1px 2px 21px 1px rgba(0, 0, 0, 0.43);
    text-align: center;
    background-color: #C7A66C;
    color: #fff;
}

input:focus[type=text]:focus,
textarea:focus {
    box-shadow: 0 0 5px rgba(208, 168, 133, 0.797);
    padding: 3px 0px 3px 3px;
    margin: 5px 1px 3px 0px;
    border: 1px solid rgba(208, 168, 133, 1);
    background-color: rgba(255, 255, 255, 0.9);
}

ul.nav-pills>li {
    width: 25%;
    text-align: center;
}

.search_location {
    background-image: url(../images/location_bg.png);
    background-size: 30%;
    background-position: left center;
    background-repeat: no-repeat;
    background-color: #4B5A20;
    ;
    height: 400px;
    width: 100%;
}

.secation1 {
    position: relative;
    margin-top: -30%;
    width: 100%;
    height: 80%;
    overflow: hidden;
}

.login_secation {
    position: relative;
    margin-top: 0;
    width: 100%;
    height: 80%;
    /* overflow: hidden; */
    /* padding-bottom: 0px!important; */
}

.secation2 {
    position: relative;
    width: 100%;
    height: 500px;
    overflow: hidden;
}

.court {
    width: 300px;
    position: relative;
    right: 70%;
    padding-top: 10%;
}

.court img {
    width: 80%;
}

.gold {
    background-color: #C7A66C;
    height: 500px;
    clip-path: polygon(38% 0, 100% 0, 100% 100%, 0 100%);
    position: absolute;
    width: 60%;
    z-index: 10;
    -webkit-box-shadow: 12px 0px 17px 2px rgba(0, 0, 0, 0.84);
    -moz-box-shadow: 12px 0px 17px 2px rgba(0, 0, 0, 0.84);
    box-shadow: 12px 0px 17px 2px rgba(0, 0, 0, 0.84);
    padding-top: 7%;
    padding-right: 80px;
}

.gold-iner {
    padding-top: 4px;
    background-image: url('../images/bglocation.png');
    background-size: 50%;
    background-position: center;
    background-repeat: no-repeat;
}

.gold-iner>.btn-primary {
    width: 100%;
    ;
}

.gold select {
    border-radius: 20px;
    width: 50%;
    background-color: rgba(255, 255, 255, 0.646);
    border: #4B5A20 solid 1px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.select {
    height: 40px;
    padding: 5px;
    border: 0;
    font-size: 16px;
    width: 240px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.select:after {
    content: "\f0dc";
    font-family: FontAwesome;
    color: #000;
    padding: 12px 8px;
    position: absolute;
    right: 0;
    top: 0;
    background: red;
    z-index: 1;
    text-align: center;
    width: 10%;
    height: 100%;
    pointer-events: none;
    box-sizing: border-box;
}

.blog .carousel-indicators {
    left: 0;
    top: auto;
    bottom: -40px;
}


/* The colour of the indicators */

.carousel-indicators li {
    background: #DABA73;
    width: 18px !important;
    height: 5px !important;
    border: 0 solid;
}

.carousel-indicators .active {
    background: #C7A66C
}


/* Bootstrap css */

@import "https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css";

/* Propeller typography */

@import "http://propeller.in/components/typography/css/typography.css";

/* Propeller buttons */

@import "http://propeller.in/components/button/css/button.css";

/* Propeller icons */

@import "http://fonts.googleapis.com/icon?family=Material+Icons";
@import "http://propeller.in/components/icons/css/google-icons.css";

/* Propeller css for Floating Action Button*/

.pmd-floating-action {
    bottom: 0;
    position: fixed;
    margin: 1em;
    left: 0;
}

.pmd-floating-action-btn {
    display: block;
    position: relative;
    width: 40px;
    height: 40px;
    padding: 8px;
    transition: all .2s ease-out;
}

.pmd-floating-action-btn:last-child:before {
    font-size: 14px;
    bottom: 25%;
}

.pmd-floating-action-btn:active,
.pmd-floating-action-btn:focus,
.pmd-floating-action-btn:hover {
    box-shadow: 0px 5px 11px -2px rgba(0, 0, 0, 0.18), 0px 4px 12px -7px rgba(0, 0, 0, 0.15);
}

.pmd-floating-action-btn:not(:last-child) {
    opacity: 0;
    -ms-transform: translateY(20px) scale(0.3);
    transform: translateY(20px) scale(0.3);
    margin-bottom: 15px;
    margin-left: 8px;
    position: absolute;
    bottom: 0;
}

.pmd-floating-action-btn:not(:last-child):nth-last-child(1) {
    transition-delay: 50ms;
}

.pmd-floating-action-btn:not(:last-child):nth-last-child(2) {
    transition-delay: 100ms;
}

.pmd-floating-action-btn:not(:last-child):nth-last-child(3) {
    transition-delay: 150ms;
}

.pmd-floating-action-btn:not(:last-child):nth-last-child(4) {
    transition-delay: 200ms;
}

.pmd-floating-action-btn:not(:last-child):nth-last-child(5) {
    transition-delay: 250ms;
}

.pmd-floating-action-btn:not(:last-child):nth-last-child(6) {
    transition-delay: 300ms;
}

.pmd-floating-action:hover .pmd-floating-action-btn,
.menu--floating--open .pmd-floating-action-btn {
    opacity: 1;
    -ms-transform: none;
    transform: none;
    position: relative;
    bottom: auto;
}

.pmd-floating-action:hover .pmd-floating-action-btn:before,
.menu--floating--open .pmd-floating-action-btn:before {
    opacity: 1;
}

.pmd-floating-hidden {
    display: none;
}

.pmd-floating-action-btn.btn:hover {
    overflow: visible;
}

.pmd-floating-action-btn .ink {
    width: 50px;
    height: 50px;
}

.top_menu_span {
    font-size: 22px;
    width: 78px;
    float: right;
    /* font-weight: bold; */
}

.lable_w {
    grid-row: 1;
    color: #ffffff;
    text-align: right;
}

.top_menu_span_text {
    color: #fff;
    text-align: center;
    font-size: 10px;
}

.top_menu_span_icon {
    color: #5F7030;
    text-align: center;
}

.btn-primary {
    color: #5F7030;
    border: #5F7030 solid 1px;
    background-color: transparent !important;
    border-radius: 30px;
}

.btn-primary:hover {
    color: white;
    background-color: #5F7030 !important;
    border-radius: 30px;
    border: 0px;
}

.section2 {
    background-image: url('../images/news-bg.png');
    background-size: cover;
    background-repeat: no-repeat;
    padding-bottom: 60px;
}

.card-body a {
    text-align: center;
}


/* ---- stats.js ---- */

.count-particles {
    background: #000022;
    position: absolute;
    top: 48px;
    left: 0;
    width: 80px;
    color: #13E8E9;
    font-size: .8em;
    text-align: left;
    text-indent: 4px;
    line-height: 14px;
    padding-bottom: 2px;
    font-family: Helvetica, Arial, sans-serif;
    font-weight: bold;
}

.js-count-particles {
    font-size: 1.1em;
}

#stats,
.count-particles {
    -webkit-user-select: none;
    margin-top: 5px;
    margin-left: 5px;
}

#stats {
    border-radius: 3px 3px 0 0;
    overflow: hidden;
}

.count-particles {
    border-radius: 0 0 3px 3px;
}


/* ---- particles.js container ---- */

#particles-js {
    width: 100%;
    height: 100%;
}

@import url('https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css');
section .section-title {
    text-align: center;
    color: #C7A66C;
    margin-bottom: 50px;
    text-transform: uppercase;
}


/*------------------- links---------------*/

.hovereffect {
    width: 250px;
    height: 150px;
    float: left;
    overflow: hidden;
    position: relative;
    text-align: center;
    cursor: default;
    border-radius: 10px;
}

.hovereffect .overlay {
    width: 250px;
    height: 150px;
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
    background-color: rgba(75, 75, 75, 0.7);
    -webkit-transition: all 0.4s cubic-bezier(0.88, -0.99, 0, 1.81);
    transition: all 0.4s cubic-bezier(0.88, -0.99, 0, 1.81);
}

.hovereffect:hover .overlay {
    background-color: rgba(48, 152, 157, 0.4);
}

.hovereffect img {
    display: block;
    position: relative;
}

.hovereffect h2 {
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    position: relative;
    font-size: 17px;
    padding: 10px;
    background: rgba(0, 0, 0, 0.6);
    -webkit-transform: translateY(45px);
    -ms-transform: translateY(45px);
    transform: translateY(50px);
    -webkit-transition: all 0.4s cubic-bezier(0.88, -0.99, 0, 1.81);
    transition: all 0.4s cubic-bezier(0.88, -0.99, 0, 1.81);
}

.hovereffect:hover h2 {
    -webkit-transform: translateY(5px);
    -ms-transform: translateY(5px);
    transform: translateY(5px);
}

.hovereffect a.info {
    display: inline-block;
    text-decoration: none;
    padding: 7px 14px;
    text-transform: uppercase;
    color: #fff;
    border: 1px solid #fff;
    background-color: transparent;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 0.4s cubic-bezier(0.88, -0.99, 0, 1.81);
    transition: all 0.4s cubic-bezier(0.88, -0.99, 0, 1.81);
    font-weight: normal;
    margin: -50px 0 0 0;
    padding: 40px 50px;
}

.hovereffect:hover a.info {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.hovereffect a.info:hover {
    box-shadow: 0 0 5px #fff;
}

.number-normal {
    color: #ECF0F1;
}

.number-diy {
    margin-top: 40px;
}

.number-diy .data ._number {
    background-color: #ffffff;
    background-size: 100% 100%;
    -webkit-box-shadow: 0px 4px 17px -3px rgba(0, 0, 0, 0.61);
    -moz-box-shadow: 0px 4px 17px -3px rgba(0, 0, 0, 0.61);
    box-shadow: 0px 4px 17px -3px rgba(0, 0, 0, 0.61);
    border-radius: 10px;
    margin: 10px;
}

.number-diy .data ._number span {
    background: linear-gradient(to bottom, #FEF1CD, #C7A66C);
    -webkit-background-clip: text;
    color: transparent !important;
}

#counter {
    margin-bottom: 5%;
    padding: 0px;
}

.section3 {
    margin-bottom: 1%;
}

#footer {
    background-image: url('../images/footer_bg_image.png') !important;
    background-size: 50%;
    background-repeat: no-repeat;
    background-color: #C7A66C!important;
    position: relative;
    bottom: 0;
    height: 100%;
}

#footerin {
    /* position: relative; */
    /* z-index: 2; */
    /* height: 400px; */
    /* bottom: 0; */
    /* padding-top: 3%; */
}

#footerparticle {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 400px !important;
}

#footer h5 {
    padding-right: 10px;
    border-right: 3px solid #eeeeee;
    padding-bottom: 6px;
    margin-bottom: 20px;
    color: #ffffff;
}

#footer a {
    color: #ffffff;
    text-decoration: none !important;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}

#footer ul.social li {
    padding: 0 3px;
}

#footer ul.social li a i {
    margin-right: 5px;
    font-size: 25px;
    -webkit-transition: .5s all ease;
    -moz-transition: .5s all ease;
    transition: .5s all ease;
}

#footer ul.social li:hover a i {
    font-size: 30px;
    margin-top: -10px;
}

#footer ul.social li a,
#footer ul.quick-links li a {
    color: #000;
    text-align: right;
    padding-right: 5px;
}

#footer ul.social li a:hover {
    color: #eeeeee;
}

#footer ul.quick-links li {
    padding: 3px 0;
    -webkit-transition: .5s all ease;
    -moz-transition: .5s all ease;
    transition: .5s all ease;
}

#footer ul.quick-links li:hover {
    padding: 3px 0;
    margin-right: 5px;
    font-weight: 700;
}

#footer ul.quick-links li a i {
    margin-right: 5px;
}

#footer ul.quick-links li:hover a i {
    font-weight: 700;
}

@media (max-width:767px) {
    #footer h5 {
        padding-right: 0;
        border-right: transparent;
        padding-bottom: 0px;
        margin-bottom: 10px;
    }
}

#footer img {
    max-height: 150px;
}

#footer_logo {
    text-align: right;
}

.padding-top10 {
    padding-top: 10%;
}

.badge {
    height: 41px;
    background: #5F7030;
    width: 220px;
    text-align: center;
    font-size: 10px;
    line-height: 37px;
    color: #FFF;
    transform: rotate(-45deg);
    position: fixed;
    top: -2px;
    left: -70px;
    box-shadow: inset 0px 0px 0px 4px rgba(255, 255, 255, 0.34);
    z-index: 121212121212;
    padding-right: 20px;
}

.badge:after {
    position: absolute;
    content: '';
    display: block;
    height: 100px;
    width: 100px;
    background: ##DABA73;
    top: -55px;
    left: 130px;
    transform: rotate(-45deg);
    box-shadow: -115px -121px 0px 0px ##DABA73;
}
.dropdown-item {

        text-align: center;


}

.dropdown-menu {
        background: rgb(199, 166, 108)!important;
        osition: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: .5rem 0;
    margin: .125rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: center;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: .25rem;
padding:0px
}
.dropdown-item:focus, .dropdown-item:hover {
    color: #16181b!important;
    /* text-decoration: none!important; */
    background-color: #5f7030!important;
}
.dropdown-item.active, .dropdown-item:active {
    color: #fff!important;
    text-decoration: none!important;
    background-color: #5f7030!important;
}
.dropdown-divider {
    height: 0;
    margin: 0px;
    overflow: hidden;
    border-top: 1px solid #e9ecef;
}
.badge .left {
    position: absolute;
    content: '';
    display: block;
    top: 50px;
    left: 25px;
    height: 8px;
    width: 8px;
    background: linear-gradient(135deg, rgba(90, 146, 106, 1) 50%, rgba(90, 146, 106, 0) 50.1%);
}

.badge .right {
    position: absolute;
    content: '';
    display: block;
    top: 50px;
    left: 157px;
    height: 8px;
    width: 8px;
    background: linear-gradient(135deg, rgba(90, 146, 106, 1) 50%, rgba(90, 146, 106, 0) 50.1%);
    transform: rotate(90deg);
}

.sidenam_logo {
    text-align: center;
    width: 150px;
    margin-right: 50px;
}

.tag-wrap {
    filter: drop-shadow(-31px -15px 24px rgba(0, 0, 0, 0.5));
}

#sel {


        display: flex!important;

}

button#btnGroupDrop1 {
    color: white;
        top: -5px;
}

   .highlightedSearchText {
        
        
            background-color:yellow!important;
        }
        
        