@font-face {
    font-family: 'Bahij-Janna';
    src: url('../fonts/bahij/BahijJanna.eot');
    src: url('../fonts/bahij/BahijJanna.eot?#iefix') format('embedded-opentype'),
    url('../fonts/bahij/BahijJanna.woff2') format('woff2'),
    url('../fonts/bahij/BahijJanna.woff') format('woff'),
    url('../fonts/bahij/BahijJanna.ttf') format('truetype'),
    url('../fonts/bahij/BahijJanna.svg#BahijJanna') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Bahij-Janna-bold';
    src: url('../fonts/bahij/BahijJanna-Bold.eot');
    src: url('../fonts/bahij/BahijJanna-Bold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/bahij/BahijJanna-Bold.woff2') format('woff2'),
    url('../fonts/bahij/BahijJanna-Bold.woff') format('woff'),
    url('../fonts/bahij/BahijJanna-Bold.ttf') format('truetype'),
    url('../fonts/bahij/BahijJanna-Bold.svg#BahijJanna-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

/******************************/
/******************************/
:root {
    --primary: #cb7a29;
    --secondary: #a1560b;
    --thied: #d2d2d2;
    --fourth: #eaeaea;
    --black: #000;
    --white: #ffffff;
}

* {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
}

.wrap {
    overflow: hidden;
}

html[dir="ltr"] body {
    direction: ltr;
    text-align: left;
}

html[dir="rtl"] body {
    direction: rtl;
    text-align: right;
}

body {
    font-family: 'Bahij-Janna';
    color: var(--black);
    font-size: 16px;
}

p:last-of-type {
    margin-bottom: 0;
}

h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
    font-weight: bold;
}

button,
li,
a {
    transition: all 0.5s ease-in-out;
}

a {
    display: inline-block;
}

a,
a:focus,
a:hover {
    text-decoration: none;
}

ul, ol {
    margin-bottom: 0;
}

button:focus {
    outline: 0;
}

li,
input[type=submit],
a {
    transition: all 0.5s linear;
}

img, iframe, video {
    max-width: 100%;
}

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

ul li {
}

.no-padding {
    padding: 0 !important;
}

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

textarea.form-control {
    height: 200px;
}

.form-control:focus {
    border-color: transparent;
    box-shadow: none;
    outline: none;
    color: #060709;
}
.main-title{
    color: var(--primary);
    margin-bottom: 30px;

}
.main-title:after{
    content: " ";
    display: block;
    width: 50px;
    height: 4px;
    background: var(--primary);
}
.main-btn {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
     color: var(--white);
    /*width: 100px;*/
    height: 30px;
    line-height: 30px;
    padding-inline-start: 15px;
    text-align: center;
    border-radius: 35px;
    overflow: hidden;
    background-color: var(--primary);
    cursor: pointer;
    transition: all .35s ease-in-out;
}

.main-btn:after {
    content: "\f30a";
    font-weight: 900;
    font-family: 'Font Awesome 5 Free';
    font-size: 18px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 50%;
    text-align: center;
    color: #fff;
    background: var(--secondary);
    position: relative;
    margin-inline-start: 15px;
    transition: all .35s ease-in-out;
}
html[dir="ltr"] .main-btn:after{

        content: "\f061";
}
.main-btn:hover {
    color: var(--white);
    background-color: var(--secondary);

}

.main-btn:hover:after {
    color: #fff;
    background: var(--secondary);
}

.main-tit {
    padding: 50px 0;
    font-size: 48px;
    color: var(--black);
}


@media (max-width: 768px) {
    .main-btn {
        /*width: 140px;*/
        /*height: 35px;*/
        /*line-height: 35px;*/
    }

    .main-btn:after {
        /*width: 35px;*/

        /*height: 35px;*/
        /*line-height: 35px;*/
    }
}

/******************************/
/******************************/
#header-search {
    display: inline-block;
}

#search-header.open {
    background: rgba(0, 0, 0, 0.8);
}

#search-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: all 0.3s ease-in-out;
    transform: translate(0px, 0px) scale(0.7, 0.7);
    opacity: 0;
    visibility: hidden;
    z-index: 999999;
}

#search-header.open {
    transform: translate(0px, 0px) scale(1, 1);
    opacity: 1;
    visibility: visible;
}

#search-header .search-form {
    background: rgba(0, 0, 0, 0);
    position: absolute;
    top: 50%;
    width: 100%;
    margin: 0 auto;
    padding-left: 30px;
    padding-right: 30px;
    text-align: center;
}

