@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, .section-box , .contact-info{
    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
----------------------------*/

.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::before, .slider::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: calc(50% - 1px);
    width: 50%;
    height: 92px;
    z-index: 1;
    -ms-transform: skewY(3.6deg);
    -webkit-transform: skewY(3.6deg);
    transform: skewY(3.6deg);
    transform-origin: left 0;
    z-index: 2;
}

.slider::after {
    left: auto;
    right: 50%;
    -ms-transform: skewY(-3.6deg);
    -webkit-transform: skewY(-3.6deg);
    transform: skewY(-3.6deg);
    transform-origin: right 0;
}

.flexslider ul.slides li {
    position: relative;
}

.flex-caption {
    width: 100%;
    height: 100%;
    top: 0;
    line-height: 18px;
    position: absolute;
}

.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: 650px;
}

.flex-direction-nav a {
    top: 35%;
    background: url(../img/arrows.png);
}

.flex-direction-nav .flex-next {
    background: url(../img/arrows.png) -40px 0px;
}

/*------------------------------------
Features
------------------------------------*/

.section {
    padding: 50px 0;
}

.features {
    padding: 100px 0;
}

.feature-box {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    top: 0;
    margin: auto;
    margin-bottom: 32px;
    width: 200px;
    height: 200px;
    padding: 30px;
    border-radius: 100%;
    transition: all 0.2s;
}

.feature-top_arrow {
    top: -54px;
    left: -193px;
    position: absolute;
    width: 100%;
}

.feature-number {
    position: absolute;
    display: inline-block;
    top: 19px;
    right: 12px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 100%;
    font-size: 14px;
    font-weight: 700;
    font-family: "Montserrat", sans-serif;
    text-align: center;
}

.feature-icon {
    display: inline-block;
    float: none;
    margin: 0 0 17px 0;
}

.feature-bottom_arrow {
    bottom: -54px;
    left: -193px;
    position: absolute;
    width: 100%;
}

.feature-icon i {
    font-size: 50px;
}

/*------------------------------------
About
------------------------------------*/

.about {
    position: relative;
}

.about::after {
    content: '';
    width: 197px;
    height: 268px;
    position: absolute;
    top: 0%;
    left: 0;
    /* background: url(../img/dot-pattern-1-2.png); */
    background-position: 0 0;
    z-index: 0;
}

.about-title h2 {
    font-size: 33px;
}

.about-content p {
    font-size: 18px;
    line-height: 36px;
}

.about-img {
    display: inline-block;
    border-radius: 50%;
    position: relative;
}

.about-img::before {
    content: '';
    /* position: absolute; */
    top: 50%;
    left: 50%;
    width: 330px;
    height: 330px;
    border-radius: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border: 20px solid #fff;
    z-index: 11;
}

.about-img::after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: -20px;
    border: 3px solid #f16101;
    border-radius: 50%;
}

.about-img img {
    border-radius: 50%;
    position: relative;
    z-index: 10;
}

/*------------------------------------
Course
------------------------------------*/

.section-title {
    position: relative;
    padding: 80px;
    text-align: center;
}

.section-title::after {
    content: '';
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 10;
    border-width: 22px 20px 0 20px;
    border-color: #fd2740 transparent transparent transparent;
    bottom: -22px;
}

.section-box {
    overflow: hidden;
    border-radius: 12px 28px 6px 60px;
    box-shadow: 0 0 6px 5px rgba(34, 33, 33, 0.1);
    margin: 45px 0;
}

.section-box:hover {
    transform: scale(1.03);
}

.section-img img {
    width: 100%;
}

.section-content {
    position: relative;
    text-align: center;
    padding: 40px 12px;
}

.section-content .label-type {
    position: absolute;
    top: -12px;
    left: 50%;
    padding: 0 10px;
    height: 24px;
    line-height: 24px;
    font-size: 13px;
    transform: translateX(-50%);
    border-radius: 2px;
}

.section-box h3 {
    font-size: 20px;
}

.section-content a {
    padding-top: 15px;
    display: inline-block;
}

.section-content a i {
    vertical-align: middle;
    padding-right: 7px;
}

/*------------------------------------
Counter
------------------------------------*/

.counter {
    padding-top: 60px;
}

.counter-box {
    text-align: center;
    margin-bottom: 30px;
}

.counter-shape {
    position: relative;
    margin-bottom: 10px;
}

.counter-shape img {
    max-width: 100%;
}

