﻿
.slide {
    bottom: 4em;
    right: 0;
    left: 0;
    position: absolute;
}

    .slide div {
        position: absolute;
        left: 0;
        bottom: 0;
        margin: auto;
        width: 30em;
        opacity: 0;
        right: 0;
        margin: auto;
        animation: slideimg 30s linear infinite;
    }

    .slide .carousel-caption {
        background-color: rgba(0,0,0,0.6);
        font-size: 2em;
        padding: 0.5em 0.5em 1.5em 0.5em;
        font-weight: bold;
    }

.SecCarousel {
    position: relative;
    width: 100%;
    background-color: var(--OneColor);
    padding: 2em;
    margin-top: 4em
}

    .SecCarousel .carousel-indicators {
        background-color: var(--OneColor);
        width: 10em !important;
        left: 0 !important;
        right: 0;
        padding: 0.5em 1em !important;
        margin: auto;
        position: absolute;
        -webkit-border-top-left-radius: 1em;
        border-top-left-radius: 1em;
        -webkit-border-top-right-radius: 1em;
        border-top-right-radius: 1em;
    }

    .SecCarousel .carousel-indicators {
        bottom: -10px;
    }

        .SecCarousel .carousel-indicators li {
            background-color: white;
        }

        .SecCarousel .carousel-indicators .active {
            background-color: var(--TwoColor);
        }

    .SecCarousel .slide {
        position: relative !important;
        bottom: 0;
        -moz-border-radius: 2em;
        -webkit-border-radius: 2em;
        border-radius: 2em;
        overflow: hidden;
    }

    .SecCarousel .carousel-inner {
        position: relative;
        width: 100%;
        overflow: hidden;
    }

    .SecCarousel div {
        opacity: 1;
        width: 100%;
    }

    .SecCarousel .carousel-item {
        position: relative;
        display: none;
        float: left;
        width: 100%;
        margin-right: -100%;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        transition: -webkit-transform .6s ease-in-out;
        transition: transform .6s ease-in-out;
        transition: transform .6s ease-in-out,-webkit-transform .6s ease-in-out;
    }

        .carousel-item-next, .carousel-item-prev, .SecCarousel .carousel-item.active {
            display: block;
        }


@media screen and (max-width: 500px) {
    .slide .carousel-indicators {
        display: none;
    }

    .slide .carousel-caption {
        font-size: 0.9em;
        padding: 0.5em 0.5em 0.5em 0.5em;
    }

    .Slid2 {
        top: -12em !important;
    }

    .SecCarousel {
        padding: 1em;
    }
}


.SecCarousel img {
    width: 100% !important;
    height: auto !important;
    max-width: none !important;
}


.BeforMenuA, .BeforTitle, .BeforMenu {
    display: none;
}

.MenuShowMob {
    display: none;
}


@media screen and (max-width: 900px) {

    .BeforMenuA, .BeforMenu {
        display: inline;
    }

        .BeforMenu i {
            font-size: 0.7em;
            padding-right: 2em;
        }

    nav li {
        display: block;
        border-bottom: 2px solid rgba(255,255,255,0.2);
        padding-right: 1em;
    }

    .MenuDrop {
        display: none;
    }

    .MenuShowMob {
        display: block;
    }

    #bar1 {
        position: absolute;
        top: 0.5em;
        right: 0.5em;
    }

    #bar2 {
        position: absolute;
        top: 1em;
        right: 0.5em;
    }

    #bar1 span {
        width: 1.3em;
        height: 0.1em;
        background-color: white;
        padding: 0;
        position: absolute;
        -moz-transition: 0.3s;
        -o-transition: 0.3s;
        -webkit-transition: 0.3s;
        transition: 0.3s;
    }

        #bar1 span:nth-child(1) {
            top: 0;
        }

        #bar1 span:nth-child(2) {
            top: 0.4em;
        }

        #bar1 span:nth-child(3) {
            top: 0.8em;
        }

    #bar2 span {
        width: 1.3em;
        height: 0.1em;
        margin-bottom: 0.3em;
        background-color: white;
        padding: 0;
        position: absolute;
        -moz-transition: 0.3s;
        -o-transition: 0.3s;
        -webkit-transition: 0.3s;
        transition: 0.3s;
    }

        #bar2 span:nth-child(1) {
            transform-origin: center;
        }

        #bar2 span:nth-child(2) {
            transform-origin: center;
        }
}



