@font-face {
    font-family: IRANSans;
    font-style: normal;
    font-weight: normal;
    src: url('../fonts/IRANSans_Medium.ttf');
}

html, body {
    font-size: 100%;
    font-family: IRANSans;
    margin: 0;
    overflow-x: hidden;
}

p, ul li, ol li {
    margin: 0;
    font-size: 14px;
    line-height: 2em;
    list-style: none;
}

h1, h2, h3, h4, h5, h6 {
    font-family: IRANSans;
    line-height: 1.4em;
}

ul, label {
    margin: 0;
    padding: 0;
}

body a:hover {
    text-decoration: none;
}

.ltr {
    direction: ltr;
}

a, .navbar-brand a, .nav-effect ul li a, .btn, .course-box img, .contact-box {
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

/*------------------------------------
Header
----------------------------*/

.header {
    z-index: 100;
    position: relative;
}

.navbar-default {
    background: none;
    border: none;
}

.navbar-brand a {
    box-shadow: 0px 0px 6px #7d5e09;
    display: inline-block;
    padding: 7px 10px;
    font-size: 17px;
    height: 100%;
}

.navbar-brand a img {
    height: 100%;
}

.navbar-brand a:hover {
    transform: scale(1.1)
}

.navbar-brand a span {
    display: block;
    font-size: 14px;
    text-align: center;
    padding-top: 6px;
}

.navbar-header {
    display: inline-block;
}

.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
    background-color: transparent;
}

.navbar {
    margin-bottom: 0;
}

.navbar-brand {
    height: 70px;
    padding: 0;
    line-height: 18px;
    float: left;
}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus {
    background: none;
}

.navbar-nav>li>a {
    padding: 14px 13px;
}

.navbar-collapse {
    padding: 0;
    border-top: none;
    box-shadow: none;
}

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border: none;
}

.navbar-left {
    float: none !important;
    margin-right: 0;
    margin-left: 0em;
}

.navbar-nav {
    margin: 7.5px 0px;
}

.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:hover, .navbar-default .navbar-nav>.open>a:focus {
    background-color: transparent;
}

.navbar-nav>li>.dropdown-menu {
    margin-top: 0px;
}

.dropdown-menu .dropdown-submenu .show-left {
    top: -3px;
    right: 100%;
    left: auto;
    margin-right: -1px;
}

.agile_short_dropdown li a {
    padding: 8px 20px;
    text-align: center;
}

/* .dropdown:hover .dropdown-menu.agile_short_dropdown {
    display: block;
}

.dropdown.dropdown-submenu:hover .dropdown-menu {
    display: block;
}
 */

/*------------------------------------
Slider
----------------------------*/

.slider {
    position: relative;
}

.slider::after {
    content: '';
    position: absolute;
    bottom: 0;
    background: url(../img/hero-shape.png) no-repeat center center;
    height: 90px;
    width: 100%;
    background-size: 100% 100%;
}

.flexslider ul.slides li {
    position: relative;
}

.flex-caption {
    width: 100%;
    height: 100%;
    top: 0;
    line-height: 18px;
    position: absolute;
    margin: 0 auto;
    text-align: center;
    right: 0;
}

.flex-caption p {
    position: absolute;
    text-align: center;
    right: 0;
    left: 0;
    top: 41%;
    font-size: 34px;
    line-height: 1.3em;
    padding: 0 2em;
}

.flex-caption a {
    position: absolute;
    text-align: center;
    right: 0;
    left: 0;
    top: 48%;
    font-size: 34px;
}

.flexslider img {
    width: 100%;
    height: 550px;
}

.flex-direction-nav a {
    top: 35%;
    background: url(../img/arrows.png);
}

.flex-direction-nav .flex-next {
    background: url(../img/arrows.png) -40px 0px;
}

/*------------------------------------
About
------------------------------------*/

.about-content {
    margin-top: 80px;
}

.about-content h2 {
    position: relative;
    padding-bottom: 16px;
    border-bottom: 3px solid #012237;
    display: inline-block;
}

.about-images {
    position: relative;
    height: 635px;
    margin-left: auto;
}

.about-images .single-image {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    z-index: 1;
}

.about-images .single-image.image-1 {
    top: 72px;
    right: 63px;
}

.about-images .single-image.image-2 {
    top: 56%;
    left: 29%;
}

.about-images .single-image.image-3 {
    top: 31%;
    left: 49px;
}

.about-images .single-image.image-4 {
    top: 38px;
    left: 24%;
}

.about-images .single-image::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    border-radius: 30px;
    z-index: -1;
}

