﻿#google_translate_element select {
    padding: 0px 5px;
    background-color: transparent;
    border: none;
}

.goog-te-banner-frame {
    display: none !important
}

.goog-te-banner {
    display: none !important;
}

    .goog-te-banner-frame.skiptranslate {
        display: none !important;
    }



.float-end {
    float: right !important;
}

.bottomfotter {
    background-color: #0d0330 !important;
}

.footerdv::before {
    content: "";
    position: absolute;
    background-image: url(../images/png/footer.png);
    z-index: 99;
    width: 100%;
    background-size: contain;
    height: 45px;
    background-repeat: no-repeat;
    text-align: center;
    margin: auto;
    background-position: center;
}


.footerBG::after {
    content: "";
    position: absolute;
    background-image: url(../images/media/book.png);
    width: 198px;
    height: 284px;
    background-repeat: no-repeat;
    background-size: contain;
    margin-top: -126px;
    right: 83px;
}


.socialExp li a {
    border-radius: 50%;
    background-color: transparent;
    border: 1px solid #2e2e4c;
    box-shadow: 3px 9px 16px rgb(0,0,0,0.4), -3px -3px 10px rgba(255,255,255, 0.06), inset 14px 14px 26px rgb(0,0,0,0.3), inset -3px -3px 15px rgba(255,255,255, 0.05);
}

.socialExp li a:hover
{
    box-shadow:none;
}

.brdrshadow {
    border-top: 1px solid #deedde;
    box-shadow: rgba(33, 35, 38, 0.1) 0px -9px 10px -10px;
}
.owl-carousel.owl-drag .owl-item {
    box-shadow: rgba(17, 17, 26, 0.05) 0px 1px 0px, rgba(17, 17, 26, 0.1) 0px 0px 8px;
}

.dv{
    margin-top:5px;
}

.single-page .wrapper > .dv {
    width: 100%;
    transition: all 0.5s;
    background: #fff;
    width: 100%;
}

.single-page .wrapper > .dv > div {
    position: relative;
    margin-bottom: 15px;
}

.single-page .wrapper .labelControl {
    position: relative;
    text-align: left;
    float: left;
    width: 100%;
    left: 0;
    font-size: 15px;
    margin: 0;
}

.single-page .wrapper .textboxControl {
    border: solid 1px rgb(14 14 14 / 20%);
    outline: none;
    -webkit-box-shadow: 0 3px 6px 0 rgba(0,0,0,0.1), 0 0 2px 0 rgba(0,0,0,0.1);
    box-shadow: 0 3px 6px 0 rgba(0,0,0,0.1), 0 0 2px 0 rgba(0,0,0,0.1);
    padding: 5px 15px;
    width: 100%;
    height: 35px;
    margin-bottom: 8px;
    border-radius: 5px;
}

.single-page .wrapper .textboxControl:focus {
    border-color: #ec296b;
    transition:0.5s;
    box-shadow:none;
}