.hoverSocial a img {
    filter: grayscale(100%);
    -moz-transition: .3s;
    -o-transition: .3s;
    -webkit-transition: .3s;
    transition: .3s;
}

.hoverSocial a:hover img {
    filter: grayscale(0);
}

.BlogBody {
    background-color: white;
}

    .BlogBody .container {
        width: 100%;
        padding: 1em 2em;
    }

    .BlogBody .blog {
        padding: 0 1em;
    }

    .BlogBody .Divbreadcrumb nav {
        background-color: rgb(240,240,240);
        -moz-border-radius: 1em;
        -webkit-border-radius: 1em;
        border-radius: 1em;
        padding: 0;
    }

    .BlogBody .AllContent {
        background-color: rgb(240,240,240);
        -moz-border-radius: 1em;
        -webkit-border-radius: 1em;
        border-radius: 1em;
        padding: 0.5em;
    }

    .BlogBody .breadcrumb {
        background-color: transparent;
        padding: 0.5em;
    }

    .BlogBody .TittleContent {
        font-weight: bold;
        background-color: white;
        -moz-border-radius: 0.8em;
        -webkit-border-radius: 0.8em;
        border-radius: 0.8em;
        padding: 0.3em 1em;
    }

    .BlogBody .Divbreadcrumb nav a {
        color: black;
    }

    .BlogBody .DContent {
        -moz-border-radius: 1em;
        -webkit-border-radius: 1em;
        border-radius: 1em;
        margin: 0.5em 0;
    }

        .BlogBody .DContent:nth-child(1) {
            margin-top: 0;
        }

.rslides_tabs {
    background: rgba(0,0,0,.25);
    box-shadow: 0 0 1px rgb(255 255 255 / 30%), inset 0 0 5px rgb(0 0 0);
    -moz-box-shadow: 0 0 1px rgba(255,255,255,.3), inset 0 0 5px rgba(0,0,0,1.0);
    -webkit-box-shadow: 0 0 1px rgb(255 255 255 / 30%), inset 0 0 5px rgb(0 0 0);
    font-size: 18px;
    list-style: none;
    margin: 0 auto 50px;
    max-width: 540px;
    padding: 10px 0;
    text-align: center;
    width: 100%;
}

    .rslides_tabs li:first-child {
        margin-left: 0;
    }

    .rslides_tabs li {
        display: inline;
        float: none;
        margin-right: 1px;
    }

    .rslides_tabs .rslides_here a {
        background: rgba(255,255,255,.1);
        color: #fff;
        font-weight: bold;
    }

    .rslides_tabs a {
        width: auto;
        line-height: 20px;
        padding: 9px 20px;
        height: auto;
        background: transparent;
        display: inline;
    }

.SearchBox {
}

    .SearchBox .form-control {
        -moz-border-radius: 1em;
        -webkit-border-radius: 1em;
        border-radius: 1em;
        background-color: rgb(245,245,245);
        padding-right: 4em;
    }

    .SearchBox button {
        position: absolute;
        right: 1em;
        top: 0px;
        background-color: transparent !important;
        border: none !important;
        color: black;
    }


.BlogBody .BlockBlog {
    padding: 0 0.3em;
    border: 0;
}

.BlogBody .RightBlog {
    padding-left: 0.2em;
}

.BlogBody .BlockBlog div {
    background-color: rgb(245,245,245);
    height: 100%;
    -moz-border-radius: 1em;
    -webkit-border-radius: 1em;
    border-radius: 1em;
}

