/* UIKIT BUGFIX */

/*@font-face {
    font-family: IRANSans;
    font-style: normal;
    font-weight: normal;
    src: url('../fonts/IRANSansWeb.eot');
    src: url('../fonts/IRANSansWeb.eot?#iefix') format('embedded-opentype'),  !* IE6-8 *!
    url('../fonts/IRANSansWeb.woff2') format('woff2'),  !* FF39+,Chrome36+, Opera24+*!
    url('../fonts/IRANSansWeb.woff') format('woff'),  !* FF3.6+, IE9, Chrome6+, Saf5.1+*!
    url('../fonts/IRANSansWeb.ttf') format('truetype');
}*/

@font-face {
    font-family: IRANSans;
    font-style: normal;
    font-weight: normal;
    src: url('../fonts/IRANSansWeb(FaNum).eot');
    src: url('../fonts/IRANSansWeb(FaNum).eot?#iefix') format('embedded-opentype'),  /* IE6-8 */
    url('../fonts/IRANSansWeb(FaNum).woff2') format('woff2'),  /* FF39+,Chrome36+, Opera24+*/
    url('../fonts/IRANSansWeb(FaNum).woff') format('woff'),  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
    url('../fonts/IRANSansWeb(FaNum).ttf') format('truetype');
}

body {
    font-family: IRANSans, Tahoma;
    font-size: 12px;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
    line-height: 2;
    color: #333;
    background-color: #f4f4f2;
}

.alert {
    margin-bottom: 10px !important;
    font-size: 13px;
}

label.control-label {
    padding-top: 5px;
}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

ul li {
    padding: 0;
    margin: 0;
}

/* button lg */

.btn-lg {
    font-size: 16px;
    margin-top: 2px;
}

.btn {
    border-radius: 0 !important;
}


#our_services {
    padding-left: 0;
    padding-right: 0;
}

/* form components */

input[advanced_dir="reverse"]:-moz-placeholder {
    text-align: right;
}
input[advanced_dir="reverse"]:-ms-input-placeholder {
    text-align: right;
}
input[advanced_dir="reverse"]::-webkit-input-placeholder {
    text-align: right;
}

button.btn {
    font-family: IRANSans, Tahoma !important;
}

/* Modal */

.modal-body {
    background: #fff;
}

.modal .close {
    position: absolute;
    top: 10px;
    left: 13px;
    outline: none;
}

/* DataTable */

body {
    min-width: unset !important;
}

.table {
    text-align: right !important;
}

td, th {
    font-size: 12px;
    vertical-align: middle !important;
    outline: none !important;
}

/* table custom */

.table_custom {
    border-collapse: collapse;
    width: 100%;
}

.table_custom th, .table_custom td {
    padding: 8px;
    border-bottom: 1px solid #ddd;
}

.table_custom tr:nth-child(even){background-color: #f9f9f9}

@media(max-width: 767px) {
    .table_custom td, .table_custom th {
        display: block !important;
        border: none !important;
    }

    .table_custom tr {
        border:1px solid #d4d4d5;
    }

    .contactus_title {
        margin-top: 55px;
    }
}

/* Badge */

nav .badge {
    margin-right: 5px;
    font-size: 9px;
    font-weight: normal !important;
    padding: 5px 6px 3px 6px;
    margin-top: 2px;
    line-height: 0.9;
}

.panel-heading-btn {
    position: absolute;
    top: 8px;
    left: 8px;
}

/* END OF BUGFIX */

/* form hint */

.hint {
    margin-top: 5px;
    color: #737373;
}

body {
    background-color: rgb(241, 242, 246);
    font-size: 100%;
    font-family: IRANSans, Tahoma !important;
    font-weight: normal;
    color: #333;
}

body a {
    text-decoration: none !important;
}

a, h1, h2, h3, h4, h5, h6, span, small {
    font-family: IRANSans, Tahoma !important;
    font-weight: normal !important;
    line-height: 1.5;
}

.no-spc-up {
    margin-top: 0;
}

.no-spc-d {
    margin-bottom: 0;
}

.spc-upp {
    margin-top: 35px;
}

.spc-up {
    margin-top: 15px;
}

.spc-d {
    margin-bottom: 15px;
}

.spc-dd {
    margin-bottom: 30px;
}

.spc-ddd {
    margin-bottom: 50px;
}

.btn {
    border-radius: 0;
}

.flex {
    display: flex;
    align-items: center;
}

.full-width {
    width: 100%;
}

/* Navbar */

nav.navbar {
    background-color: transparent;
    border: 0;
    border-radius: 0;
    margin: 0;
    position: absolute;
    right: 0;
    top: 10px;
    z-index: 5;
    width: 100%;
}

nav.navbar ul {
    overflow: unset !important;
}

.nav a {
    color: #f4f4f4;
    font-size: 14px;
}

.nav a:hover, .nav a:focus {
    background-color: transparent !important;
}

@media(max-width: 991px) {
    .nav a:hover, .nav a:focus {
        background-color: #eee !important;
    }
}

.nav li:hover:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: #7f8c8d;
    bottom: 20px;
}