.about-images .single-image.image-1::before {
    right: -14px;
    top: -14px;
}

.about-images .single-image.image-2::before {
    right: -12px;
    bottom: -12px;
}

.about-images .single-image.image-3::before {
    bottom: -10px;
    left: -10px;
}

.about-images .single-image.image-4::before {
    top: -10px;
    left: -10px;
}

.about-images .single-image img {
    border-radius: 30px;
    width: 100%;
}

/*------------------------------------
Feature
------------------------------------*/

.section {
    padding: 70px 0;
}

.features-img {
    position: relative;
    z-index: 5;
    max-width: 342px;
    width: 100%;
}

.features-img::before {
    position: absolute;
    content: '';
    width: 80%;
    height: 70%;
    bottom: 0;
    left: 0;
    z-index: -1;
}

.features-img::after {
    position: absolute;
    content: '';
    width: 80%;
    height: 70%;
    bottom: 60px;
    right: 0;
    z-index: -1;
}

.features-img img {
    width: 100%;
}

.features-items {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-box-pack: space-around;
    -ms-flex-pack: space-around;
    justify-content: space-around;
}

.features-items .features-items-wrapper .single-features-item {
    max-width: 245px;
    padding: 50px 0;
    width: 100%;
    display: -ms-flexbox !important;
    display: flex !important;
}

.features-items .features-items-wrapper .single-features-item .item-icon {
    font-size: 55px;
}

.features-items .features-items-wrapper .single-features-item .item-content {
    padding-right: 15px;
}

.features-items .features-items-wrapper .single-features-item+.single-features-item {
    border-top: 1px solid #dbdbdb;
}

.features-items .features-items-wrapper .single-features-item .item-content p {
    font-weight: 600;
    font-size: 24px;
    line-height: 32px;
}

/*------------------------------------
Course
------------------------------------*/

.title {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 37px;
}

.title h2 {
    font-size: 37px;
    line-height: 54px;
    position: relative;
    padding-left: 60px;
    display: inline-block;
}