.open-search ,.lang{
      width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: var(--white);
    background-color: transparent;
    font-weight: bold;
    padding: 0;
    text-align: center;
    /*margin-inline-start: 20px;*/
    transition: all .35s ease-in-out;
}
.lang{
   font-size: 24px;
   
    background-color:var(--primary);
}
.open-search:hover   {
    color: var(--primary);
}
.lang:hover{
  color:  var(--white)
}
#search-header input[type="search"] {
    font-size: 44px;
    color: #fff;
    font-weight: 300;
    border: 0;
    outline: none;
    width: 70%;
    height: 90px;
    line-height: normal;
    border-bottom: 1px solid;
}

#search-header .search-submit {
    z-index: 10;
    border: none !important;
}

#search-header .search-submit,
.search-icon {
    background: none;
    border: none;
    height: 70px;
    width: 70px;
    position: absolute;
    top: 20px;
}

.search-icon:before {
    font-family: 'Font Awesome 5 Brands';
    content: "\f3eb";
    display: inline-block;
    width: 70px;
    height: 70px;
    font-size: 24px;
    padding-top: 20px;
    color: #fff;
}

#search-header .close {
    background: none;
    border: none;
    position: fixed;
    top: 45px;
    right: 45px;
    opacity: 1;
    cursor: pointer;
    color: #fff;
    text-align: center;
    transition: all 0.2s ease-out;
}

#search-header .close:hover {
    opacity: 0.8;
}

#search-header .close i {
    display: none;
}

#search-header .close:after {
    font-family: 'Font Awesome 5 Free';
    content: "\f057";
    display: inline-block;
    font-size: 16px;
    color: #fff;
    text-align: center;
    line-height: 29px;
    left: 0;
}

#search-header button.close {
    border: 2px solid #fff;
    height: 37px;
    width: 37px;
    border-radius: 200em;
}

#search-header input[type="search"] {
    background: rgba(0, 0, 0, 0);
    border-color: #5f5f5f;
}

#search-header input[type="search"],
#search-header .search-submit {
    color: #fff;
}

/******************************/
/******************************/
header {
    background: var(--black);
    padding: 20px 0;
}

.top-header {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-top: 25px;
}

.header-icon {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 12px;
}

.header-icon .pdf i {
    margin-inline-end: 5px;
}
.vision-logo img{
      max-height: 75px;
}
.main-logo img{
    max-height: 125px;
}
.header-icon a {
    color: #fff;
    background-color: var(--black);
    border: 1px solid var(--black);
    font-weight: bold;
    padding: 0 20px;
    width: auto;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    text-align: center;
    transform: translateY(0px);
    transition: all .35s ease-in-out;
}

.header-icon a:hover {
    color: #fff;
    background-color: var(--secondary);
    border-color: var(--secondary);
    transform: translateY(-10px);

}