.navbar li:not(:last-child)::after {
    content: "";
    position: absolute;
    height: 50%;
    width: 3px;
    left: -4px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background-image: url(../img/landing/dot1.png);
    background-repeat: repeat-y;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.navbar li {
    margin-right: 5px;
}

.navbar-header .navbar-brand {
    padding: 25px;
    color: #f4f4f4;
    font-size: 15px;
    font-weight: bold !important;
    height: 124px;
    width: 124px;
    overflow: hidden;
}

.navbar:not(.fixed) .navbar-brand img {
    width: 100%;
    height: auto;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

@media(max-width: 767px) {
    nav .navbar-toggle {
        /*display: none;*/
    }
    nav ul {
        /*display: none;*/
    }
    nav.fixed .navbar-toggle {
        display: block;
    }
    nav.fixed ul {
        display: block;
    }
}

.fixed ul {
    background-color: #fff !important;
}

.fixed {
    position: fixed !important;
    top: 0;
    right: 0;
    background-color: #fff !important;
    border-bottom: 1px solid #e7e7e7 !important;
    transition: .5s all;
}

.fixed li:hover:before {
    bottom: -1px;
}

.fixed .nav a {
    color: #333;
}

.fixed .navbar-brand {
    height: 60px;
    margin-top: 0;
}

.navbar-brand>img {
    height: 100%;
    margin: auto;
    width: auto;
}

.navbar-nav>li>a {
    padding-top: 48px;
    padding-bottom: 48px;
}

@media (max-width: 991px) {
    .navbar-collapse {
        background-color: #fff;
    }
    .nav a {
        color: #333;
        padding: 5px 10px;
    }
    .navbar:not(.fixed) .navbar-toggle {
        border-color: #fff;
        margin: 40px;
    }
    .navbar:not(.fixed) .navbar-toggle span {
        background-color: #fff;
    }
    .navbar-header {
        float: none;
    }
    .navbar-left,.navbar-right {
        float: none !important;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin-top: 7.5px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .collapse.in{
        display:block !important;
    }
}

.fixed .navbar-nav>li>a{
    padding-top: 20px;
    padding-bottom: 20px;
}


.navbar-toggle {
    border-color: #333;
    margin-top: 13px;
}

.navbar-toggle span {
    background-color: #333;
}

.navbar-collapse {
    overflow-x: hidden;
}

.navbar-left i {
    padding-left: 10px;
    position: relative;
    top: 2px;
}

/* Header */

#header {
    background: #1a3848 url(../img/landing/bg.jpg) no-repeat center top;
    background-size: cover;
    background-position-y: 46%;
    height: 70vh;
    min-height: 400px;
    width: 100%;
    color: #fff;
    position: relative;
    overflow: hidden;
}

.overlay {
    height: 100%;
    background-color: rgba(0, 0, 0, 0.65);
    /*margin-top: 6px;*/
}

#particles-js {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 100%;
    z-index: 1;
}

.head_caption {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
}

.head_caption .caption_content {
    margin: auto;
}

.head_caption .caption_content h5 {
    line-height: 2;
}

.head_caption h2 {
    margin-bottom: 35px;
    font-size: 37px;
    font-weight: 600 !important;
}

.type_holder {
    position: absolute;
    width: 100%;
    top: 21vh;
    right: 0;
    z-index: 2;
}

.type_holder .btn {
    margin-top: 25px;
}

.type_holder > div {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.head_caption h5 {
    color: #babcbf;
    font-size: 22px;
    width: 100%;
    right: 0;
    cursor: default;
    z-index: 1;
}

.head_caption h5 .logo_color {
    color: #f2be06;
}

/* Sections */

.section {
    padding: 40px 35px;
}

.section .gray {
    color: #666;
}

.section_row {
    margin-bottom: 20px;
}

#our_services .section_row_handle .section_row:nth-child(even) {
    flex-direction: row-reverse;
}

@media(max-width: 767px) {
    #our_services .section_row {
        display: block;
        align-items: unset;
        flex-direction: unset;
    }
}