.title h2::before {
    position: absolute;
    content: '';
    width: 2px;
    height: 65%;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.title p {
    font-weight: 500;
    font-size: 18px;
    line-height: 30px;
    padding-right: 60px;
    -webkit-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.course-wrapper a {
    display: block;
}

.course-box {
    position: relative;
    margin-bottom: 35px;
    overflow: hidden;
}

.course-box::before {
    content: '';
    position: absolute;
    background: rgba(0, 0, 0, .4);
    z-index: 100;
    width: 100%;
    height: 100%;
}

.course-box img {
    width: 100%;
}

.course-title {
    position: absolute;
    bottom: 25px;
    right: 30px;
    z-index: 100;
    display: flex;
    align-items: center;
}

.course-title i {
    font-size: 27px;
    padding-left: 14px;
}

.course-title h4 {
    font-size: 22px;
}

.course-wrapper .course-box:hover img {
    transform: scale(1.08);
}

/*------------------------------------
News
------------------------------------*/

.news-box {
    margin-bottom: 40px;
}

.news-img {
    border-radius: 8px;
    overflow: hidden;
}

.news-img img {
    width: 100%;
}

.news-info {
    padding: 28px;
    box-shadow: 1px 4px 20px -2px rgba(0, 0, 0, 0.1);
    z-index: 1000;
    position: relative;
    width: 80%;
    margin: 0 auto;
    margin-top: -30px;
    border-radius: 8px;
}

.btn {
    border-radius: 30px;
    text-align: center;
    margin: 10px 0;
    padding: 9px 17px;
}

/*------------------------------------
NewsLetter
------------------------------------*/

.newsletter {
    position: relative;
    z-index: 8;
    margin-bottom: -150px;
}

.newsletter-box {
    background: url(../img/newsletter-bg-1.jpg) center center;
    padding: 70px;
    background-size: 100% 100%;
}

.newsletter-box h3 {
    border-bottom: 5px solid #012237;
    display: inline-block;
    padding-bottom: 10px;
}

.newsletter-form {
    position: relative;
}

.newsletter-form input {
    border: none;
    outline: none;
    background-color: transparent;
    width: 100%;
    height: 77px;

    font-size: 16px;
    padding-left: 30px;
}

.btn-pro {
    padding: 0;
    line-height: 75px;
    width: 159px;
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    border-radius: 0;
}

/*------------------------------------
Application
------------------------------------*/

.application {
    padding: 100px 0;
}

.app-box {
    box-shadow: 0 0 4px 4px #938c8c;
    display: block;
    width: 60%;
    margin: 0 auto;
    padding: 15px;
    border-radius: 8px;
    margin-bottom: 30px;
}

.app-box:hover {
    transform: scale(1.05);
}

.app-box img {
    width: 100%;
}

/*------------------------------------
Footer
------------------------------------*/

.footer {
    background: url(../img/footer-bg.jpg) no-repeat center center;
    background-size: cover;
    position: relative;
    z-index: 5;
    padding-top: 150px;
    background-attachment: fixed;
}

.footer::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(7, 41, 77, .95);
    z-index: -1;
}

.footer h3 {
    font-size: 1em;
    font-weight: 400;
    margin: 0 0 1em;
    border-bottom: 2px solid #0c8b51;
    padding: 12px 5px;
}

.footer p {
    font-size: 14px;
    line-height: 35px;
    text-align: justify;
}

.footer li {
    list-style: none;
}

.footer-logo {
    display: inline-block;
    width: 49%;
}

.social-media a {
    display: inline-block;
    padding: 8px;
}

.social-media a i {
    font-size: 40px;
}

.copyright {
    padding: 1em 0;
    text-align: center;
    border-top: 1px solid #0c8b51;
}

.copyright p {
    font-size: .9em;
    margin: 0;
}

/*------------------------------------
Pages
------------------------------------*/

.banner {
    background: linear-gradient(rgba(0, 0, 0, 0.50), rgba(0, 0, 0, 0.50)), transparent url(../img/12.jpg) no-repeat center center;
    background-size: cover;
    width: 100%;
    height: 350px;
    background-attachment: fixed;
    text-align: center;
    padding: 100px 20px;
}

.pagination {
    text-align: center;
    display: block;
    margin-top: 30px;
}

.pagination li.page-item {
    float: none;
    display: inline-block;
}

.page-item:first-child .page-link {
    margin-left: 0;
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem;
}

.pagination li a {
    display: inline-block;
    padding: 15px 20px;
    border-radius: 5px;
    margin: 0 2px;
    margin-top: 5px;
    font-weight: 800;
}

.page-item:last-child .page-link {
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem;
}

/* Nice Select CSS */

.nice-select {
    -webkit-tap-highlight-color: transparent;
    background-color: #fff;
    border: solid 1px #959595;
    border-radius: 4px;
    box-sizing: border-box;
    clear: both;
    cursor: pointer;
    display: block;
    float: left;
    font-family: inherit;
    font-size: 14px;
    font-weight: normal;
    height: 50px;
    line-height: 50px;
    outline: none;
    padding-left: 18px;
    padding-right: 30px;
    position: relative;
    text-align: right !important;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
    width: 100%;
    margin-bottom: 15px;
    z-index: 1;
    color: #999;
}

.nice-select:hover {
    border-color: #dbdbdb;
}

.nice-select:active, .nice-select.open, .nice-select:focus {
    border-color: #999;
}

.nice-select:after {
    border-bottom: 2px solid #999;
    border-right: 2px solid #999;
    content: '';
    display: block;
    height: 5px;
    margin-top: -4px;
    pointer-events: none;
    position: absolute;
    left: 12px;
    top: 50%;
    -webkit-transform-origin: 66% 66%;
    -ms-transform-origin: 66% 66%;
    transform-origin: 66% 66%;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
    width: 5px;
}

.nice-select.open:after {
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg);
}

.nice-select.open .list {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: scale(1) translateY(0);
    -ms-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0);
    overflow-y: auto !important;
    height: 200px;
}

.nice-select.disabled {
    border-color: #ededed;
    color: #999;
    pointer-events: none;
}

.nice-select.disabled:after {
    border-color: #cccccc;
}

.nice-select.wide {
    width: 100%;
}

.nice-select.wide .list {
    left: 0 !important;
    right: 0 !important;
}

.nice-select.right {
    float: right;
}

.nice-select.right .list {
    left: auto;
    right: 0;
}

.nice-select.small {
    font-size: 12px;
    height: 36px;
    line-height: 34px;
}

.nice-select.small:after {
    height: 4px;
    width: 4px;
}

.nice-select.small .option {
    line-height: 34px;
    min-height: 34px;
}

.nice-select .list {
    background-color: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
    -webkit-box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
    -o-box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
    box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
    box-sizing: border-box;
    margin-top: 4px;
    opacity: 0;
    overflow: hidden;
    padding: 0;
    pointer-events: none;
    position: absolute;
    top: 100%;
    left: 0;
    -webkit-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-transform: scale(0.75) translateY(-21px);
    -ms-transform: scale(0.75) translateY(-21px);
    transform: scale(0.75) translateY(-21px);
    -webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
    transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
    z-index: 9;
    width: 100%;
}

