﻿@keyframes myfirst {
    0% {
        top: 100px;
        opacity: 0;
    }

    25% {
        top: 70px;
        opacity: 0;
    }


    75% {
        left: 0px;
        top: 100px;
        opacity: 0.5;
    }

    100% {
        left: 0px;
        top: 0px;
        opacity: 1;
    }
}

lang {
    display: none
}

.navbar-header {
    float: right;
}

.navbar-right {
    margin-top: 80px
}

.modal input[type=text], input[type=password], select {
    width: 100%;
    padding: 12px 20px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #ccc;
    box-sizing: border-box;
}
/* Set a style for all buttons */ .modal button {
    background-color: #4CAF50;
    color: white;
    padding: 14px 20px;
    margin: 8px 0;
    border: none;
    cursor: pointer;
    width: 100%;
    border-radius: 5px;
}

    .modal button:hover {
        opacity: 0.8;
    }
/* Extra styles for the cancel button */ .modal .cancelbtn {
    width: auto;
    padding: 10px 18px;
    background-color: #f44336;
    border-radius: 5px;
    color: #fff;
}
/* Center the image and position the close button */ .modal .imgcontainer {
    text-align: center;
    margin: 24px 0 12px 0;
    position: relative;
}

.modal img.avatar {
    width: 18%;
    border-radius: 50%;
    background-color: #e4e4e4;
}

.modal .container {
    padding: 16px;
    width: 100%;
}

.modal span.psw {
    float: right;
    padding-top: 16px;
}
/* The Modal (background) */ .modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
    padding-top: 60px;
    z-index: 9999999;
}
/* Modal Content/Box */ .modal-content {
    background-color: #fefefe;
    margin: 5% auto 15% auto; /* 5% from the top, 15% from the bottom and centered */
    border: 1px solid #888;
    width: 80%; /* Could be more or less, depending on screen size */
}
/* The Close Button (x) */ .close {
    position: absolute;
    right: 25px;
    top: 0;
    color: #000;
    font-size: 35px;
    font-weight: bold;
}

    .close:hover, .close:focus {
        color: red;
        cursor: pointer;
    }
/* Add Zoom Animation */ .animate {
    -webkit-animation: animatezoom 0.6s;
    animation: animatezoom 0.6s;
}

#dashe {
    display: none;
    background-color: #ef7d00;
    color: #fff;
    border-radius: 4px;
    padding: 4px;
    padding-right: 4px;
    padding-left: 4px;
    font-size: 12px;
    position: relative;
    right: -12px;
    height: 32px;
    padding-right: 10px;
    padding-left: 7px;
}

@media (max-width:768px) {
    .modal-content {
        width: 95%;
    }
}

@media (min-width:768px) {
    .modal-content {
        width: 25%;
    }
}

@media (min-width:768px) and (max-width:1024px) {
    .modal-content {
        width: 60%;
    }
}

@-webkit-keyframes
@-webkit-keyframes
@-webkit-keyframes
@-webkit-keyframes
@-webkit-keyframes
@-webkit-keyframes
@-webkit-keyframes
@-webkit-keyframes
@-webkit-keyframes
@-webkit-keyframes

@-webkit-keyframesanimatezoom {
    from {
        -webkit-transform: scale(0)
    }

    to {
        -webkit-transform: scale(1);
    }
}

@keyframesanimatezoom {
    from {
        transform: scale(0)
    }

    to {
        transform: scale(1);
    }
}
/* Change styles for span and cancel button on extra small screens */
#slider {
}

@media screen and (max-width:300px) {
    span.psw {
        display: block;
        float: none;
    }

    .cancelbtn {
        width: 100%;
    }
}

.invalid {
    border: 1px solid red !important;
}

#load {
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 999999999 !important;
    top: 0;
    left: 0;
    overflow: hidden;
    font-size: 0;
    background: #000;
    opacity: 0.8;
    cursor: wait;
}

.socialicon {
}

    .socialicon a {
        direction: ltr !important;
        letter-spacing: 1px;
    }

    .socialicon img {
        height: 35px;
        margin-right: 5px
    }



#bs-navbar-collapse {
    padding-bottom: 5px
}

social {
    display: block;
    float: left;
    margin-top: 94px;
    margin-left: 25px;
}

    social ul li {
        display: inline-block;
        padding: 5px;
    }

        social ul li:hover > img {
            cursor: pointer;
        }

@media (min-width: 100px) and (max-width: 767px) {
    .header {
        padding-bottom: 0;
    }

    .aboutbox:first-child {
        margin: -65px auto 10px auto !important;
    }

    .aboutbox img {
        margin: 70px auto 10px auto !important;
    }

    .aboutbox span, .aboutbox h6 {
        font-size: 21px !important;
    }

    .about-us p {
        padding-left: 5px !important;
        padding-right: 5px !important;
        line-height: 36px;
        margin-top: 8px
    }
}

