html {
    font-size: 14px;
}

.icon-shape {
    width: 48px;
    height: 48px;
    background-position: center;
    border-radius: 0.5rem;
}

.border-radius-50 {
    border-radius: 50px;
}

.icon-shape i {
    color: #fff;
    opacity: 0.8;
    top: 11px;
    position: relative;
}

.icon-shape .ni {
    top: 14px;
}

.left-0 {
    left: 0;
}

.bg-transparent {
    background-color: transparent;
}

.font-size-3rem {
    font-size: 3rem;
    font-weight: bolder;
}

.mr-30 {
    margin-right: 30%;
}

.ml-30 {
    margin-left: 30%;
}

.mt-35 {
    margin-top: 35%;
}

.icon-xxs {
    width: 20px;
    height: 20px;
}

    .icon-xxs i {
        top: 0;
        font-size: 0.65rem;
    }

.icon-xs {
    width: 24px;
    height: 24px;
}

    .icon-xs i {
        top: -1px;
        font-size: 0.75rem;
    }

.icon-sm {
    width: 32px;
    height: 32px;
}

    .icon-sm i {
        top: 4px;
        font-size: 0.875rem;
    }

.icon-md {
    width: 48px;
    height: 48px;
}

    .icon-md i {
        top: 30%;
        font-size: 1.125rem;
    }

    .icon-md.icon-striped {
        background-position-x: 85px;
        background-position-y: 85px;
    }

        .icon-md.icon-striped i {
            top: 11%;
            margin-left: -10px;
            font-size: 0.875rem;
        }

.icon-lg {
    width: 64px;
    height: 64px;
}

    .icon-lg i {
        top: 31%;
        font-size: 1.5rem;
    }

    .icon-lg.icon-striped {
        background-position-x: 111px;
        background-position-y: 111px;
    }

        .icon-lg.icon-striped i {
            top: 21%;
            margin-left: -15px;
        }

.icon-xl {
    width: 100px;
    height: 100px;
    border-radius: 0.5rem;
}

    .icon-xl i {
        top: 35%;
        font-size: 2.1rem;
    }

    .icon-xl.icon-striped {
        background-position-x: 80px;
        background-position-y: 80px;
    }

        .icon-xl.icon-striped i {
            top: 30%;
            margin-left: -15px;
        }

.info-horizontal {
    text-align: left !important;
}

    .info-horizontal .icon {
        float: left;
    }

    .info-horizontal .description {
        overflow: hidden;
    }