.nice-select .list:hover .option:not(:hover) {
    background-color: transparent !important;
}

.nice-select .option {
    cursor: pointer;
    font-weight: 400;
    line-height: 40px;
    list-style: none;
    min-height: 40px;
    outline: none;
    padding-left: 18px;
    padding-right: 29px;
    text-align: right;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}

.nice-select .option:hover, .nice-select .option.focus, .nice-select .option.selected.focus {
    background-color: #f6f6f6;
}

.nice-select .option.selected {
    font-weight: bold;
}

.nice-select .option.disabled {
    background-color: transparent;
    color: #999;
    cursor: default;
}

.no-csspointerevents .nice-select .list {
    display: none;
}

.no-csspointerevents .nice-select.open .list {
    display: block;
}

.gallery {
    position: relative;
}

.single-gallery {
    width: 25%;
    float: right;
    overflow: hidden;
    position: relative;
}

.single-gallery img {
    width: 100%;
    transition: all 2s ease 0s;
}

.single-gallery:hover img {
    transform: scale(1.5);
}

.single-gallery:hover .overlay {
    background-color: rgba(0, 0, 0, .5);
    z-index: 1000;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    transition: all .5s ease 0s;
}

#filters ul {
    margin-bottom: 35px;
}

#filters .button {
    border: 2px solid #212121;
    cursor: pointer;
    display: inline-block;
    font-weight: 400;
    padding: 10px 25px;
    text-transform: uppercase;
    border-radius: 4px;
    margin-bottom: 12px;
    transition: all 0.5s ease 0s;
}

.mfp-title, .mfp-counter {
    font-size: 20px;
    padding-top: 5px;
}

.mfp-counter {
    font-weight: 600
}

.news-small-desc {
    margin-top: 30px;
}

.contact-box {
    text-align: center;
    margin-bottom: 20px;
    box-shadow: 0 0 7px 2px #b9b4b4;
    border-radius: 5px;
    padding-bottom: 4px;
}

.contact-box:hover {
    transform: scale(1.05);
}

.contact-box i {
    font-size: 35px;
    width: 80px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    margin: auto;
}

.contact-box p {
    font-size: 16px;
    margin-bottom: 20px;
    margin-top: 25px;
}

.contact-form {
    padding: 73px 50px;
    box-shadow: 0 0 10px #cccccc;
    position: relative;
    z-index: 1;
    box-shadow: none;
}

.contact-form .contact-title {
    text-align: center;
    margin: 40px 0;
}

.contact .form-control {
    border-radius: 5px;
    border: 1px solid #959595;
    padding: 25px;
    min-height: 50px;
}

.contact-form .btn {
    font-size: 23px;
}

/*------------------------------------
Responsive
------------------------------------*/


@media (max-width:992px) {
    .newsletter-box {
        text-align: center;
    }
}

@media (max-width:767px) {
    .about-images {
        height: auto;
    }
    .about-images .single-image {
        position: relative;
        -webkit-transform: rotate(45deg) scale(.6);
        -moz-transform: rotate(45deg) scale(.6);
        -ms-transform: rotate(45deg) scale(.6);
        -o-transform: rotate(45deg) scale(.6);
        transform: rotate(45deg) scale(.6);
    }
    .about-images .single-image.image-1 {
        top: 0;
        right: 0;
        margin: 30px 0;
    }
    .about-images .single-image.image-2 {
        top: 0;
        left: 0;
    }
    .about-images .single-image.image-3 {
        top: 34%;
        left: -14px;
        position: absolute;
    }
    .about-images .single-image.image-4 {
        top: 34%;
        left: auto;
        right: -14px;
        position: absolute;
    }
    .about-images .single-image img {
        width: 100%;
    }
    .features-items .features-items-wrapper .single-features-item .item-icon {
        font-size: 48px;
    }
    .features-items .features-items-wrapper .single-features-item .item-content p {
        font-size: 14px;
    }
    .about-content h2 {
        font-size: 20px;
    }
    .title h2 {
        font-size: 20px;
        line-height: 33px;
        padding-left: 35px;
    }
    .title p {
        font-weight: 500;
        font-size: 14px;
        line-height: 25px;
        padding-right: 35px;
    }
    .news-box h3 {
        font-size: 21px;
    }
}

@media (max-width:570px) {
    .btn-pro {
        margin-top: 10px;
        border-radius: 7px;
        position: relative;
        width: 100%;
    }
}