.BlogBody .BlockBlog img {
    border: none;
    padding: 0.5em;
    background-color: transparent;
    -moz-border-radius: 1em;
    -webkit-border-radius: 1em;
    border-radius: 1em;
}

.BlogBody .BlBack {
    height: 22em;
}

.BlogBody .btn-info {
    position: absolute;
    bottom: 1em;
    left: 1em;
    -moz-border-radius: 1em;
    -webkit-border-radius: 1em;
    border-radius: 1em;
}

.DetailUl .btn-info {
    position: relative;
    bottom: 0;
    left: 0;
    right: 0.5em;
}

.BlogBody .btn-warning {
    -moz-border-radius: 1em;
    -webkit-border-radius: 1em;
    border-radius: 1em;
}

.BlockBlog:hover .btn-info {
    background-color: rgb(255,140,0) !important;
}

.RightBlog .DContent {
    background-color: rgb(245,245,245);
    -moz-border-radius: 1em;
    -webkit-border-radius: 1em;
    border-radius: 1em;
    padding: 0.1em 0.5em;
}

    .RightBlog .DContent h4 {
        font-family: 'BKoodak' !important;
        font-size: 1em !important;
        background-color: white;
        -moz-border-radius: 0.5em;
        -webkit-border-radius: 0.5em;
        border-radius: 0.5em;
        padding: 0.3em 1em;
        text-align: right;
        color: black;
    }


.RightBlog ul {
    padding-right: 1em;
    list-style: none;
}

.RightBlog li:before {
    content: '>';
    color: var(--OneColor);
    padding-left: 0.3em;
    font-weight: bold;
}

.BlogBody .ReadBlog {
    background-color: rgb(235,235,235);
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    margin-bottom: 0;
    margin-top: 15em;
}

    .BlogBody .ReadBlog img {
        width: 100%;
        margin-top: -10em;
    }

    .BlogBody .ReadBlog .btn-success {
        -moz-border-radius: 0;
        -webkit-border-radius: 0;
        border-radius: 0;
        font-size: 2em;
        margin-top: 1em;
    }

    .BlogBody .ReadBlog p {
        text-align: center;
        font-size: 1.5em;
        font-weight: bold;
        margin-top: 2em;
    }

    .BlogBody .ReadBlog .col-md-7 {
        float: right;
    }

@media screen and (max-width: 600px) {

    .minHeader {
        background-position: right !important;
        height: 8em !important;
        min-height: auto !important;
    }

    .logososial {
        position: absolute;
        transform: scale(0.7);
        top: -1em;
        right: 1.2em;
    }

    .BlogBody .ReadBlog p {
        font-size: 1.2em;
        margin-top: 4em;
    }

    .BlogBody .ReadBlog .btn-success {
        font-size: 1.3em;
    }

    .col-md-3 {
        width: 100%;
    }

    .BlogBody .BlBack {
        width: 100%;
        height: auto;
    }

    .BlogBody .BlockBlog div {
        padding-bottom: 3em;
    }

    .BlogBody .TittleContent {
        display: block;
        margin-bottom: 0.5em;
    }
}


.LeftBlog {
    padding: 0;
}

    .LeftBlog .DContent {
        background-color: rgb(245,245,245);
        -moz-border-radius: 1em;
        -webkit-border-radius: 1em;
        border-radius: 1em;
        padding: 0.5em;
    }

    .LeftBlog h1 {
        background-color: white;
        text-align: center;
        color: var(--OneColor);
        -moz-border-radius: 1em;
        -webkit-border-radius: 1em;
        border-radius: 1em;
        padding: 0.5em;
        margin: 0;
    }

    .LeftBlog .col-sm-4 {
        padding: 0 1em;
    }

        .LeftBlog .col-sm-4 div {
            padding: 0.3em;
            text-align: center;
            color: gray;
            background-color: white;
            -moz-border-radius: 1em;
            -webkit-border-radius: 1em;
            border-radius: 1em;
        }

.EmtiazDiv .btnShare {
    -moz-border-radius: 0.5em;
    -webkit-border-radius: 0.5em;
    border-radius: 0.5em;
    padding: 0.1em;
    background-color: transparent;
    display: inline-block;
}

