/* body {
    font-size: 25px;
} */

p,
a,
li,
td,
span,
div {
    font-size: 16px;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    padding: 0px;
    margin: 0px;
}

.padding-t {
    padding-top: 20px;
}

.center {
    text-align: center;
}

.majid {
    /* min-height: 80vh; */
}


/* ********************** Menu *********************************** */

.navbar {}

.navbar-nav>.nav-item>a {
    line-height: 18px;
}

.navbar .navbar-nav>.menu>a:hover {
    color: #ef2525 !important;
    /*border-bottom: 2px solid #4cc1d3 !important; */
}

h5.news-brief {
    line-height: 22px;
    font-weight: 400;
    font-size: 15px;
    height: 66px;
    overflow: hidden;
}

.navbar {
    border: 0 !important;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
}

.navbar {
    background-color: none !important;
    border-color: transparent !important;
}

.navbar .navbar-nav>.menu>a {
    color: #3ab92c !important;
    padding: 6px !important;
}

header .navbar-header img {
    width: 200px;
}

.navbar-header h1 a {
    font-size: 18px;
    font-weight: 400;
    display: table;
    /*max-width: 240px;*/
}

.navbar-header h1 span {
    display: table-cell;
    vertical-align: middle;
    margin-top: 17px;
    font-size: 16px;
    line-height: 16px;
    color: #3ab92c !important;
}