.section_row img {
    width: auto;
    max-width: 100%;
    max-height: 300px;
    padding: 20px;
}

.section_row h4 {
    margin-bottom: 30px;
    font-weight: 600 !important;
}

.section_row p {
    font-size: 15px;
    line-height: 1.8;
    color: #666;
    text-align: justify;
}

#our_services {
    background-color: #fff;
}

#our_services h3, #section2 h3, #section2 h3, #free_advice h2, #register h3 {
    font-weight: bold !important;
}

#section2 {
    background: #e1e1e1 url(../img/landing/trusted-header.svg) top center no-repeat;
    background-position: -30px -5px;
    padding-top: 150px;
    margin-top: -10px;
}

#section2 .box {
    font-size: 14px;
    line-height: 1.8;
    box-shadow: 0 0 11px 0 rgba(0, 0, 0, 0.2);
    background-color: #fff;
    text-align: justify;
    position: relative;
    overflow: hidden;
}

#section2 .box .value {
    float: left;
    font-weight: bold;
    font-size: 12px;
    width: 85px;
    text-align: center;
    overflow: hidden;
    position: absolute;
    left: 5px;
    top: 13px;
}

#section2 .box .value.price {
    color: #f3f3f3;
    width: auto;
    white-space: nowrap;
    background: #174c69;
    padding: 6px 12px;
    top: 7px;
}

#section2 .box .value i {
    color: #0abde3;
    font-size: 18px;
}

#section2 .box ul li {
    padding: 10px 15px;
    position: relative;
    overflow: hidden;
}

#section2 .box ul > li:not(:last-child) {
    border-bottom: 2px dotted rgba(0,0,0,0.3);
}

@media (max-width: 600px) {
    #section2 .box {
        height: auto;
    }
    #section2 .box img {
        bottom: 0 !important;
    }
}

#section2 .box_content {
    padding: 15px;
    font-size: 15px;
}

#section2 img {
    width: 100px;
    position: relative;
    bottom: 10px;
    margin-top: 10px;
}

#section2 img[src="./assets/img/landing/right.png"] {
    width: 33%;
    bottom: 20px;
}

#section2 h5 {
    color: #34495e;
    font-weight: 500 !important;
    margin-bottom: 0;
    border-bottom: 1px solid #eee;
    position: relative;
}

#section2 h5 span {
    position: relative;
    padding: 0 20px;
    padding-bottom: 15px;
    display: inline-block;
    font-weight: bold !important;
}

#section2 h5 span:before {
    content: '';
    height: 1px;
    position: absolute;
    width: 100%;
    background-color: #e74c3c;
    bottom: -1px;
    left: 0;
}

#section2 h5:first-child:before {
    width: 55%;
}

#free_advice:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    right: 0;
    top: 0;
    background-color: rgba(0,0,0,.3);
    z-index: -1;
}

#free_advice {
    background: #1a3848 url(../img/landing/moshavere.jpg) no-repeat center center;
    background-size: cover;
    background-attachment: fixed;
    width: 100%;
    color: #fff;
    position: relative;
    overflow: hidden;
    padding: 60px 35px;
    z-index: 1;
}

