#transpro_main_menu {
    direction: rtl;
}

body {
    font-family: 'iransans';
    font-size: 14px;
    line-height: 1.6em;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
}

.navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .show > .nav-link {
    color: #111010;
}

.header-upper {
    direction: rtl;
}

.news-two .owl-nav {
    position: absolute;
    right: 15px;
    top: -90px;
    direction: rtl;
}

.sec-title_two {
    position: relative;
    z-index: 1;
    margin-bottom: var(--margin-bottom-40);
    /*direction: rtl;*/
    text-align: center;
}

.news-two .owl-nav {
    position: absolute;
    right: 88%;
    top: -90px;
    direction: rtl;
}

.case-one .owl-nav {
    position: relative;
    margin-top: var(--margin-top-30);
    /*direction: rtl;*/
}

.case-one .owl-nav .owl-next {
    position: absolute;
    right: 0;
    width: 46px;
    height: 46px;
    line-height: 48px;
    text-align: center;
    border-radius: 50px;
    display: inline-block;
    font-size: var(--font-18);
    color: var(--black-color);
    background-color: var(--white-color);
    transition: all 250ms ease;
    -moz-transition: all 250ms ease;
    -webkit-transition: all 250ms ease;
    -ms-transition: all 250ms ease;
    -o-transition: all 250ms ease;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.10);
}

.case-one .owl-nav .owl-prev {
    position: relative;
    right: 0;
    width: 46px;
    height: 46px;
    line-height: 48px;
    text-align: center;
    border-radius: 50px;
    display: inline-block;
    font-size: var(--font-18);
    color: var(--black-color);
    background-color: var(--white-color);
    transition: all 250ms ease;
    -moz-transition: all 250ms ease;
    -webkit-transition: all 250ms ease;
    -ms-transition: all 250ms ease;
    -o-transition: all 250ms ease;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.10);
}

.case-one .owl-stage-outer {
    overflow: hidden;
}

.case-one {
    position: relative;
    overflow: hidden;
    padding: 0px 0px 0px;
}

.services-one {
    position: relative;
    padding: 100px 2px 100px;
    background-color: var(--color-thirtynine);
    margin-top: 5%;
}

.case-one .auto-container {
    /*background-color: #b4c6e8;*/

}

.case-one_inner-container::before {
    position: absolute;
    content: '';
    right: 100%;
    top: 0px;
    bottom: 0px;
    width: 200%;
    z-index: 10;
    background-color: #d3e2ff;
}

.case-one {
    position: relative;
    overflow: hidden;
    padding: 19px 10px 0px;
    background-color: #d8d8d9;
}

/*.team-color-box, .header-social_box-three, .fluid-one_image::after, .header-style-three .outer-box .search-box {*/
/*    display: none;*/
/*}*/
@media only screen and (max-width: 1140px) {
    team-color-box, .header-social_box-three, .fluid-one_image::after, .header-style-three .outer-box .search-box {
        display: none;
    }

}


/******************/
.main-header .outer-box {
    position: relative;
    right: 9%;
}

.navbar-dark .navbar-nav .nav-link {
    color: rgb(19, 15, 15);
}

.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
    color: rgba(0, 0, 0, 0.75);
}

.dropdown-menu {
    position: absolute;
    z-index: 1000;
    display: none;
    min-width: 60rem;
    padding: .5rem 0;
    margin: 0;
    font-size: 1rem;
    color: #212529;
    text-align: right;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: .25rem;
}

body {
    font-family: 'iransans';
    font-size: 16px;
    line-height: 1.6em;
    font-weight: 400;
}

.list-group-item {
    position: relative;
    display: block;
    padding: .5rem 1rem;
    color: #212529;
    text-decoration: none;
    background-color: #fff;
    border: none;
}

.btn {
    display: inline-block;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 13px;
}

.news-two {
    position: relative;
    /* padding: 100px 0px 100px; */
    font-family: 'iransans';
}

.case-one_inner-container .owl-carousel .owl-item img {
    display: block;
    width: 100%;
    -webkit-transform-style: preserve-3d;
    height: 200px;
}

.case-one_inner-container .case-block_heading {
    position: relative;
    font-weight: 700;
    text-align: right;
}

.case-one_inner-container .case-block-date {
    text-align: right;
    font-size: 13px;
    color: #021f7e;
}

.case-block_text.more-detail {
    position: relative;
    line-height: 28px;
    font-size: var(--font-16);
    color: var(--color-thirtyseven);
    width: 100%;
    height: 26px;
    background-color: #757171;
}

.case-block_text.more-detail:hover {
    background-color: #b71616;
}