.nav-top {
    margin-top: 96px;
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-menu {
    left: none !important;
}

.dropdown-content {
    display: none;
    position: absolute;
    list-style-type: none;
    margin: 0;
    padding: 0;
    background-color: #f1f1f1;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
    margin-top: 0px;
}

.dropdown-content a {
    color: #3ab92c;
    padding: 12px 12px;
    text-decoration: none;
    display: block;
}

.dropdown-content a:hover {
    background-color: #ddd
}

.dropdown:hover .dropdown-menu {
    display: block;
}


/* ************************* Slider ****************************** */

.slider {
    direction: ltr;
    margin-top: -5px !important;
}

.slider .owl-carousel {
    position: relative;
}

.slider .owl-carousel .owl-nav .owl-prev,
.slider .owl-carousel .owl-nav .owl-next {
    position: absolute;
    top: 45%;
}

.slider .owl-carousel .owl-nav .owl-prev {
    left: 20px;
}

.slider .owl-carousel .owl-nav .owl-next {
    right: 20px;
}

.slider .majid {
    background-color: blue;
    width: 100%;
    max-height: 550px;
    overflow: hidden;
}

.slider .owl-theme .owl-nav [class*=owl-] {
    background-color: transparent !important;
}

.slider .owl-dots {
    position: absolute;
    bottom: 15px !important;
    left: 25% !important;
    right: 25% !important;
}

.slider .owl-theme .owl-dots .owl-dot span {
    display: inline-block !important;
    width: 25px !important;
    height: 4px !important;
    border-radius: 1px !important;
}

.slider .owl-theme .owl-nav {
    margin-top: 0px !important;
}


/* ************************ service ********************************* */

.service {
    background-color: #1ca72a;
    padding: 70px 0px;
    color: #fff;
    text-align: center;
}

.service p {
    text-align: justify;
    font-weight: 300;
}

.service h4 {
    margin-bottom: 14px;
}

.service h5 {
    font-size: 17px;
    margin-bottom: 8px;
}

.service p {
    font-size: 15px;
}

.service .fa {
    -ms-transition: 0.6s ease;
    -o-transition: 0.6s ease;
    -webkit-transition: 0.6s ease;
    -moz-transition: 0.6s ease;
    transition: 0.6s ease;
    font-size: 5em;
    margin: 0px 20px 15px 20px;
    cursor: pointer;
    /* line-height: 80px; */
}

.service .fa:hover {
    transition: 0.6s ease;
    -webkit-transition: 0.6s ease;
    -moz-transition: 0.6s ease;
    -ms-transition: 0.6s ease;
    -o-transition: 0.6s ease;
    -moz-transform: rotatey(300deg);
    -webkit-transition: rotatey(360deg);
    -o-transform: rotatey(360deg);
    -ms-transform: rotatey(360deg);
    transform: rotatey(360deg);
}


/* ************************* News Slider ****************************** */

.news {
    padding: 50px 0;
}

.news .news-title {
    font-size: 24px;
    padding-bottom: 40px;
    text-align: center;
    font-weight: bold;
    color: rgb(200, 0, 0);
}

.news .majid {}

.news .majid img {
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.news .majid .overlaydiv:hover img {
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.news .majid .overlaydiv {
    position: relative;
    height: 150px;
    cursor: pointer;
    overflow: hidden;
}

.news .majid .overlaydiv:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.6);
    margin-left: auto;
    margin-right: auto;
    opacity: 0;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.news .majid .overlaydiv:hover:after {
    opacity: 1;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.news hr {
    color: #7e8082;
}

.news .date-news {
    position: relative;
    padding: 5px 0;
}

.news .date-news:after {
    content: '';
    width: 100%;
    height: 1px;
    display: block;
    top: 0;
    bottom: 0;
    margin: auto;
    background-color: #7e8082;
    font-weight: 100px;
    position: absolute;
}

.news .date-news span {
    position: relative;
    z-index: 9999;
    padding-left: 10px;
    background-color: #fff;
}

.news .majid .news-brief {
    color: #7e8082;
}

.news .majid a {
    margin-top: 15px;
    color: #000;
    text-decoration: none;
    float: right;
    background: transparent;
    padding: 7px 10px;
    border-radius: 5px;
    float: left;
    font-size: 14px;
}

.news .majid i {
    display: inline-block;
    vertical-align: middle;
    margin-top: -2px;
    margin-right: 5px;
}

.news .majid a:hover {
    color: #ffffff;
    background: #2d9c20;
}

.news .owl-carousel .owl-nav .owl-prev,
.news .owl-carousel .owl-nav .owl-next {
    -webkit-border-radius: 0 !important;
}

.news .owl-carousel .owl-nav {
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -o-border-radius: 50px;
    -ms-border-radius: 50px;
    overflow: hidden;
    position: absolute;
    top: -15%;
}

.news .owl-theme .owl-nav [class*=owl-] {
    margin: 0px !important;
    padding: 4px 13px !important;
}

.news .owl-theme .owl-nav [class*=owl-]:hover .fa {
    color: #4cc1d3;
}

.news .owl-theme .owl-nav [class*=owl-]:hover {
    background-color: #D6D6D6 !important;
}


/* **********************************quote  ****************************** */

.quote {
    background-color: #ecedef;
    padding: 35px;
}

.quote .majid .quotemain {
    display: table;
}

.quote .majid .quote-icon i {
    height: 50px;
    width: 50px;
    border: 1px solid #7e8082;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -o-border-radius: 50px;
    -ms-border-radius: 50px;
    padding: 11px;
    color: #7e8082;
    display: table-cell;
    vertical-align: middle;
}

.quote .quote-text {
    padding-left: 17px;
    display: table-cell;
    vertical-align: middle;
}

.quote .quote-text h5 {
    font-size: 16px;
}

.quote .quotemain {
    border-left: 5px solid transparent !important;
    margin: 0px 0px 0px !important;
}

.quote .majid .quote-auther h5 {
    text-align: right;
    padding-right: 30px;
    line-height: 20px;
    font-size: 14px;
}


/* ************************************* Map ************************************ */

.map iframe {
    width: 100% !important;
    max-height: 550px !important;
}


/* ************************************* Footer ************************************ */

.contact {
    display: table;
    padding: 10px 0;
}

.contact header i,
.contact .contact-memo {
    color: #fff;
}

.contact .contact-memo,
.contact header {
    display: table-cell;
    vertical-align: middle;
    margin-top: -2px;
}

.contact header {
    width: 29px;
    text-align: center;
}

.post {
    padding-top: 10px;
}

.post .post-table {
    display: table;
    color: #fff;
}

.post-table .post-memo,
.post-table header {
    display: table-cell;
    vertical-align: middle;
    margin-top: -2px;
}

.post-table header {
    width: 75px;
}

.post-table header img {
    max-width: 100%;
    width: 100%;
}

.post-table .post-memo h6 {
    padding: 0px 5px 5px 5px;
    font-weight: 300;
    font-size: 12px;
}

.post-table .post-memo a {
    color: #fff;
    text-decoration: none;
    line-height: 17px;
    font-size: 14px;
}

#footer {
    padding: 50px 30px;
    background-color: #363a3e;
}

#footer .footer-title {
    color: #fff;
    padding-bottom: 25px;
}

#footer h3 {
    font-size: 24px;
}