#free_advice p {
    font-size: 18px;
    line-height: 1.8;
    font-weight: 500;

}

#free_advice #particles-js2 {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}

#register {
    background-color: #fff;
    position: relative;
}

#register > .container {
    position: relative;
}

#register > .container:after {
    content: '';
    position: absolute;
    bottom: -90px;
    left: 15px;
    background: transparent url(../img/landing/rocket.svg) no-repeat;
    height: 149px;
    width: 117px;
}

#register > .container:before {
    content: '';
    position: absolute;
    top: -30px;
    right: 15px;
    background: transparent url(../img/landing/saucer.svg) no-repeat;
    height: 149px;
    width: 117px;
}

@media(max-width: 765px) {
    #register .container:after, #register .container:before {
        display: none;
    }
}

#register .cursor .btn {
    cursor: default;
}

#register #help {
    font-size: 15px;
    line-height: 2;
}

#register .chat_btn {
    color: #607D8B;
    border: 3px solid #607D8B;
    border-radius: 5px;
    transition: all 0.3s ease-out;
    background-color: rgba(0, 0, 0, 0.02);
    padding: 15px 20px 15px 35px;
    font-size: 16px;
    position: relative;
    cursor: pointer;
}

.fa:before, .fas:before, .fal:before, .far:before {
    position: relative;
    top: 2px;
}

#register .chat_btn .fa {
    position: absolute;
    transition: all 0.3s ease-out;
    top: 16px;
    margin-right: 7px;
}

#register .chat_btn:hover {
    background-color: rgba(149, 165, 166, 0.14);
}

#register .chat_btn:hover .fa {
    margin-right: 12px;
}

footer {
    background-color: #333;
    padding: 15px 20px;
    color: #f3f3f3;
    font-size: 12px;
}

footer .yrco_holder {
    width: auto;
    display: inline;
    float: right;
}

footer .yrco_logo {
    float: right;
    margin-right: 15px;
}

footer .yrco_logo img {
    width: auto !important;
    height:45px !important;
}

footer .follow img {
    width: 25px;
    height: 25px;
}

footer .follow-img {
    margin-left: 5px;
}

footer .footer_logo {
    height: 120px;
    margin-left: 15px;
}

@media(max-width: 767px) {
    footer .row.flex {
        display: block;
    }
    .navbar li{
        margin-right: 0;
    }
    .spc-d-xs {
        margin-bottom: 15px;
    }
}

/* lines */

#line1 {
    height: 237px;
    width: 70px;
    margin-left: -75px;
    background: transparent url(../img/landing/blue-arrow-dots.png) center top no-repeat;
    background-size: contain;
    transform: rotate(-50deg);
    text-align: left;
    position: absolute;
    left: 53%;
    top: 12%;
}

#line2 {
    height: 237px;
    width: 77px;
    margin-left: -100px;
    background: transparent url(../img/landing/orange-arrow-dots.png) center top no-repeat;
    background-size: contain;
    text-align: left;
    position: absolute;
    left: 58%;
    top: 32%;
    transform: rotate(56deg) rotateY(181deg);
}

#line3 {
    height: 231px;
    width: 130px;
    margin-left: -50px;
    background: transparent url(../img/landing/violet-arrow-dots.png) center top no-repeat;
    background-size: contain;
    text-align: left;
    position: absolute;
    left: 48%;
    top: 56%;
    transform: rotate(-55deg);
}

#line4 {
    height: 237px;
    width: 77px;
    margin-left: -100px;
    background: transparent url(../img/landing/orange-arrow-dots.png) center top no-repeat;
    background-size: contain;
    text-align: left;
    position: absolute;
    left: 58%;
    top: 75%;
    transform: rotate(56deg) rotateY(181deg);
}

@media(max-width: 1199px) {
    #line1 {width: 50px; margin-left: -10px; top: 15%;}
    #line2 {width: 50px; margin-left: -114px; top: 34%;}
    #line3 {width: 110px; margin-left: -37px;}
    #line4 {width: 50px; margin-left: -114px; top: 78%;}
}

