.single-feature a{
    padding: 10px;
}
/*preloader*/
#preloader {
    position: fixed;
    z-index: 20000;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../images/uzbektourism.png) center no-repeat #222222 !important;
    /*background: center no-repeat #161B29 !important;*/
    background-size: 180px 180px !important;
    text-align: center;
}
.preloader1 {
    width: 200px;
    height: 200px;
    display: inline-block;
    padding: 0px;
    border-radius: 100%;
    border: 4px solid;
    border-top-color: #ffa854;
    border-bottom-color: rgba(0, 0, 0, 0.1);
    border-left-color: rgba(0, 0, 0, 0.1);
    border-right-color: rgba(0, 0, 0, 0.1);
    -webkit-animation: preloader1 0.9s ease-in infinite;
    animation: preloader1 0.9s ease-in infinite;
    position:absolute;
    margin-left:-100px;
    margin-top: -63px;
    top: 47%;
    -webkit-box-shadow: 0px 0px 50px 0px rgba(255,255,255,1);
    -moz-box-shadow: 0px 0px 50px 0px rgba(255,255,255,1);
    box-shadow: 0px 0px 50px 0px rgba(255,255,255,1);
}
@keyframes preloader1 {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}
@-webkit-keyframes preloader1 {
    from {
        -webkit-transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
    }
}



body{
    overflow-x: hidden !important;
    max-width: 100vw !important;
}

.header,
.header__menu{
    display: flex;
}

.header{
    background: linear-gradient(0deg, rgba(0,212,255,0) 0%, rgb(9 9 121 / 3%) 0%, rgb(7 0 123 / 68%) 98%);
    justify-content:space-between;
    align-items:center;
    padding: 0 10px;

}

/*.header,*/
.header__sub1,
.header__sub2{
    background-color: #fff;
    z-index: 5;
    color: black;
    line-height: 10px;
}

.header__logo{
    font-size:1.5em;
    text-transform: uppercase;
    font-weight:300;
}

.header__logo,
.header__menu{
    margin:0;
}

.header__menu{
    padding-left: 0;
    position: relative;
    font-family: 'Open Sans', sans-serif;
    font-size: 20px;
}

.header,
.header__menu a{
    color:#fff;
}

.header__menu a{
    text-decoration:none;
    line-height: 1.4;
    display: block;
}

.header__menu li{
    list-style:none;
}

.header__menu li:hover{
    cursor:pointer;
}

.header__menu > li{
    margin-right: 15px;
}

.header__sub1,
.header__sub2{
    display: none;
    position: absolute;
    width: 12em;
    padding: 9px 0;
    font-size: 17px;
}

.header__sub1 li{
    border-bottom: .5px solid rgba(255,255,255,.2);
}

.header__sub1 li:last-child,
.header__sub2 li:last-child{
    border:0;
}

.header__sub2{
    left:10em;

    /*  Medida por resolver  */
    top:66.5%;
}

/* Activación de menú */
li:hover .header__sub1{
    display: block;
}

.header__sub1 li:hover .header__sub2{
    display: block;
}

/* Iconos */
.caret-down,
.header__sub1 .caret-right{
    margin-left: .5em;
}
.header__sub1 > li > a{
    color: black;
}
.header__sub2 > li > a{
    color: black;
}

.a_href:hover{
    color: white;
}