#footer .memo h5 {
    color: #fff;
    line-height: 26px;
    font-weight: 300;
    font-size: 14px;
}

#lastpart {
    background-color: #23272a;
    color: #fff;
}

#lastpart .copyright {
    text-align: center;
    padding: 25px;
}

.linkmajid {
    text-decoration: none;
    color: #3ab92c;
}


/* ************************************** Contact Page  ************************************* */

.contact-page {
    padding: 35px 0;
    color: #7e8082;
}

.contact-page .contactp-title {
    padding-bottom: 25px;
}

.contact-page .btn {
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.contact-page .btn:hover {
    background: #00c2d6 !important;
    color: #fff !important;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.contactinfop {
    color: red;
}

.contactinfop {
    display: table;
    padding: 5px 0;
}

.contactinfop header i,
.contactinfop .contact-memo {
    color: #7e8082;
}

.contact-memo h6 {
    line-height: 17px;
    font-weight: 300;
    font-size: 12px;
}

.contactinfop .contact-memo,
.contactinfop header {
    display: table-cell;
    vertical-align: middle;
    margin-top: -2px;
}

.contactinfop header {
    text-align: center;
    width: 50px;
    height: 50px;
    background: #d7d9dc;
    border-radius: 50%;
    padding: 5px
}


/* ************************************** About Us Page  ************************************* */

.aboutus {
    padding: 30px 0;
}

.text-justify {
    text-align: justify !important;
}


/* ************************************** Error	 Page  ************************************* */

.errorpage {
    padding: 35px 0;
}

.font-s {
    font-size: 275px;
    color: #b8bcc1;
    text-align: center;
}

.errorpage .error {
    display: table;
    top: 0;
    bottom: 0;
    margin: auto;
}

.errorpage .error .a,
.errorpage .error .b {
    display: table-cell;
    vertical-align: middle;
}

.errorpage .error .a h1 {
    font-size: 275px;
    color: #b8bcc1;
}

.errorpage .error .b h1 {
    line-height: 50px;
    padding-left: 30px;
    color: #484c55;
}


/* **************************** Blog Detail *************************** */

.blogdetail {
    padding: 35px 0;
}

.search-detail {
    display: table;
}

.input-group-btn {
    display: table-cell;
}

.blogdetail .form-control {
    border-radius: 0px !important;
}

.blogdetail .input-group-btn {
    width: 0% !important;
}

.blogdetail .search-detail .form-control:focus {
    border-color: #ccc !important;
    box-shadow: none !important;
}

.blogdetail img {
    width: 100%;
    padding-bottom: 15px;
}

.blogdetail .blogdetail-line {
    position: relative;
    padding: 20px 0;
}

.blogdetail .blogdetail-line:after {
    content: '';
    width: 100%;
    height: 1px;
    display: block;
    top: 0;
    bottom: 0;
    margin: auto;
    background-color: #d7d9dc;
    font-weight: 100px;
    position: absolute;
}

.blogdetail .blogdetail-line span {
    position: relative;
    z-index: 9999;
    padding-right: 10px;
    background-color: #fff;
    font-size: 25px;
    color: #7e8082;
}

.blogdetail .btn {
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.blogdetail .btn:hover {
    background: #1ca72a !important;
    color: #fff !important;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.blogdetail input,
.blogdetail textarea {
    border: 2px solid #e7e8ea !important;
}

.comment-title {
    padding: 20px 0;
    font-size: 21px;
    color: #7e8082;
}

.blogdetail .comment-show {
    border-bottom: 1px solid #d7d9dc;
    margin-bottom: 20px;
}

.blogdetail .comment-time {
    font-size: 14px;
    float: right;
}

.blogdetail .comment-name h3 {
    color: #7e8082;
    ;
}

.blogdetail .comment-info {
    padding: 15px 0;
}

.blogdetail .comment-info h5 {
    line-height: 18px;
}

.blogdetail h3 a {
    text-decoration: none !important;
    color: black !important;
}

.news-sidebar {
    padding-top: 20px;
}

.news-sidebar ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    padding-top: 15px;
}

.news-sidebar ul li {
    padding: 5px 0;
    border-bottom: 1px solid #d7d9dc;
    cursor: pointer;
    display: table;
}

.news-sidebar ul li a {
    text-decoration: none;
    color: #333;
    display: table-cell;
    vertical-align: middle;
}

.news-sidebar i {
    font-size: 20px;
    padding-right: 5px;
    color: #d7d9dc;
    display: table-cell;
    margin-top: -2px;
}

.news-sidebar ul li:hover i {
    color: #00c2d6;
}


/* ******************************* Blog ************************************* */

.readmore-blog {
    text-align: right;
    padding-bottom: 20px;
}

.readmore-blog .readmore-shape i {
    vertical-align: middle;
    font-size: 18px;
    /*background-color: #d7d9dc;*/
    color: #a4a4a4;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 50%;
    padding-left: 1px;
    text-align: center;
}

.readmore-blog .readmore-shape a {
    text-decoration: none;
    color: #7e8082;
}

.readmore-blog .readmore-shape a:hover {
    color: #4cc1d3;
}

.readmore-blog .readmore-shape a:hover i {
    color: #4cc1d3;
    /*background-color: #4cc1d3;*/
}

.news-padding {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 1.5em;
}

.middle {
    text-align: center;
}

@media (max-width: 480px) {
    .navbar-header h1 a {
        max-width: 240px;
    }
}


/* ************************ Products ************************** */

.nikol .card>.card-header {
    background-color: #1ca72a !important;
    border-color: #1ca72a !important;
}

.nikol .card>.card-header:hover a {
    color: #fff !important;
}

.nikol .card>.card-header a {
    text-decoration: none !important;
    color: black !important;
}

.font-h2 {
    font-size: 14px;
}

.productchart a {
    color: black;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    text-decoration: none;
    display: block;
    font-size: 14px;
}

.productchart .spanimg {
    display: block;
    height: 250px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    margin-bottom: 6px;
}

.productchart span {
    white-space: nowrap;
    overflow: hidden !important;
    text-overflow: ellipsis;
    display: block;
}

.productchart {
    padding: 16px 15px;
    border: 1px solid transparent;
    cursor: pointer;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    margin-bottom: 15px;
}

.productchart:hover {
    border: 1px solid #3ab92c;
    border-radius: 9px;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.productchart:hover a {
    color: #3ab92c;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}


/* ************************ Admin ************************** */

.admin-image {
    width: 60px;
    height: 60px;
}

.admin .header-admin {
    background-color: #337ab7;
    margin-bottom: 15px;
    text-align: center;
    padding: 25px;
    color: #fff;
}

.admin .list-group {
    margin-bottom: 5px !important;
}

.admin .panel-collapse .list-group-item:first-child,
.list-group-item:last-child {
    border-top-left-radius: 0px !important;
    border-top-right-radius: 0px !important;
    -webkit-border-top-left-radius: 0px !important;
    -webkit-border-top-right-radius: 0px !important;
    -moz-border-top-left-radius: 0px !important;
    -moz-border-top-right-radius: 0px !important;
    -o-border-top-left-radius: 0px !important;
    -o-border-top-right-radius: 0px !important;
    -ms-border-top-left-radius: 0px !important;
    -ms-border-top-right-radius: 0px !important;
}

.admin .panel {
    border-radius: 0px !important;
    -webkit-border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    -o-border-radius: 0px !important;
    -ms-border-radius: 0px !important;
}

.admin .panel-group .panel {
    border-radius: 0px !important;
    -webkit-border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    -o-border-radius: 0px !important;
    -ms-border-radius: 0px !important;
}

.admin .list-group-item:last-child {
    border-bottom-left-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
    -webkit-border-bottom-left-radius: 0px !important;
    -webkit-border-bottom-right-radius: 0px !important;
    -moz-border-bottom-left-radius: 0px !important;
    -moz-border-bottom-right-radius: 0px !important;
    -o-border-bottom-left-radius: 0px !important;
    -o-border-bottom-right-radius: 0px !important;
    -ms-border-bottom-left-radius: 0px !important;
    -ms-border-bottom-right-radius: 0px !important;
}

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

tr:first-child td {
    /*border-top: 1px #fff solid !important;*/
}

.sweet-alert {
    font-family: IRANSans;
}

.inline-block {
    display: inline-block;
}

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

.dashborad a {
    text-decoration: none;
    color: #fff;
    font-size: 22px;
    background-color: #337ab7;
    display: inline-block;
    padding: 2px 8px 9px 8px;
}


/* ************************ Gallery ************************** */

.gallerydetail {
    padding-bottom: 20px;
}

.mix,
.gap,
.gallerychart {
    display: inline-block;
    vertical-align: top;
}

.mix {
    background: #fff;
    padding: 0px !important;
    border-radius: 2px;
    position: relative;
}

.mix,
.gap {
    width: 33%;
}

.controls {
    text-align: center;
    margin-bottom: 16px;
}

.controls button {
    border: 1px #1ca72a solid !important;
    background-color: #1ca72a;
    color: #fff;
}

.containerr .mix a>img {
    padding-bottom: 4px;
}


/* ************************ F And Q ************************** */

.faq a {
    text-decoration: none;
    color: #000;
}

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

.faqlist ul li {
    border: 1px solid #000;
    border-radius: 5px;
    background-color: #c5c58f6e;
    padding: 5px;
    margin-bottom: 6px;
}


/* ************************ Article ************************** */

.article-text {
    text-align: left !important;
    padding: 15px;
    background: #f7f7f7;
    border: 1px solid #efefef;
    border-radius: 5px;
    box-shadow: 0 4px 4px -3px rgba(0, 0, 0, 0.25);
    margin-bottom: 10px;
}

.article-text h2 {
    border-bottom: 2px solid #000;
    padding-bottom: 3px;
}

.article-text p {
    padding-top: 5px;
}


/* ************************ @Media ************************** */

@media only screen and (max-width: 480px) {
    .mix,
    .gap {
        width: 100%;
    }
}

@media screen and (min-width: 480px) and (max-width: 979px) {
    .mix,
    .gap {
        width: 49%;
    }
}

@media only screen and (max-width: 767px) {
    header .navbar-header img {
        width: 80px;
    }
}

@media (max-width: 575.98px) {
    /* .slider .owl-dots {
        display: none !important;
    } */
    .slider .owl-theme .owl-nav [class*=owl-] {
        background-color: #b3b3b3 !important;
    }
    .slider .owl-carousel .owl-nav .owl-prev,
    .slider .owl-carousel .owl-nav .owl-next {
        position: absolute !important;
        /* top: 32% !important; */
    }
    .slider {
        margin-top: -5px !important;
    }
}


}