body {
    font-family: "Roboto", sans-serif, "font awesome 6 free", 'FontAwesome' !important;
    font-size: 14px !important;
}

.body {
    margin: 0 auto;
}

.dredbg {
    background: #c11111 !important;
}

.dgraybg {
    background: #1a1a1a !important;
}

.lgraybg {
    background: #e8e8e8 !important;
}
.ctbg {
    background: rgba(0, 0, 0) !important;
}
.txtfff {
    color: #fff !important;
}

.txt000 {
    color: #000 !important;
}

.txtdred {
    color: #c11111 !important;
}

.txtcenter {
    text-align: center !important;
    margin: 0 auto !important;
}

.txtleft {
    text-align: left !important;
}

.txtright {
    text-align: right !important;
}

.mtop20 {
    margin-top: 20px;
}

.mtop30 {
    margin-top: 30px;
}

.mtop40 {
    margin-top: 40px;
}

.floatleft {
    float: left;
}

.floatright {
    float: right;
}

.dredbgtxt,
.dredbgtxt a,
.dredbgtxt i {
    color: #fff !important;
}

.dredbgtxt a:hover {
    color: #fff !important;
    text-decoration: underline !important;
}

.price {
    position: relative;
    margin-top: 10px;
    color: #c11111 !important;
}

.oldprice {
    font-size: 28px !important;
    color: #000000 !important;
    text-decoration: line-through !important;

}

.newprice {
    font-size: 16px !important;

}

.applynowbtntop {
    font-size: 20px;
}

.txtleft {
    text-align: left !important;
}

.txtright {
    text-align: right !important;
}

.txtjust {
    text-align: justify !important;
}

.text-8 {
    font-size: 24px !important;
    line-height: 28px !important;
}

.stepctimg {
    text-align: center;
}

.stepctimg img {
    width: 75% !important;
    height: auto !important;
    margin: 0 auto;
}

.footer-copyright i {
    margin-right: 1px !important;
}

.sep {
    margin: 0 10px !important;
}

.section.section.section-height-3 {
    padding: 20px 0 !important;
}

.networkimg img {
    width: 100%;
}

.nav-i i {
    margin-right: 5px !important;
}

.uzflaground img {
    width: 38px;
}


.floatsm a:hover,
.floatsm a:focus {
    color: #0a1c2e !important;
}

.whatsapp-float {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 100px;
    right: 20px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px #999;
    z-index: 1000;
}

.whatsapp-my-float {
    margin-top: 16px;
}

.telegram-float {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 165px;
    right: 20px;
    background-color: #64a2ff;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px #999;
    z-index: 1000;
}

.telegram-my-float {
    margin-top: 16px;
}



/* Logo Slider */
/* .logoslider-prev {
    position: absolute !important;
    left: -55px !important;
    top: 40%;
} */

/* .logoslider-next {
    position: absolute !important;
    right: -55px !important;
    top: 40%;
} */

.flip-content h1,
.flip-content p {
    font-size: 12px;
}

.flip-content i {
    margin: 12px;
}

.flip-content img {
    border-radius: 100%;
    width: 70%
}

.header-nav-maina {
    color: #430000 !important;
}

.header-nav-main a:hover {
    text-decoration: underline !important;
}

.flat-row{
    clear: both;
    display: block;
    position: relative;
    padding: 80px 0;
}
.flat-client .client img {
    width: 175px !important;
    padding: 0;
    margin: 0;
}

.imageRow{
    text-align: center;
    width:86%;
    margin: 0 auto;
}
.single{
    float: left;
}

.flat-language .langflag img {
    width: 16px;
}

#header .header-nav.header-nav-links:not(.header-nav-light-text) nav>ul>li:first-child>a,
#header .header-nav.header-nav-line:not(.header-nav-light-text) nav>ul>li:first-child>a {
    color:#004fa3 !important;
}
.ctclickhere{
    color:#c11111;
}
.ctclickhere:hover{
    color:#1157c1;
}

.header-top{
    background-color: #c11111;
}




.slick-slide {
    margin: 0px 20px;
}

.slick-slide img {
    width: 100%;
}

.slick-slider
{
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
            user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;
    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;
    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
.owl-nav,
.owl-dot{
    display: none;
}



@media only screen and (max-width:479px) {
    #library .imageRow{
        text-align: center;
        width:67%;
    }
}