@media(max-width: 991px) {
    #line1 {width: 44px; margin-left: 13px;}
    #line2 {margin-left: -118px;}
    #line3 {width: 90px; margin-left: -15px;}
    #line4 {margin-left: -118px;}
}

/* Modal */

.modal {
    overflow: hidden;
}

.modal p {
    font-size: 14px;
}

.modal label {
    font-size: 12px;
    text-align: right;
}

.modal-body {
    padding: 15px 30px;
    text-align: right;
}

.modal-open {
    overflow: auto;
    padding: 0 !important;
}

.modal-content {
    text-align: center;
    border-radius: 0;
    border: none;
}

.modal-header {
    background-color: #2c3e50;
    color: #fff;
}

.modal-header .close {
    color: #fff;
    opacity: 1;
    margin-top: 3px;
}

.close {
    float: right;
}

@media (min-width: 768px) {
    .modal-dialog {
        width: 526px;
    }
}

.modal-content .form-control {
    border-radius: 0;
}

.modal-body button {
    border-radius: 0;
}

/* Persian Calendar */
a.pcalBtn {
    width: 37px !important;
    height: 37px !important;
    background-size: 100% !important;
    position: absolute !important;
    top: 0 !important;
    left: 15px !important;
}
.picker, .monthYearPicker {
    z-index: 9999999 !important;
}
.yearPicker {
    max-height: 385px;
    overflow-y: scroll;
    direction:ltr;
}
.modal-open div.picker {
    margin-top: -42px !important;
}
/* End */

/* form */

.form-group {
    overflow: hidden;
}

.lbl_input {
    margin-top: 8px;
}

.has_autocomplete, .has_tooltip, .has_froala {
    overflow: visible !important;
}

/* Font Sizes */

@media(max-width: 600px) {
    .head_caption h2 {
        font-size: 5vw;
    }
    .head_caption h5 {
        font-size: 3.8vw;
    }
    #section2 {
        padding-top: 190px;
    }
    #section2 h3 {
        font-size: 6vw;
        line-height: 1.8;
    }
    #free_advice h2 {
        font-size: 10vw;
    }
}

.sec_desc {
    margin-bottom: 50px !important;
    border-bottom: 0 !important;
}

.section#gallery h3 {
    font-weight: bold !important;
}

.section#gallery {
    position: relative;
    overflow: visible;
    width: 100%;
    background: #fff url(../img/landing/corner.jpg) no-repeat;
    background-size: 40% auto;
    background-color: #fff;
    background-position: -3px -3px;
    padding-right: 0 !important;
    padding-left: 0 !important;
}

.section#gallery .container {
    padding-right: 0 !important;
    padding-left: 0 !important;
    width: 100% !important;
}

.devider {
    position: relative;
    overflow: visible;
    width: 100%;
    background: white url(../img/landing/devider.png) no-repeat;
    height: 40px;
    background-position: 50% 50%;
}

.section#gallery .preview_slider_holder {
    text-align: center;
}

.section#gallery .preview_slider {
    margin: auto;
    border: 2px dashed #333;
    border-right: none;
    overflow: hidden;
}

.section#gallery .preview_slider img {
    outline: none !important;
    width: 100%;
}

.section#gallery .panel_slider_sizable_holder {
    height: auto;
    /*width: 1112px;*/ /* har menu ke ezafe mishe bas 60 ta be width ha ezafe beshe. */
    width: 1173px;
    max-width: 100%;
}

.section#gallery .preview_slider_centeral {
    display: inline-block;
    width: auto;
    margin: auto;
    position: relative;
}

/* Slider Panel_RIGHT */

.preview_slider_holder {
    position: relative;
    /*overflow: hidden;*/
}