.EmtiazDivSub {
    display: inline-block;
    width: 48%;
}

.TitleComment {
    text-align: center;
    color: var(--OneColor);
}

.LeftBlog .form-control {
    -moz-border-radius: 1em;
    -webkit-border-radius: 1em;
    border-radius: 1em;
}

@media screen and (max-width: 600px) {

    .EmtiazDivSub {
        display: inline-block;
        width: 100%;
    }
}


.IsSafe .DContent,
.IsSafe .LeftBlog h1,
.IsSafe .LeftBlog .col-sm-4 div,
.IsSafe .TittleContent,
.IsSafe .DContent h4,
.IsSafe .BlockBlog div,
.IsSafe .BlockBlog img,
.IsSafe .btn,
.IsSafe .form-control,
.IsSafe .Divbreadcrumb nav {
    -moz-border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
    border-radius: 0 !important;
}


.minHeader {
    margin-top: 7em;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    min-height: 18em;
    background-color: white;
    background-image: url('/media/FormBackground.svg')
}

    .minHeader strong {
        position: absolute;
        top: 9.5em;
        right: 13em;
        font-size: 1.7em;
        color: var(--OneColor);
        border-radius: 3em;
        border: 1px solid var(--OneColor);
        padding: 0.3em 2em;
    }

    .minHeader img {
        display: none;
        width: 20em;
        position: absolute;
        left: 14em;
        top: 10em;
        z-index: 0;
    }

.divDownload {
    -moz-border-radius: 1em;
    -webkit-border-radius: 1em;
    border-radius: 1em;
    border: 1px solid silver;
    margin-bottom: 2em;
    background-color: rgba(0, 0, 0, 0.03);
    min-height: 8em;
}

    .divDownload img {
        width: 4em;
        padding: 0.5em;
        position: absolute;
        top: 1em;
        bottom: 0;
    }

    .divDownload strong {
        position: absolute;
        left: 1em;
        right: 4em;
        text-align: center;
        padding: 0.6em 1em;
        color: var(--OneColor);
        font-size: 1em;
    }

    .divDownload a {
        position: absolute;
        border: 1px solid silver;
        padding: 0.1em 1em;
        border-radius: 1em;
        bottom: 3em;
        left: 3em;
        right: 6em;
        text-align: center;
    }

.StarInput {
    color: rgb(230, 30, 40);
    font-weight: bold;
    padding: 0 0.2em;
}

@media screen and (max-width: 1200px) {

    #MinheaderStrong {
        right: 8em;
    }
}

@media screen and (max-width: 1100px) {

    #MinheaderStrong {
        right: 1em;
    }

    .minHeader {
        background-position: -7em;
    }
}

@media screen and (max-width: 600px) {

    #MinheaderStrong {
        right: 0;
        width: fit-content;
        left: 0;
        margin: auto;
    }
}

@media screen and (max-width: 450px) {

    #MinheaderStrong {
        right: auto;
        width: fit-content;
        left: 1em;
        margin: auto;
    }
}

.BaseTooltip {
    cursor: pointer;
    position: relative;
}

    .BaseTooltip:hover .MyTooltip {
        display: block;
    }

.MyTooltip {
    display: none;
    position: absolute;
    background-color: white;
    -moz-box-shadow: 0 5px 9px 3px #dedede;
    -webkit-box-shadow: 0 5px 9px 3px #dedede;
    box-shadow: 0 5px 9px 3px #dedede;
    padding: 0.5em;
    width: 25em;
    font-size: 1.2em !important;
    top: 1em;
    text-align: right;
    right: -100%;
    z-index: 999999999;
}

@media screen and (max-width: 900px) {
    .MenuUl {
        right: -200% !important;
        -moz-transition: 0.3s;
        -o-transition: 0.3s;
        -webkit-transition: 0.3s;
    }
}

.InMobile {
    display: block;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    right: 0 !important;
}