.case-block_text.more-detail a {
    text-align: center;
    color: #fff;
    margin: 0 auto;
    position: absolute;
    width: 100%;
}

.set-font {
    font-family: 'iransans';
}

.case-block_heading a {
    font-size: 13px;
}

.case-one_inner-container .owl-nav {
    position: relative;
    /* margin-top: var(--margin-top-30); */
}

.case-block_text.more-detail {
    position: absolute;
    line-height: 28px;
    font-size: var(--font-16);
    color: var(--color-thirtyseven);
    width: 100%;
    height: 32px;
    background-color: #757171;
    bottom: 0;
    right: 0;
}

.case-block_lower-content {
    position: relative;
    padding: 0px 15px 4px;
    border: 1px solid var(--color-fourtythree);
    border-top: none;
    background-color: var(--white-color);
    min-height: 130px;
}

.services-four {
    position: relative;
    padding: 10px 0px 0px;
    direction: rtl;
}

.navbar-area .nav-container .navbar-collapse .navbar-nav {
    text-align: right;
}

.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu {
    position: absolute;
    text-align: right;
    min-width: 210px;
    margin: 0;
    padding: 0;
    list-style: none;
    right: 0;
    top: 100%;
    -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.05);
    background-color: #fff;
    z-index: 9;
    overflow: hidden;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    border-radius: 0;
}



/***
for dropdown
 */

.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children:after {
    content: "";
    position: absolute;
    right: -1px;
    top: 26px;
    height: 2px;
    width: 10px;
    background: var(--heading-color);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    z-index: -1;
}

.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children:before {
    content: "";
    position: absolute;
    right: 3px;
    top: 50%;
    height: 10px;
    width: 2px;
    background: var(--heading-color);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    margin-top: 1px;
    z-index: -1;
}


/*
for mega menu
 */

.navbar-area .nav-container .navbar-collapse .navbar-nav li.dropdown-mega:after {
    content: "";
    position: absolute;
    right: 8px;
    top: 34px;
    height: 2px;
    width: 10px;
    background: var(--heading-color);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    z-index: 8;
}

.navbar-area .nav-container .navbar-collapse .navbar-nav li.dropdown-mega:before {
    content: "";
    position: absolute;
    right: 12px;
    top: 50%;
    height: 10px;
    width: 2px;
    background: var(--heading-color);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    margin-top: 1px;
    z-index: 8;
}


.dropdown-toggle::after {
    display: none;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
}

.dropdown-toggle::after {
    display: none;
    margin-right: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-left: .3em solid transparent;
    border-bottom: 0;
    border-right: .3em solid transparent;
}

.nav-item.dropdown.dropdown-mega.position-static {
    position: relative !important;
    z-index: 0;
    padding-right: 14px;
}


.navbar-area .nav-container .navbar-collapse .navbar-nav li.dropdown-mega:hover::before {
    opacity: 0;
}
.navbar-area .nav-container .navbar-collapse .navbar-nav li.dropdown-mega:hover::after {
    background: var(--main-color);
}

/*!****end-mega-menu*********!*/

.feature-slider .owl-nav {
    position: absolute;
    left: 0;
    top: -128px;
}

.feature-wrap {
    padding: 3px 4px 3px;
    border-radius: 10px;
}


.text-align {
    text-align: right;
}
h1, h2, h3, h4, h5, h6 {

    color: var(--heading-color);
    font-weight: 700;
    font-family: 'iransans';
}

.text-align {
    text-align: right;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-top: 20px;
}

.about-inner-wrap {
    margin-right: 58px;
    direction: rtl;
    /* text-align: right; */
}

.feature-area .owl-carousel .owl-item img {
    transform-style: preserve-3d;
    width: 100%;
    height: 200px;
    background-size: contain;
}

.feature-area .section-title {
    position: relative;
    margin-left: 21%;
}

.category-title {
    background-color: #494949;
    /*padding: 5%;*/
    color: #fff;
    text-align: center;
}

.list-group-item {
    position: relative;
    display: block;
    padding: 0 !important;
    text-decoration: none;
    background-color: #fff;
    border: none;
    color: #171616 !important;
    font-size: 14px !important;
    text-align: center;
    border-bottom: 1px solid #f5f5f5;
}

.list-group-item:hover {
    background-color: #fb493d;
    color: #fff !important;
}