@media (min-width: 992px) {
    .main-nav {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .nav-list {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        margin-bottom: 0;
        position: relative;
    }

    .nav-list > .menu-item {
        position: relative;
    }

 
     .nav-list > .menu-item:not(:last-of-type) {
        margin-inline-end: 5px;
    }

    .nav-list > .menu-item > a {
        display: flex;
        color: var(--white);
        padding: 10px 15px;
        position: relative;
        transition: all 0.5s ease-in-out;
    }

    .nav-list > .menu-item-has-children > a:after {
        display: inline-block;
        content: "\f0d7";
        font-family: "Font Awesome 6 Free";
        font-weight: 900;
        margin-inline-start: 10px;
        color: var(--primary);
        background: transparent;
        transition: all .35s ease-in-out;
    }

    .nav-list .menu-item:hover > a,
    .nav-list > .menu-item.active a {
        color: var(--primary);
    }

    .nav-list > .menu-item:hover > a:before,
    .nav-list > .menu-item.active a:before {
        opacity: 1;
        visibility: visible;
        transform: scale(1);
    }

    .nav-list > .menu-item-has-children:hover a:after {
        transform: rotateX(-180deg);
        color: var(--black);
    }

    html[dir="rtl"].sub-menu {
        left: 0;
    }

    html[dir="ltr"].sub-menu {
        right: 0;
    }

    .sub-menu {
        position: absolute;
        top: 100%;
        z-index: 4;
        min-width: 350px;
        background-color: var(--white);
        padding: 20px 0;
        opacity: 0;
        visibility: hidden;
        transform-origin: 0 0 0;
        transform: scaleY(0);
        box-shadow: 0 3px 6px rgba(0, 0, 0, .1);
        transition: all 0.2s ease-in-out;
    }

    .sub-menu li {
        position: relative;
        padding: 0 20px;
    }

    .sub-menu li:not(:last-of-type) a {
        margin-bottom: 10px;
    }

    .sub-menu li a {
        display: block;
        width: 100%;
        position: relative;
        color: var(--black);
        padding-bottom: 10px;
        transition: all 0.5s ease-in-out;
    }


    html[dir="rtl"] .nav-list .sub-menu > li.menu-item-has-children > a:after {
        left: 0;
        content: "\f324";
    }

    html[dir="ltr"] .nav-list .sub-menu > li.menu-item-has-children > a:after {
        right: 0;
        content: "\f323";
    }

    .nav-list .sub-menu > li.menu-item-has-children > a:after {
        font-family: "Font Awesome 6 Free";
        font-weight: 900;
        color: var(--black);
        position: absolute;
        transition: all 0.5s ease-in-out;
    }

    .sub-menu li a:hover {
        color: var(--secondary);
    }

    .nav-list .sub-menu > li.menu-item-has-children:hover > a:after {
        color: var(--secondary);
    }

    .menu-item-has-children:hover > .sub-menu {
        opacity: 1;
        visibility: visible;
        top: 100%;
        transform: scaleY(1);
    }

    html[dir="rtl"] .sub-menu .menu-item-has-children .sub-menu {
        right: 100%;
    }

    html[dir="ltr"] .sub-menu .menu-item-has-children .sub-menu {
        left: 100%;
    }

    .sub-menu .menu-item-has-children .sub-menu {
        top: 0 !important;
    }

    html[dir="rtl"] .sub-menu .menu-item-has-children:hover > .sub-menu {
        right: 100%;
    }

    html[dir="ltr"] .sub-menu .menu-item-has-children:hover > .sub-menu {
        left: 100%;
    }


    html[dir="rtl"] .nav-list > .menu-item-has-children > .sub-menu a:before {
        content: "\f100";
    }

    html[dir="ltr"] .nav-list > .menu-item-has-children > .sub-menu a:before {
        content: "\f101";
    }

    .nav-list > .menu-item-has-children > .sub-menu a:before {
        font-family: "Font Awesome 6 Free";
        font-weight: 900;
        display: inline-block;
        margin-inline-start: 10px;
        color: var(--black);
        font-size: 14px;
        transition: all .35s ease-in-out;
    }

    .nav-list > .menu-item-has-children > .sub-menu a:hover:before {
        color: var(--primary);
    }

    .nav-list .menu-item:hover > a,
    .nav-list > .menu-item.active a {
        color: var(--primary);
    }

    .nav-btn,
    .mobile-nav-list,
    .dd-trigger {
        display: none;
    }
}

@media (max-width: 992px) {

    .nav-list {
        display: none;
    }

    .dd-trigger {
        display: block;
    }

    .main-nav {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-between;
    }

    .head-logo {
        display: flex;
        align-items: center;
        justify-content: flex-start;
    }

    .header-icon {
        margin-top: 0;
    }

    .menu-icons a:not(:last-of-type) {
        margin-inline-end: 10px;
    }

    .nav-list > li.menu-item-has-children > a:after {
        font-family: "Font Awesome 6 Free";
        font-weight: 900;
        color: var(--white);
        position: absolute;
        transition: all 0.5s ease-in-out;
    }

    .nav-btn {
        width: 40px;
        height: 40px;
        border-radius: 100%;
        color: var(--white);
        padding: 0;
        background-color: var(--secondary);
        margin-inline-end: 10px;
        display: flex;
        justify-content: center;
        align-items: center;
        transition: all 0.5s ease-in-out;
    }

    html[dir="rtl"] .nav-btn {
        margin-inline-end: 10px;
    }

    html[dir="ltr"] .nav-btn {
        margin-inline-start: 10px;
    }

    html[dir="ltr"] .mobile-nav-list {
        left: 0;
        transform: translateX(-100%);
    }

    html[dir="rtl"] .mobile-nav-list {
        transform: translateX(100%);
        right: 0;
    }

    .mobile-nav-list {
        width: 300px;
        height: 100%;
        padding: 15px;
        background-color: rgba(255, 255, 255, 1);
        display: flex;
        flex-direction: column;
        position: fixed;
        top: 0;
        z-index: 6;
        box-shadow: 0 0 5px rgba(0, 0, 0, .2);
        overflow-y: scroll;
        transition: all .5s linear;
    }

    .mobile-nav-list .menu-item {
        position: relative;
        border-bottom: 1px solid var(--secondary);
    }

    .mobile-nav-list .menu-item:not(:last-of-type) a {
    }

    .mobile-nav-list .menu-item > a {
        display: block;
        color: var(--black);
        padding: 15px;
    }

    .mobile-nav-list .menu-item.menu-item-has-children > a {
        width: calc(100% - 34px);
        display: inline-block;
    }

    .mobile-nav-list .menu-item > a:hover,
    .mobile-nav-list .menu-item.active > a {
        color: var(--secondary);
    }

    html[dir="ltr"] .mobile-nav-list .menu-item.menu-item-has-children i {
        border-left: 1px solid var(--black);
    }

    html[dir="rtl"] .mobile-nav-list .menu-item.menu-item-has-children i {
        border-right: 1px solid var(--black);
    }

    .mobile-nav-list .menu-item.menu-item-has-children i {
        color: var(--black);
        width: 30px;
        height: 30px;
        line-height: 30px;
        text-align: center;
        transform-origin: center;
        transition: all .3s linear;
    }

    .mobile-nav-list .menu-item i.open {
        color: var(--secondary);
    }

    .sub-menu {
        list-style: none;
        background-color: var(--secondary);
    }

    .sub-menu.open {
    }

    .sub-menu li {
    }

    .mobile-nav-list .sub-menu a {
        display: block;
        padding: 15px 25px;
        color: var(--white);

        transition: all .3s linear;
    }

    .mobile-nav-list .sub-menu a:hover {
        color: #393839;
    }

    .trans-none {
        transform: none !important;
    }

    html[dir="ltr"] .nav-overlay {
        right: 0;
        transform: translateX(100%);
    }

    html[dir="rtl"] .nav-overlay {
        left: 0;
        transform: translateX(-100%);
    }

    .nav-overlay {
        display: block;
        position: fixed;
        top: 0;
        z-index: 5;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, .4);
        transition: all .35s ease-in-out;
    }
}