.wrp {
    text-align: center;
    height: 100%;
    width: 100%;
}
.wrp::before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}
.icon {
    display: inline-block;
    font-size: 28px;
    line-height: 90px;
    height: 18px;
    width: 13px;
    margin-right: 20px;
    color: #4099ff;
    border-radius: 100%;
    position: relative;
}
.icon::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border-radius: 100%;
    background: rgba(0,0,0,0.1);
    z-index: -1;
}
.icon::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    vertical-align: middle;
    width: 100%;
    height: 100%;
    transform: scale(0);
    background: #4099ff;
    border-radius: 100%;
    z-index: -1;
}
.icon:hover {
    animation-name: bubble2;
    animation-duration: 0.3s;
    animation-delay: 0.1s;
    animation-fill-mode: forwards;


}
.icon:hover::after {
    animation-name: bubble;
    animation-duration: 0.5s;
    animation-fill-mode: forwards;
}
.icon-twitter {
    color: #a8b2c5;
}
.icon-twitter::after {
    background: #4099ff;
}
.icon-facebook {
    color: #a8b2c5;
}
.icon-facebook::after {
    background: #3b5998;
}
.icon-instagram {
    color: #a8b2c5;;
}
.icon-instagram::after {
    background: #3f729b;
}
.icon-gplus {
    color: #a8b2c5;;
}
.icon-gplus::after {
    background: #dc4e41;
}
@-moz-keyframes bubble {
    100% {
        transform: scale(1);
    }
}
@-webkit-keyframes bubble {
    100% {
        transform: scale(1);
    }
}
@-o-keyframes bubble {
    100% {
        transform: scale(1);
    }
}
@keyframes bubble {
    100% {
        transform: scale(1);
    }
}
@-moz-keyframes bubble2 {
    100% {
        color: #fff;

    }
}
@-webkit-keyframes bubble2 {
    100% {
        color: #fff;
    }
}
@-o-keyframes bubble2 {
    100% {
        color: #fff;
    }
}
@keyframes bubble2 {
    100% {
        color: #fff;
    }
}
.galler{
    color: #0656a5;
    font-size: 21px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    margin-bottom: 5px;
    cursor: pointer;
}

#button {
    display: inline-block;
    background-color: #6c757d;
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 4px;
    position: fixed;
    bottom: 30px;
    right: 30px;
    transition: background-color .3s,
    opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
}
#button::after {
    content: "\f077";
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    font-size: 2em;
    line-height: 50px;
    color: #fff;
}
#button:hover {
    cursor: pointer;
    background-color: #333;
}
#button:active {
    background-color: #555;
}
#button.show {
    opacity: 1;
    visibility: visible;
}

/* Styles for the content section */


.content h1 {
    margin-bottom: -10px;
    color: #03a9f4;
    line-height: 1.5;
}
.content h3 {
    font-style: italic;
    color: #96a2a7;
}
.header__sub1 > li {
    padding: 6px 12px;
    font-size: 14px;
}
.law{
    margin-left: -90px;
}
.header__sub1>li:hover{
    background: #eee;
    color: #262686!important;
}

#logo-media{
    padding: 14px 7px 14px 14px;
    width: 170px;
    height: auto;
    cursor: pointer;
}
.hover_tran:hover{
    transform: translate(12px);
}
.fa-user-o:before{
    color: #0a73bb;
}



@-webkit-keyframes scroll {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    100% {
        -webkit-transform: translateX(calc(-250px * 7));
        transform: translateX(calc(-250px * 7));
    }
}

@keyframes scroll {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    100% {
        -webkit-transform: translateX(calc(-250px * 7));
        transform: translateX(calc(-250px * 7));
    }
}
.slider {
    background: pr;
    /*box-shadow: 0 10px 20px -5px rgba(0, 0, 0, 0.125);*/
    height: 100px;
    margin: auto;
    overflow: hidden;
    position: relative;
    /*width: 960px;*/
}
.slider::before, .slider::after {
    background: linear-gradient(to right, white 0%, rgba(255, 255, 255, 0) 100%);
    content: "";
    height: 100px;
    position: absolute;
    z-index: 2;
}
.slider::after {
    right: 0;
    top: 0;
    -webkit-transform: rotateZ(180deg);
    transform: rotateZ(180deg);
}
.slider::before {
    left: 0;
    top: 0;
}
.slider .slide-track {
    -webkit-animation: scroll 40s linear infinite;
    animation: scroll 40s linear infinite;
    display: flex;
    width: calc(250px * 14);
}
.slider .slide {
    height: 100px;
    width: 512px;
}
.slader_images{
    width: 512px;
    height: 338px;
    object-fit: cover;
}

@media only screen and (min-width: 500px) and (max-width: 624px) {
    #vmap {
        width: 523px!important;

    }





/*endPreloader*/

.breadcrumb > .active {
    color: #777;
}