.counters {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-weight: 700;
    font-size: 36px;
}

.counter-desc h3 {
    font-size: 20px;
}

/*------------------------------------
Fiexed Background
------------------------------------*/

.fixed-bg {
    background: url(../img/fixed-bg.jpg) no-repeat center center;
    background-size: cover;
    background-attachment: fixed;
    height: 370px;
    position: relative;
}

.fixed-bg::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0.6;
}

/*------------------------------------
Newsletter
------------------------------------*/

.newsletter-title {
    position: relative;
    padding: 5px 12px 17px;
    text-align: center;
}

.newsletter-title::after {
    content: '';
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 10;
    border-width: 22px 20px 0 20px;
    border-color: #fd2740 transparent transparent transparent;
    bottom: -22px;
}

.newsletter-form {
    box-shadow: 0 0 10px #cccccc !important;
    position: relative;
    z-index: 1;
    box-shadow: none;
    margin-top: -135px;
}

.newsletter .form-box {
    padding: 5px 15px;
}

.form-control {
    border-radius: 5px;
    border: 1px solid rgba(189, 183, 183, 0.5);
    padding: 25px;
    min-height: 50px;
}

.btn {
    padding: 12px 40px;
    font-weight: 600;
    width: 100%;
    border: none;
    border-radius: 5px;
}

/*------------------------------------
Application
------------------------------------*/

.application {
    padding: 100px 0;
    position: relative;
}

.application::after {
    content: '';
    width: 197px;
    height: 268px;
    position: absolute;
    top: 0%;
    right: 0;
    /* background: url(../img/dot-pattern-1-2.png); */
    z-index: -1;
}

.application-title {
    padding-bottom: 50px;
    text-align: center;
    /* background: url(../img/scratch-1-1.png) no-repeat center center; */
    background-size: contain;
}

.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 {
    padding: 2em 0;
}

.footer h3 {
    font-size: 1em;
    font-weight: 400;
    margin: 0 0 1em;
    border-bottom: 2px solid #ff1949;
    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 #ff1949;
}

.copyright p {
    font-size: .9em;
    margin: 0;
}

/*------------------------------------
Pages
------------------------------------*/

.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;
}

.pagination>.active>a, .pagination>.active>span, .pagination>.active>a:hover, .pagination>.active>span:hover, .pagination>.active>a:focus, .pagination>.active>span:focus {
    border-color: #ddd;
}

.page-item:last-child .page-link {
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem;
}

.news-det .news-content {
    padding: 70px 40px;
}

.news-det .news-content {
    padding: 70px 40px;
}

.news-det .news-img img {
    width: 100%;
}

.news-content i {
    font-weight: 500;
    margin-right: 3px;
}

.news-item {
    padding: 30px;
    text-align: center;
    border-radius: 8px;
    text-align: center;
    box-shadow: 0 0 2px 3px #ccc;
}

.news-more-content {
    padding-top: 30px;
}

.news-more-content p {
    padding: 30px 0;
}

.gallery {
    position: relative;
}

.single-gallery {
    width: 32%;
    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 {
    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;
    box-shadow: 0 0 4px 3px #c6c5c5;
    margin: 8px;
}

.mfp-title, .mfp-counter {
    font-size: 20px;
    padding-top: 5px;
}

.mfp-counter {
    font-weight: 600
}

/* Nice Select CSS */

.nice-select {
    -webkit-tap-highlight-color: transparent;
    background-color: #f9f9f9;
    border: solid 1px #e8e8e8;
    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;
}

.contact-info {
    text-align: center;
    margin-bottom: 20px;
    box-shadow: 0 0 7px 2px #b9b4b4;
    border-radius: 5px;
    padding-bottom: 4px;
}

.contact-info:hover {
    transform: scale(1.05);
}

.contact-info i {
    font-size: 27px;
    width: 76px;
    height: 69px;
    line-height: 69px;
    text-align: center;
    margin: auto;
}

.contact-info p {
    font-size: 16px;
    margin-bottom: 6px;
    margin-top: 0;
}

/*------------------------------------
Responsive
------------------------------------*/

@media (max-width:1200px) {}

@media (max-width:1024px) {
    .feature-bottom_arrow, .feature-top_arrow {
        left: -165px;
    }
}

@media (max-width:992px) {
    .feature-bottom_arrow, .feature-top_arrow {
        display: none;
    }
}

@media (max-width:767px) {}