.show-read-more .read-more {
    color: red;
}
.single-service-wrap .details {
    background: #FFFFFF;
    -webkit-box-shadow: 0px 6px 30px rgba(0, 35, 90, 0.08);
    box-shadow: 0px 6px 30px rgba(0, 35, 90, 0.08);
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    padding: 32px 29px 30px;
    text-align: right;
}
/*.single-service-wrap .thumb img {*/
/*    width: 100%;*/
/*    height: 230px;*/
/*    object-fit: fill;*/
/*}*/
/*.single-team-wrap .thumb img {*/
/*    height: 350px;*/
/*    object-fit: fill;*/
/*}*/
.team-slider .owl-nav .owl-prev, .testimonial-slider .owl-nav .owl-prev {
    right: 95%;
    left: auto;
}

.set-font-size{
    font-size: 17px;
    color: #111111;
}
.feature-slider .read-more-link {
	background-color: red;
	color: #fff;
	position: absolute;
	bottom: 1%;
	left: 1%;
	font-size:12px;
	border-radius: 5px;
	font-size: 12px;
	padding: 0 10px;
}
.feature-slider .feature-wrap p {
     margin-top: 0;
    margin-bottom: 0;
    font-size: 12px;
}
.feature-slider .text-align {
    text-align: right;
    padding-right: 11px;
    padding-bottom: 20px;
    padding-top: 11px;
}
.feature-slider .content-inner {
    position: relative;
    width: 100%;
    min-height: 350px;
}
.single-blog-inner .thumb img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    -webkit-transition: 0.9s;
    transition: 0.9s;
    width: 100%;
    height: 300px;
    object-fit: fill;
}
.testimonial-area {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.single-blog-inner .details {
    padding: 32px 30px;
    position: relative;
    background: #FFFFFF;
    -webkit-box-shadow: 0px 6px 30px rgba(7, 36, 95, 0.08);
    box-shadow: 0px 6px 30px rgba(7, 36, 95, 0.08);
    text-align: right;
}
/****************/

.sidebar-area .widget {
    margin-bottom: 40px;
    border-radius: 0px;
    background: rgba(8, 12, 36, 0.1);
    padding: 40px;
    direction: rtl;
}

 .widget_catagory ul li a span {
    display: inline-block !important;
     margin-left: 0 !important;
     margin-right: auto;
}
.navbar-area .nav-container .navbar-collapse .navbar-nav li a {
    color: var(--heading-color);
    font-weight: 500;
    font-size: 14px;
}


.navbar-area-1 .nav-container .navbar-collapse .navbar-nav {
    padding-left: 42px;
}
.single-blog-inner.style-2 .details p {
    margin-bottom: 25px;
    direction: rtl;
}


.topbar-left {
    direction: rtl;
    text-align: right;

}
.blog-meta{
    direction: rtl;

}
.breadcrumb-area .page-list-1 li + li {
    padding-right: 23px;
    margin-right: 5px;
}
.breadcrumb-area .page-list-1 li::after {
    position: absolute;
    right: 0;
    top: -1px;
    content: "\f060";
    color: #FB493D;
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
}

.breadcrumb-area.bg-overlay-2 .container .row .col-12 {
    flex: 0 0 auto;
    width: 100%;
    direction: rtl;
}
.breadcrumb-area .page-list li + li {
    padding-right: 21px !important;
    margin-right: 5px !important;
    padding-left: 0 !important;
    margin-left: 0 !important;
}
.breadcrumb-area {
    padding: 198px 0 36px;
    background-repeat: no-repeat;
    background-position: center bottom;
}
.sidebar-area .widget .widget-title span {
    position: absolute;
    height: 3px;
    width: 3px;
    background: var(--heading-color);
    bottom: -14.5px;
    right: 74px;
}

.sidebar-area .widget .widget-title::after {
    content: "";
    position: absolute;
    width: 60px;
    height: 3px;
    bottom: -16px;
    right: 0;
    background: #FB493D;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
}


.breadcrumb-area .page-list-1 {
    margin: 0;
    padding: 0;
    color: #fff;
    display: inline-block;
}

.breadcrumb-area .page-list-1 li:first-child {
    padding-left: 0;
}

.breadcrumb-area .page-list-1 li {
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    list-style: none;
    display: inline-block;
    position: relative;
    color: #fff;
}
/*.breadcrumb-area .page-list li::after {*/
/*    position: absolute;*/
/*    right: 0;*/
/*    top: 1px;*/
/*    content: "\f060";*/
/*    color: #FB493D;*/
/*    font-family: "Font Awesome 5 Free";*/
/*    font-weight: 700;*/
/*}*/
.breadcrumb-area .page-list li::after {
    position: absolute;
    right: 0;
    top: 1px;
    content: "\f060"!important;
    color: #FB493D;
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
}

.single-service-wrap .btn-wrap {
    direction: rtl;
}
.pagination li a {
     height: 40px;
     width: 40px;
     margin-right: 0px;
     border: 0;
     border-radius: 5px !important;
     background-color: rgba(0, 15, 87, 0.1);
     line-height: 30px;
     text-align: center;
     text-decoration: none;
     -webkit-transition: all 0.4s ease;
     transition: all 0.4s ease;
     display: block;
     font-weight: 500;
     font-size: 16px;
     font-family: var(--heading-font);
 }
.pagination {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin: 20px 0 0 0;
    direction: rtl;
}

.single-service .thumb img {
    width: 331px;
    height: 230px;
}


.navbar-top .logo .main-logo {
    display: inline-block;
    width: 100%;
}
.navbar-top .logo {
    top: 36px;
    width: 35%;
    z-index: 100;
}
.navbar-top .logo img {
    height: 143px;
    object-fit: contain;
    width: 100%;
    padding: 1%;
}
/*.logo.d-none.d-lg-block {*/
/*    width: 34%;*/
/*    height: 150px;*/
/*    !*background-color: red;*!*/
/*    direction: rtl;*/
/*    position: fixed;*/
/*    left: 0;*/
/*}*/
/*.main-logo {*/
/*    width: 90%;*/
/*    height: 200px;*/
/*}*/

/*.logo.d-none.d-lg-block .main-logo img {*/
/*    width: 100%;*/
/*    height: 117px;*/
/*    object-fit: fill;*/
/*}*/
.navbar-top .nav-phone-wrap {
    top: 116px;
    padding: 9.5px 108px 6.5px 135px;
    direction: rtl;

}
.navbar-top::after {
    width: 103%;
    background-size: 119% 167%;
    /*background-color: #fff6ec;*/
}
.navbar-area-1::after {
    width: 110%;
    background-size: 100% 100%;
    background-position: 0px 0px;
}
.single-blog-inner .read-more-link {
    float: left;
    background-color: red;
    padding: 1%;
    color: #fff;
    border-radius: 10px;
    padding: 1%;
    font-size: 13px;
    margin: 3%;
    position: absolute;
    left: 0;
    bottom: 0;
}
.catagory-items{
    padding-right: 0;
}
.single-service-img{
    width: 331px;
    height: 230px;
}
.details {
    word-wrap: break-word;
    width: 100%;
}
.navbar-top .nav-phone-wrap {
    background: url(../assets/img/shape/nav-contact-bg.png);
    background-position: -38px 0px;
    background-size: 96% 101%;
    background-repeat: no-repeat;
    display: inline-block;
    position: absolute;
    top: 112px;
    color: #fff;
    padding: 12.5px 135px 9.5px 115px;
    left: -100px;
    font-family: var(--heading-font);
    font-size: 14px;
}
.details * {
    direction: rtl;
}
/*.blog-meta {*/
/*    min-height: 200px;*/
/*}*/
.single-team-wrap img {
    width: 100%;
    height: 390px;
}
.single-team-wrap a:hover{
    color: #0b0b0b;
}
.title {
    text-align: center;
}

.footer-area {
    position: relative;
    background-color: #080C24;
    padding-bottom: 50px;
    direction: rtl;
}
.single-portfolio-wrap .thumb img {
    max-width: 100%;
    width: 500px;
    height: 300px;
}
.single-portfolio-wrap .portfolio-details {
    position: absolute;
    right: 0;
    bottom: 0;
    width: -webkit-fill-available;
    background: #fff;
    border-radius: 5px;
    margin: 46px;
    padding: 20px 23px 20px 22px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    opacity: 0;
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}
.logo-responsive img {
    width: 150px !important;
    height: 65px !important;
    object-fit: contain;
}
.widget.widget_about .thumb img {
    width: 200px;
    height: auto;
    object-fit: fill;
    margin-top: -13%;
}
.show-read-more p {
    color: var(--paragraph-color);
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    margin-bottom: 10px;
    text-align: justify;
}
.footer-area .widget_nav_menu ul li i, .footer-area .widget_nav_menu ul li svg {
    margin-left: 10px;
}
.portfolio-area .section-title {
    margin-bottom: 50px;
    text-align: center;
}
.swiper-container {
    margin: -305px -93px 253px;
    -webkit-transform: translate(0px, 134px);
    transform: translate(0px, 134px);
    padding-top: 211px;
}
.log-site {
    width: 140px;
    height: 50px;
}
.main-logo img {
    width: 100%;
    /* height: 129px; */
    object-fit: fill;
    top: -5px;
    position: relative;
}
.main-logo-footer img {
	width: 72%;
	object-fit: fill;
	top: 13%;
	position: relative;
	margin-right: 5%;
}