@media(max-width: 426px) {
    social {
        margin-top: 0;
        width: 100%;
        text-align: center
    }
}

@media (min-width: 427px) and (max-width: 1024px) {
    social {
        margin-top: -45px;
        width: auto;
    }
}

#aboutus2 {
    background-color: #e4e4e4 !important;
    padding-top: 50px;
    padding-bottom: 150px;
}

.aboutbox {
    width: 100%;
    text-align: center;
    color: #777;
    font-size: 25px
}

    .aboutbox h6 {
        margin-top: 15px;
        font-size: 25px
    }

    .aboutbox img {
        margin: 21px auto;
        width: 75px;
        display: block;
    }

#widgets {
    width: 100%;
    padding-top: 65px;
    text-align: center;
    margin-bottom: 70px
}

    #widgets .frame {
        cursor: pointer;
    }

        #widgets .frame h4 {
            font-size: 14px !important;
            font-weight: bold;
            color: #777
        }

        #widgets .frame .circlebutton {
            position: relative;
            border-radius: 50%;
            width: 100px;
            height: 100px;
            background-color: #fed600;
            padding: 5px;
            margin: 16px auto;
            animation: myfirst 3s 1;
            animation-direction: alternate;
            -webkit-box-shadow: 0px 0px 50px -22px rgba(120,120,120,1);
            -moz-box-shadow: 0px 0px 50px -22px rgba(120,120,120,1);
            box-shadow: 0px 0px 50px -22px rgba(120,120,120,1);
        }

        #widgets .frame:hover {
            transition: all 0.3s ease-out;
        }

        #widgets .frame img {
            width: 68px;
            height: 68px;
            margin-top: 15%;
        }

        #widgets .frame:hover > .circlebutton {
            border: 2px solid #e20040;
            transition: all 0.3s ease-out;
            -webkit-box-shadow: 0px 0px 50px -22px rgba(0,0,0,1);
            -moz-box-shadow: 0px 0px 50px -22px rgba(0,0,0,1);
            box-shadow: 0px 0px 50px -22px rgba(0,0,0,1);
            transition: 0.3s;
            background-color: #e20040
        }

        #widgets .frame:hover > img {
            opacity: 1;
        }

        #widgets .frame:hover > h4 {
            color: #000
        }


.title-site-center {
    text-align: center;
}

.title-level {
    font-size: 20px;
    color: #007137;
    margin-bottom: 60px;
    margin-top: 60px;
}

.item-levels {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

    .item-levels .post-levels {
        flex-flow: column;
        display: flex;
        align-items: center;
        width: 170px;
        position: relative;
        margin-bottom: 20px;
    }

        .item-levels .post-levels:not(:last-of-type) {
            margin-left: 67px;
        }

    .item-levels i {
        font-size: 30px;
        min-width: 117px;
        min-height: 117px;
        background: url('/images/icons/pattern.png') no-repeat center center;
    }


    .item-levels .post-levels img {
        position: absolute;
        width: 50px;
        top: 30px;
    }

    .item-levels .post-levels i {
        display: flex;
        justify-content: center;
        align-items: center;
        position: relative;
        margin-bottom: 20px;
    }

    .item-levels .post-levels:not(:last-of-type) i:after {
        content: "";
        height: 6px;
        width: 125px;
        background: #D8D8D8;
        position: absolute;
        transform: translateX(-50%);
        right: calc(50% - 0px);
    }

    .item-levels .post-levels .num-levels {
        font-size: 20px;
        color: #007137;
    }

    .item-levels .post-levels .title-levels {
        font-size: 14px;
        color: #5E696A;
        text-align: center;
        text-align: center;
        padding-top: 20px;
    }
/*
.icon-level1 {
    background: url('/images/icons/level1.png') no-repeat center center;
}

.icon-level2 {
    background: url('/images/icons/level2.png') no-repeat center center;
}

.icon-level3 {
    background: url('/images/icons/level3.png') no-repeat center center;
}

.icon-level4 {
    background: url('/images/icons/level4.png') no-repeat center center;
}

.icon-level5 {
    background: url('/images/icons/level5.png') no-repeat center center;
}
*/
@media (max-width:768px) {
    .item-levels .post-levels i {
        margin-bottom: 0px
    }

    .item-levels .post-levels .title-levels {
        padding-top: 0px
    }

    .item-levels .post-levels {
        margin-bottom: 45px
    }

        .item-levels .post-levels:not(:last-of-type) {
            margin-left: 0px
        }

            .item-levels .post-levels:not(:last-of-type) i:after {
                display: none
            }

    #aboutus2 {
        padding-top: 50px;
        padding-bottom: 50px;
    }
}
.rahnamaIcon{
    height:42px !important;
    margin-left:15px !important
}