.panel_right {
    position: relative;
    float: right;
    z-index: 1;
    display: inline-block;
    width: 200px; /* WIDTH */
    background-color: #333;
    color: #f3f3f3;
    font-size: 11px;
    transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out; /* Chrome */
    -moz-transition: all .2s ease-in-out; /* FireFox */
    -o-transition: all .2s ease-in-out; /* Opera */
    text-align: right;
}
.panel_right a {
    color: #f3f3f3;
}
.panel_right a:hover {
    color: #ff9f1a;
}
.panel_right .panel_items_holder ul li a {
    display: block;
    padding: 10px 10px;
    white-space: nowrap;
    position: relative;
    overflow: hidden;
}
.panel_right .panel_items_holder ul li {
    position: relative;
}
.panel_right .panel_items_holder > ul > li.active > a {
    background-color: #ff9f1a !important;
    color: #f3f3f3 !important;
}
.panel_right .panel_items_holder > ul > li.active > a:after {
    left: 0;
    top: 50%;
    margin-top: -15px;
    border: solid transparent;
    content: "";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-left-color: #f3f3f3;
    border-width: 15px;
}
.panel_right .panel_items_holder > ul > li.active li.active a {
    color: #ff9f1a !important;
}
.panel_right .panel_items_holder > ul > li.active ul {
    background-color: #444;
}
.panel_right .panel_items_holder > ul > li.active ul li a {
    padding: 5px 20px 5px 10px;
    background-color: unset !important;
}
.panel_right .panel_items_holder > ul > li.has_sub > a:after {
    left: 0;
    top: 50%;
    margin-top: -15px;
    border: solid transparent;
    content: "";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-left-color: #444;
    border-width: 15px;
    opacity: 0;
    transition: opacity .2s ease-in-out;
    -webkit-transition: opacity .2s ease-in-out; /* Chrome */
    -moz-transition: opacity .2s ease-in-out; /* FireFox */
    -o-transition: opacity .2s ease-in-out; /* Opera */
}
.panel_right .panel_items_holder > ul > li.has_sub ul {
    position: absolute;
    right: 100%;
    bottom: -15px;
    background-color: #444;
    z-index: -1;
    visibility: hidden;
    opacity: 0;
    transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out; /* Chrome */
    -moz-transition: all .2s ease-in-out; /* FireFox */
    -o-transition: all .2s ease-in-out; /* Opera */
}
.panel_right .panel_items_holder > ul > li.has_sub:hover ul, .panel_right .panel_items_holder > ul > li.has_sub.active ul {
    z-index: 1;
    visibility: visible;
    opacity: 1;
}
.panel_right .panel_items_holder > ul > li.has_sub:hover > a:after, .panel_right .panel_items_holder > ul > li.has_sub.active > a:after {
    opacity: 1;
}
.panel_right .panel_items_holder > ul > li.has_sub ul li a {
    padding: 5px 10px 5px 20px;
    background-color: unset !important;
}
.panel_right .panel_items_holder ul li a i {
    width: 15px;
    margin-left: 10px;
    transition: margin-left .2s ease-in-out;
    -webkit-transition: margin-left .2s ease-in-out; /* Chrome */
    -moz-transition: margin-left .2s ease-in-out; /* FireFox */
    -o-transition: margin-left .2s ease-in-out; /* Opera */
}
.panel_right .panel_items_holder ul li a:hover, .panel_right .panel_items_holder ul li a:focus {
    background-color: #222;
}

@media(max-width: 1200px) {
    .panel_slider_sizable_holder {
        width: 983px !important;
    }
    .panel_right .panel_items_holder ul li a {
        padding: 8px 10px;
    }
    .panel_right {
        font-size: 9px;
    }
}

@media(max-width: 1010px) {
    .panel_slider_sizable_holder {
        width: 866px !important;
    }
    .panel_right .panel_items_holder ul li a {
        padding: 7px 10px;
    }
    .panel_right {
        font-size: 8px;
        width: 165px;
    }
    .panel_right .panel_items_holder ul li a i {
        margin-left: 2px;
    }
}

@media(max-width: 867px) {
    .panel_slider_sizable_holder {
        width: 793px !important;
    }
    .panel_right .panel_items_holder ul li a {
        padding: 6px 7px;
    }
    .panel_right {
        width: 145px;
    }
}