.material-icons {
    font-family: 'Material Icons Round';
    font-weight: normal;
    font-style: normal;
    font-size: 20px;
    /* Preferred icon size */
    display: inline-block;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: 'liga';
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.w-5 {
    width: 5% !important;
}

html {
    position: relative;
    min-height: 100%;
}

.text-transform-none {
    text-transform: none !important;
}

.bg-darkslategray {
    background-color: darkslategray;
}

body {
    margin-bottom: 60px;
    background-color: #ebebeb;
}

@font-face {
    font-family: 'BYekan';
    src: url('../font/BYekan-webfont.eot') format('eot'), url('../font/BYekan-webfont.woff') format('woff'), url('../font/BYekan-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

.footer {
    line-height: 40px !important;
}

.verticality {
    position: absolute;
    background-color: transparent;
    height: 25%;
    width: 1px;
    background-image: linear-gradient(90deg, transparent, rgba(0, 0, 0, 0.4), transparent);
}

body {
    font-family: 'BYekan' !important;
}

.bg-gradient-darkgreen {
    background: rgb(14,149,148);
    background: linear-gradient(90deg, rgba(14,149,148,1) 0%, rgba(29,164,186,0.927608543417367) 50%, rgba(7,133,152,1) 100%);
}

.loader {
    width: 48px;
    height: 48px;
    border: 3px dotted #FFF;
    border-style: solid solid dotted dotted;
    border-radius: 50%;
    display: inline-block;
    position: relative;
    box-sizing: border-box;
    animation: rotation 2s linear infinite;
}

    .loader::after {
        content: '';
        box-sizing: border-box;
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        margin: auto;
        border: 3px dotted #159895;
        border-style: solid solid dotted;
        width: 24px;
        height: 24px;
        border-radius: 50%;
        animation: rotationBack 1s linear infinite;
        transform-origin: center center;
    }

@keyframes rotation {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes rotationBack {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(-360deg);
    }
}


.notification {
    color: white;
    text-decoration: none;
    padding: 15px 26px;
    position: relative;
    display: inline-block;
    border-radius: 2px;
}


    .notification .badge {
        position: absolute;
        top: -10px;
        right: -13px;
        padding: 4px 7px;
        border-radius: 50%;
        background: red;
        color: white;
    }

.font-for-code {
    font-family: verdana,'Times New Roman', Times, serif,monospace !important;
    direction: ltr;
}


@media(min-width:1024px) {
    .inbody {
        margin-top: 145px;
    }
}

@media(max-width:1023px) {
    .inbody {
        margin-top: 20px;
    }
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.bg-nav {
    background-color: #A6CF98;
}

.bg-baner {
    background-color: #557C55;
}

.text-left {
    text-align: left !important;
}

.font-weight-bold {
    font-weight: bold;
}

.font-weight-bolder {
    font-weight: bolder;
}

.font-size-75 {
    font-size: 0.75rem;
}

.font-size-large {
    font-size: large;
}

.dir-ltr {
    direction: ltr;
}

.ql-align-right {
    text-align: right;
}

.ql-direction-rtl {
    direction: rtl;
}

/*=====================================
0.7 service-area start
=======================================*/
.service-area {
    padding: 50px 0 0px;
}

.section-title span {
    font-size: 16px;
    color: #34ccff;
}

.section-title h2 {
    font-size: 36px;
    font-weight: 700;
    color: #333;
    padding-bottom: 20px;
    position: relative;
}

    .section-title h2:before {
        content: "";
        position: absolute;
        left: 47%;
        bottom: 0;
        width: 60px;
        height: 3px;
        background: #34ccff;
    }

.service-single {
    overflow: hidden;
}

.service-single {
    position: relative;
    overflow: hidden;
    transition: all .3s;
    margin-bottom: 30px;
}

.service-content {
 /*   padding: 29px 40px 20px;*/
    position: absolute;
    left: 0;
    top: 68%;
    width: 100%;
    height: 100%;
/*    padding-left: 100px;*/
    background: #142440;
    transition: all .3s;
    opacity: .8;
}

.service-single:hover .service-content {
    top: 0;
    display: flex;
    justify-content: center;
    flex-direction: column;
    width: 100%;
    height: 100%;
}

.service-single:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(20, 36, 64, 0.2);
}

.service-content h3 {
    font-size: 20px;
    position: relative;
    color: #fff;
}


.service-content p {
    padding: 15px 5px 5px 0px;
    color: #fff;
    line-height: 30px;
}

.service-content a {
    color: #34ccff;
}

.service-area.service-s2 .service-item {
}

    .service-area.service-s2 .service-item .service-single {
        background: #fff;
        text-align: center;
        padding: 40px 33px;
    }

        .service-area.service-s2 .service-item .service-single:before {
            content: none;
        }

        .service-area.service-s2 .service-item .service-single .service-icon {
            background-color: rgba(52, 203, 255, 0.2);
            width: 90px;
            height: 90px;
            line-height: 90px;
            text-align: center;
            border-radius: 50%;
            position: relative;
            margin: auto;
            margin-bottom: 25px;
        }

            .service-area.service-s2 .service-item .service-single .service-icon:before {
                content: "";
                background-color: rgba(52, 203, 255, 0.2);
                width: 100%;
                height: 100%;
                position: absolute;
                left: -5px;
                top: -5px;
                border-radius: 50%;
            }

            .service-area.service-s2 .service-item .service-single .service-icon i {
                color: #142440;
            }

        .service-area.service-s2 .service-item .service-single h2 {
            font-size: 20px;
            margin-bottom: 20px;
            font-weight: 600;
        }

        .service-area.service-s2 .service-item .service-single p {
            line-height: 30px;
            color: #5d5b5b;
        }
a {
    text-decoration: none;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    -ms-transition: all 0.2s;
    transition: all 0.2s;
}
    a:hover {
        text-decoration: none;
    }

.bg-blueSalad {
    background: #142440;
}
.bg-grayPaper {
    background: rgb(216 222 227);
}