@media (max-width: 768px) {
    .edite-row {
        display: flex;
        flex-wrap: wrap;
    }

    .edite-row [class*="col-hd"]:nth-child(1) {
        order: 1;
        float: none;
    }

    .edite-row [class*="col-hd"]:nth-child(2) {
        order: 3;
        float: none;
    }

    .edite-row [class*="col-hd"]:nth-child(3) {
        order: 2;
        float: none;
    }


    .head-logo {
        width: 100%;
    }

    .head-logo img {
        max-width: 120px;
    }
    .cart, .lang {
        width: 35px;
        height: 35px;
        line-height: 35px;
    }
}


@media (max-width: 500px) {
    .main-tit {
        font-size: 34px;
        margin: 10px 0;
    }

    .head-logo {
        justify-content: center;
    }

    .header-icon {
        margin-top: 20px;
    }
}

/******************************/
/******************************/

.slider {
    position: relative;
}

.main-slider .mainItem {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.main-slider .mainItem img.slid-thumb {
    width: 100%;
    height: 100vh;
    position: relative;
}
.main-slider .mainItem:before{
    content: " ";
    background: rgba(0,0,0,.2);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0 ;
    right: 0;
    left: 0;
    z-index: 1;
}

.main-slider .active img.slid-thumb {
    width: 100%;
}

.main-slider .main-btn {
    margin: 0 auto;
}

.main-slider .mainItem-overlay {
    position: absolute;
    inset: 0;
    top: 70%;
    right: 25%;
    transform: translateX(50%);
    color: var(--black);
    z-index: 11;

}

.main-slider .mainItem-overlay .slid-body {
    display: flex;
    align-items: center;
    justify-content: center;
}
.main-slider .mainItem-overlay .slid-body .img img{
    width: 165px;
    height: 100px;
}
.main-slider .slid-tit {
    margin-top: 20px;
    text-align: center;
    display: block;
    margin-inline-start: 10px;
    color: var(--white);
}

.main-slider .slid-tit h3 {
    font-size: 38px;
}

.main-slider .owl-nav {
    position: absolute;
    top: 50%;
    right: 0;
    display: flex;
    align-items: center;
        justify-content: space-between;
    width: 100%;
}
.main-slider .owl-nav .owl-prev{
    	width: 0;
	height: 0;
	border-top: 25px solid transparent;
	border-right: 50px solid var(--primary);
	border-bottom: 25px solid transparent;
	display: flex;
    align-items: center;
    justify-content: center;
}
 .main-slider .owl-nav .owl-prev i{
         margin-inline-end: 75px;
color :var(--white) ;
 }
.main-slider .owl-nav .owl-next{
	width: 0;
	height: 0;
	border-top: 25px solid transparent;
	border-left: 50px solid var(--primary);
	border-bottom: 25px solid transparent;
	display: flex;
    align-items: center;
    justify-content: center;
}
 .main-slider .owl-nav .owl-next i{
         margin-inline-start: 75px;
color :var(--white) ;
 }

.main-slider .owl-dots {
    position: absolute;
    bottom: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.main-slider .owl-dots .owl-dot {
    width: 20px;
    height: 20px;
    background-color: transparent;
    border-radius: 0px;
    margin: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--black);
    transition: all .35s ease-in-out;
}

.main-slider .owl-dots .owl-dot span {
    width: 10px;
    border-radius: 0px;
    height: 10px;
    transition: all .35s ease-in-out;
}

.main-slider .owl-dots .owl-dot.active span {
    background-color: var(--secondary);
    transition: all .35s ease-in-out;
}

.main-slider .owl-dots .owl-dot.active {
    border: 1px solid var(--secondary);
    transition: all .35s ease-in-out;
}

@media (max-width: 992px) {
    .main-slider .slid-tit {
        font-size: 54px;

    }

    .main-slider .mainItem img.slid-thumb {
        height: 500px;
    }

    .main-slider .slid-body {
        padding: 0 35px;
    }

    .main-slider .mainItem-overlay{
        top: 65%;
        right: 30%;
    }
}

@media (max-width: 500px) {
    .main-slider .mainItem-overlay .slid-body .img img{
        width: 120px;
        height: 75px;
    }

    .main-slider .mainItem img.slid-thumb{
        height: 25vh;
    }
    .main-slider .mainItem-overlay {
        top: 18%;
        right: 40%;

    }
    .main-slider .slid-body{
        padding: 0 ;
    }
    .main-slider .slid-tit h3 {
        font-size: 18px;
        display: inline-block;

    }
    .main-slider .slid-tit{
        margin-top: 10px;

    }

    .slid-body {
        padding: 0;
    }

    .main-slider .slid-tit {
        font-size: 28px;
    }

    .slid-body {
        text-align: center !important;
    }

    .slid-url {
        display: table;
        margin: 0 auto;
    }

}

/******************************/
/******************************/
.about{
    padding: 50px 0;
}
.about .desc p{
    font-size: 16px;
    color: var(--black);
    text-align: justify;
}
@media (max-width: 768px){

}
/******************************/
/******************************/
.services{
    padding: 50px 0 100px;
    background: #fcfcfc;
}
.services-title{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 50px;
}
.services-title .main-title{
    margin-bottom: 10px;
}
.services-items{
    margin-bottom: 30px;
}
.services-items .services-content{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-inline-start: 15px ;
    background: var(--fourth);
    transition: all .35s ease-in-out;
}
.services-items:hover .services-content{
    background: var(--primary);
}
.services-items .services-content .title{
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--black);
    transition: all .35s ease-in-out;

}
.services-items:hover .services-content .title{
    color: var(--white);
}
.services-items .services-content .title:before{
    content: " ";
    background: var(--black);
    width: 10px;
    display: inline-block;
    height: 2px;
    margin-inline-end: 5px;
    transition: all .35s ease-in-out;

}
.services-items:hover .services-content .title:before{
    background: var(--white);

}
.services-items .services-content .url i{
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background: var(--thied);
    color: var(--black);
    font-size: 18px;
    transition: all .35s ease-in-out;

}
.services-items:hover .services-content .url i{
    background: var(--secondary);
    color: var(--white);
}
@media (max-width: 768px){
    .about-img{
        display: table;
        margin: 0 auto;
    }
}
/******************************/
/******************************/
.works{
    padding: 50px 0;
}
.works-items .works-img img{
    width: 100%;
        max-height: 345px;

}
.works-items{
    position: relative;
    margin-bottom: 30px;
}
.works-items:before{
    content: " ";
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.5);
    z-index: 1;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
    transition: all .35s ease-in-out;

}
.works-items:hover:before{
    opacity: 1;
    visibility: visible;
}
.works-items .works-content{
    position: absolute;
    bottom: 0;
    right: 50px;
    z-index: 2;
    opacity: 0;
    visibility: hidden;
    transition: all .35s ease-in-out;
}
html[dir="ltr"] .works-items .works-content{
       right: unset;
          left: 30px;
}
.works-items:hover .works-content{
    opacity: 1;
    visibility: visible;
    bottom: 50px;
}
.works-content .title{
    font-size: 34px;
    font-weight: initial;
    color: var(--primary);
}
.works-content .desc{
    font-size: 20px;
    color: var(--white);
}
/**/
footer{
    background-image: url("../images/footer.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 100px 0 0;
    position: relative;

}
footer:before{
    content:  " ";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    background: rgba(0,0,0,.8);
    display: block;
}
footer .main-title{
    margin-bottom: 50px;
}
.scroll-up-btn{
    position: absolute;
    top: -20px;
    right: 50px;
    height: 50px;
    width: 50px;
    line-height: 50px;
    margin-inline-start: 10px;
    text-align: center;
    background: var(--secondary);
    color: var(--white);
     font-size: 18px;
    border-radius: 50%;
    border-bottom-width: 2px;
    cursor: pointer;
    transition: all 0.3s ease;
    z-index: 99;
}
 html[dir="ltr"] .scroll-up-btn{
         right: unset;
    left: 50px;

 }
.scroll-up-btn.show{
    transition: all 0.3s ease;
    opacity: 1;
    pointer-events: auto;
}
.scroll-up-btn:hover{
    filter: brightness(90%);
}
.footer-main {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}
.footer-content a ,.footer-content div {
    color: var(--white) !important;
}

.footer-content a:hover  {
    color: var(--white) !important;
}
.footer-img {

    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
.footer-img i {
    color:  var(--primary);
    font-size: 28px;
    margin-inline-end: 10px;

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

.social {
    width: 40px;
    height: 40px;
    font-size: 1.5em;
    color: white;
    border-radius: 50%;
    display: grid;
    place-items: center;
    margin-inline-start: 10px;
    transition: all .35s ease-in-out;

}
html[dir="ltr"] .social{
        margin-inline-end: 10px;

}
.social-items .social:hover {
    color: white;

}

.facebook {
    background: #3b5998;
}

.twitter {
    background: #1da1f2;
}

.google-plus {
    background: #dd4b39;
}

.linkedin {
    background: #0077b5;
}

.pinterest {
    background: #e60023;
}

.youtube {
    background: #ff0000;
}

.instagram {
    background: #c13584;
}
.footer-main-content {
    margin-top: 30px;
}
.footer-list li{
    margin-bottom: 10px;
}
.footer-list li a{
    color: var(--white) !important;
    transition: all .35s ease-in-out;
}
.footer-list li a:hover{
    color:  var(--primary);
}
.map iframe{
    width: 100%;
    height: 220px;
}
.powr{
    text-align: center;
    background: var(--secondary);
    color: var(--white);
    position: relative;
    z-index: 2;
    padding: 15px 0;
    margin-top: 50px;
}
.powr a{
    color: var(--white);
    margin: 0 3px;
}
@media (max-width: 500px) {
    .scroll-up-btn{
        right: 0;
    }
    html[dir="ltr"] .scroll-up-btn{
        right: unset;
        left: 0;
    }
}

/**/
.breadcrumb-area{
    padding: 15px 0;
    background-color: var(--primary);
}
.breadcrumb-area,
.breadcrumb-area a{
    color: var(--white);
}
.content{
    padding: 70px 0;
    /*background-image: url(../images/bg-watermark.png);*/
    /*background-repeat: no-repeat;*/
    /*background-position: bottom left;*/
    /*background-attachment: fixed;*/
}
.news-item{
    box-shadow: 0 0 8px rgba(0,0,0,.3);
}
.news-item-thumb{
    height: 320px;
}
.news-item-thumb img{
    max-height: 100%;
}
.news-item-tit a{
    color: var(--primary);
}
.news-item-body{
    padding: 15px;
}
.news-item-des{
    margin-bottom: 15px;
}
.video-upload video{
    object-fit: contain;
    width: 100%;
    height: 300px;
    display: block;
}
.gallery-item-image{
      height:160px;
}
.gallery-item-image img{
    max-height:100%;
    height:100%;
}