@media(max-width: 795px) {
    .panel_slider_sizable_holder {
        width: 668px !important;
    }
    .panel_right .panel_items_holder ul li a {
        padding: 4px 5px;
    }
    .panel_right {
        font-size: 8px;
        width: 130px;
    }
}

@media(max-width: 675px) {
    .panel_right {
        display: none;
    }
    .preview_slider {
        border-right: 2px dashed #333 !important;
    }
    .panel_slider_sizable_holder {
        max-width: unset !important;
        width: unset !important;
    }
    .section#gallery .preview_slider_centeral {
        display: block;
        width: 100%;
        margin: unset;
        padding: 0 5px;
    }
}

a.lightgallery_toggle {
    display: inline-block;
    background-color: #ffffff;
    color: #333;
    border-radius: 50%;
    float: left;
    width: 42px;
    height: 42px;
    text-align: center;
    margin-right: 3px;
    -webkit-box-shadow: inset 0 0 7px 2px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: inset 0 0 7px 2px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 0 7px 2px rgba(0, 0, 0, 0.2);
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    position: absolute;
    left: 10px;
    top: 10px;
    z-index: 1;
    font-size: 19px !important;
    padding-top: 8px !important;
    padding-right: 0px !important;
    -webkit-transition: .3s all;
    -moz-transition: .3s all;
    -ms-transition: .3s all;
    -o-transition: .3s all;
    transition: .3s all;
}

a.lightgallery_toggle:hover {
    background-color: #ff9f1a;
    color: #f3f3f3;
}

.section#our_services a {
    color: #ff9f1a !important;
    text-decoration: underline !important;
    font-weight: bold !important;
}

#pie_chart4 {
    width: 100%;
    height: 400px;
    clear: both;
}

#online_users {
    width: 100%;
    height: 200px;
    clear: both;
}

@media(min-width: 768px) {
    #pie_chart4 {
        left: 13px;
    }
}

/* Forms Component */
.hint {
    margin-top: 5px;
    color: #737373;
    text-align: justify;
    line-height: 1.6 !important;
}
input[advanced_dir="reverse"]:-moz-placeholder {
    text-align: right;
}
input[advanced_dir="reverse"]:-ms-input-placeholder {
    text-align: right;
}
input[advanced_dir="reverse"]::-webkit-input-placeholder {
    text-align: right;
}
button.btn {
    font-family: 'IRANSans', 'Yekan', Tahoma sans-serif !important;
}
.form_custom select option[disabled] {
    color: #ccc !important;
}
.form_custom label {
    margin-bottom: 0;
}
.form_custom label, .form_custom .radio, .form_custom .checkbox {
    margin-top: 3px;
}
.panel-body .form_custom label,.panel-body .form_custom .radio,.panel-body .form_custom .checkbox {
    margin-top: 7px;
}
.form_custom .radio label, .form_custom .checkbox label {
    margin-top: 0;
    padding-right: 5px !important;
}
.form_custom input, .form_custom select {
    border-radius: 0;
    height: 38px;
    padding: 3px 5px;
    font-family: 'IRANSans', 'Yekan', Tahoma sans-serif;
}
.form_custom textarea {
    border-radius: 0;
    font-family: 'IRANSans', 'Yekan', Tahoma sans-serif;
    padding: 5px !important;
}
.form_custom .btn {
    border-radius: 0;
}
.form_custom .radio:first-child, .form_custom .checkbox:first-child {
    padding-right: 0;
}
.form_custom .form-group.no_overflow {
    overflow: visible;
}
.form-group {
    overflow: hidden;
}
.form_custom label.toggle {
    cursor: pointer;
}
.form_custom .toggle input[type=checkbox]:checked+.handle:before,.form_custom .toggle input[type=radio]:checked+.handle:before {
    background-color: #ff9f1a;
}
.form_custom .input-group input {
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
}
.form_custom .input-group .input-group-btn .btn {
    padding: 8px 12px !important;
}
.form_custom .toggle .handle {
    top: -29px !important;
}
.form_custom .toggle_hint {
    position: relative;
    top: -2px;
    padding: 0 5px;
    cursor: pointer;
}
.form_custom .price_stepper .stepper-arrow {
    display: none !important;
}