* {
	padding: 0;
	margin: 0;
	border: 0;
    text-decoration: none;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

body {
	font-weight: 400;
    font-size: 16px;
    font-family: "Poppins";
}
body.rtl, body.rtl h1, body.rtl h2, body.rtl h3, body.rtl h4, body.rtl h5, body.rtl h6 {
  font-family: "Noto Kufi Arabic", sans-serif;
  font-optical-sizing: auto;
}
body.rtl a[href^="tel:"] {
    unicode-bidi: embed;
    direction: ltr;
}

a {
    color: #000;
    text-decoration: none;
}
p {
    line-height: 26px;
}
ul, ol {
    padding-left: 20px;
    line-height: 26px;
    list-style-position: inside;
}
p a:hover {
    color: #2B3E72;
}
[class*="__container"] {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0px 15px;
}
.button {
    min-width: 160px;
    height: 55px;
    padding: 0 27px;
    line-height: 55px;
    outline: none;
    cursor: pointer;
    color: #6A4A1A;
    background: linear-gradient(90deg, #CA9F40 -20.31%, #F5DB67 104.37%);
    display: inline-block;
    border-radius: 12px;
    font-size: 18px;
    font-weight: 500;
    text-align: center;
    transition: all .3s;
}
.button:hover {
    color: #fff;
}
.button-2 {
    min-width: 160px;
    height: 55px;
    padding: 0 27px;
    line-height: 55px;
    outline: none;
    cursor: pointer;
    color: #fff;
    border: 1px solid #fff;
    display: inline-block;
    border-radius: 12px;
    font-size: 18px;
    font-weight: 500;
    text-align: center;
    transition: all .3s;
}
.button-2:hover {
    color: #6A4A1A;
    background: linear-gradient(90deg, #CA9F40 -20.31%, #F5DB67 104.37%);
    border-color: transparent;
}
.mb80 {
    margin-bottom: 80px;
}
.mb60 {
    margin-bottom: 60px;
}
.mb50 {
    margin-bottom: 50px;
}
.mb30 {
    margin-bottom: 30px;
}
.mb20 {
    margin-bottom: 20px;
}
.page-title {
    font-weight: 500;
    font-size: 40px;
    color: #272727;
}

/* form */
.form-title {
    display: block;
    font-size: 24px;
    margin-bottom: 35px;
    color: #272727;
    font-weight: 500;
}
.form-input {
    width: 100%;
    outline: none;
    background-color: #fff;
    border-radius: 12px;
    height: 55px;
    display: block;
    padding: 0 20px;
    margin-bottom: 25px;
}
.form-input:last-child {
    margin-bottom: 0;
}
.form-textarea {
    width: 100%;
    outline: none;
    background-color: #fff;
    border-radius: 12px;
    display: block;
    height: 135px;
    padding: 17px 20px;
    margin-bottom: 25px;
}
/* form end */


.header__top {
   /* background-color: #F3F3F3;*/
    background-color: #2b3e72;
}
.header__row {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.header__menu {
    margin: 10px 0;
}
.header__menu li {
    list-style: none;
    display: inline-block;
    margin-right: 35px;
}
.header__menu li:last-child {
    margin-right: 0;
}
html[dir=rtl] .header__menu li {
    margin-right: 0;
    margin-left: 35px;
}
html[dir=rtl] .header__menu li:last-child {
    margin-left: 0;
}
.header__menu a {
    font-weight: 500;
    /*color: #949494;*/
    color: #fff;
}
.header__menu a:hover {
    /*color: #2B3E72;*/
    color: #ccc;
}
.search-open {
    height: 21px;
    width: 21px;
    margin-right: 17px;
    display: none;
    cursor: pointer;
}
html[dir=rtl] .search-open {
    margin-right: 0;
    margin-left: 17px;
}


.language {
    position: relative;
    z-index: 9;
}
.language__top {
    background-color: #FAFAFA;
    height: 30px;
    width: 75px;
    border-radius: 5px;
}
.language__wrapp {
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 5px;
}
.language__wrapp:last-child {
    margin-bottom: 0;
}
.language__wrapp img {
    margin-right: 5px;
    width: 20px;
}
html[dir=rtl] .language__wrapp img {
    margin-right: 0;
    margin-left: 5px;
}
.language__wrapp span {
    color: #272727;
    display: inline-block;
    margin-right: 5px;
}
html[dir=rtl] .language__wrapp span {
    margin-right: 0;
    margin-left: 5px;
}
.language__select {
    position: absolute;
    left: 0;
    padding: 7px;
    top: calc(100% + 5px);
    background-color: #FAFAFA;
    width: 100%;
    border-radius: 5px;
    display: none;
}
.language__select .current span {
    color: #2B3E72;
}

.header__left {
    display: flex;
    align-items: center;
}
.toggle-menu {
    flex: 0 0 31px;
    display: none;
    margin-right: 15px;
    width: 25px;
    height: 18px;
    position: relative;
    cursor: pointer;
    z-index: 3
}
html[dir=rtl] .toggle-menu {
    margin-right: 0;
    margin-left: 15px;
}
.toggle-menu span {
    position: absolute;
    background-color: #272727;
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    top: 8px;
    transition: all 0.3s ease 0s;
}
.toggle-menu:after {
    content: '';
    background-color: #272727;
    position: absolute;
    width: 100%;
    height: 2px;
    left: 0;
    top: 0;
}
.toggle-menu:before {
    content: '';
    background-color: #272727;
    position: absolute;
    width: 100%;
    height: 2px;
    left: 0;
    bottom: 0;
}


.header__bottom {
    border-bottom: 1px solid #E1E1E1;
    border-top: 1px solid #E1E1E1;
    background-color: #FAFAFA;
}
.header__bottom .header__lang {
    display: none;
}
.header__logo {
    display: inline-block;
    margin: 20px 0;
}
.header__right {
    display: flex;
    align-items: center;
}
.header__search {
    position: relative;
    margin-right: 40px;
}
html[dir=rtl] .header__search {
    margin-right: 0;
    margin-left: 40px;
}
.header__search input {
    width: 340px;
    height: 55px;
    font-weight: 500;
    font-size: 16px;
    background-color: #F3F3F3;
    border-radius: 12px;
    padding-left: 20px;
    padding-right: 55px;
    outline: none;
}
html[dir=rtl] .header__search input {
    padding-left: 55px;
    padding-right: 20px;
}
.header__search input:focus {
    background-color: #fff;
    border: 1px solid #E1E1E1;
}
.header__search button {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 30px;
    height: 30px;
    right: 15px;
    background: transparent;
    outline: none;
    cursor: pointer;
}
html[dir=rtl] .header__search button {
    right: auto;
    left: 15px;
}
.header__search button:hover path {
    fill: #2B3E72;
}


.menu-mobile {
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background: #00000066;
    z-index: 999;
    display: none;
}
.menu-mobile__close {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
}
.menu-mobile__wrapp {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background-color: #fff;
    max-width: 100%;
    width: 325px;
    padding-top: 75px;
}
.menu-mobile__hide {
    position: absolute;
    top: 27px;
    right: 20px;
    width: 25px;
    height: 25px;
    cursor: pointer;
}
.menu-mobile__hide:after,
.menu-mobile__hide:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    width: 2px;
    height: 25px;
    background-color: #272727;
    border-radius: 5px;
    transform: rotate(45deg);
}
.menu-mobile__hide:before {
    transform: rotate(-45deg);
}
.menu-mobile__menu {
    padding-left: 25px;
    padding-right: 25px;
    margin-bottom: 25px;
}
.menu-mobile__menu li {
    display: block;
    list-style: none;
    margin-bottom: 12px;
}
.menu-mobile__menu li:last-child {
    margin-bottom: 0;
}
.menu-mobile__menu a {
    font-size: 14px;
    font-weight: 500;
    color: #272727;
}
.menu-mobile__button {
    border-top: 1px solid #E1E1E1;
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 30px;
}



.home-page {
    padding-top: 60px;
    padding-bottom: 80px;
    background-image: url(../img/bg-home.png);
    background-size: cover;
    background-position: center;
    position: relative;
    z-index: 1;
}
.home-page__title {
    font-weight: 500;
    font-size: 40px;
    color: #fff;
    margin-bottom: 18px;
}
.home-page__subtitle {
    color: #fff;
    margin-bottom: 30px;
}
.home-page__button {
    margin-bottom: 45px;
}
.home-page__bull {
    display: flex;
}
.home-page__video {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: -1;
    background-size: cover;
    background-position: center;
}
.home-page__video video {
    min-height: 100%;
}

.bull {
    display: flex;
    align-items: center;
    margin-right: 40px;
}
.bull:last-child {
    margin-right: 0;
}
html[dir=rtl] .bull {
    margin-right: 0;
    margin-left: 40px;
}
html[dir=rtl] .bull:last-child {
    margin-left: 0;
}
.bull__image {
    background-color: #2B3E72;
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    margin-right: 24px;
}
html[dir=rtl] .bull__image {
    margin-right: 0;
    margin-left: 24px;
}
.bull__image img {
    width: 45px;
}
.bull__title {
    color: #fff;
    font-weight: 500;
}

.home-page__bull .bull:hover p {
    color: #CA9F40;
}
.import-export__wrapper {
    padding: 45px 50px;
    border-radius: 15px;
    background-color: #2B3E72;
    display: flex;
    overflow: hidden;
    align-items: flex-start;
    justify-content: space-between;
    direction: ltr;
    /*border: #2B3E72 1px solid;*/
    color: #424242;
    box-shadow: 7px 14px 30px 2px #b5b2b2;
    background: linear-gradient(158deg, #fff 43%, #FFB018);
}
.import-export__content {
    width: 40%;
        color: #424242;
}
html[dir=rtl] .import-export__content {
    direction: rtl;
}
.import-export__content h2 {
    color: #424242;
    margin-bottom: 16px;
}
.import-export__content p {
    color: #424242;
    margin-bottom: 33px;
}
.import-export__slider {
    position: relative;
    right: -50px;
}
.import-export__slider svg path
{
     fill: #424242;
}
.import-export__inner {
    width: 650px;
    overflow: hidden;
}
.import-export__row {
    width: 455px;
}
.import-export__image {
    width: 100%;
    padding: 0px 15px;
}
.import-export__image img {
    border-radius: 12px;
    width: 100%;
}
.import-export__slider .slick-list {
    overflow: visible;
}
.import-export__slider .slick-arrow {
    background-color: transparent;
    top: 0;
    bottom: 0;
    margin: auto;
    outline: none;
    cursor: pointer;
    position: absolute; 
    z-index: 2;
}
.import-export__slider .slick-arrow:hover path {
    fill: #CA9F40;
}
.import-export__slider .slick-prev {
    left: -30px;
}
.import-export__slider .slick-next {
    display: none !important;
    right: -30px;
}



.partners {
    /*background-color: #F0F0F0;
    height: 500px;*/
    /*padding-top: 65px;*/
    position: relative;
    overflow: hidden;
    z-index: 2;
}
.partners__map-desc
    {
        display:flex;
        gap:30px;
        justify-content:space-between;
        padding: 30px;
        flex-wrap:wrap;
    }
.partners__map,.partners__desc  {
    width:48%;

}
.partners__map img {
   width:100%;
    box-shadow: 0px 11px 18px 1px rgba(125, 125, 125, 0.20);
}
.partners__title {
    margin-bottom: 30px;
}
.partners__slider {
    width: 100%;
    display: flex;
    direction: ltr;
}
.partners__item {
    padding: 30px 20px;
    width: 20%;
    display: inline-block;
}

.partners__wrapper {
    border-radius: 12px;
    background: #fff;
    height: 130px;
    box-shadow: 0px 11px 18px 1px rgba(125, 125, 125, 0.20);
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #fff;
    cursor: pointer;
    opacity: 0.9;
}
.partners__wrapper:hover {
    box-shadow: 0px 11px 18px 1px rgba(43, 62, 114, 0.3);
}
.partners__wrapper.current {
    border: 2px solid #2B3E72;
}
.partners__wrapper img {
    max-width: 90%;
    max-height:100%;
}
.partners__slider .slick-arrow {
    background: transparent;
    cursor: pointer;
}
.partners__slider .slick-arrow:hover path {
    fill: #CA9F40;
}



.why-working__colons {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.why-working__colon {
    width: 47%;
}
.why-working__title {
    margin-bottom: 25px;
}
.why-working__subtitle {
    border-top: 1px solid #E1E1E1;
    padding: 14px 0;
}
.why-working__subtitle:last-child {
    border-bottom: 1px solid #E1E1E1;
}
.why-working form {
    background-color: #F3F3F3;
    padding: 40px;
    border-radius: 12px;
}
.why-working__row {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.why-working__wrapp {
    width: 47%;
}
.why-working__wrapp span {
    margin-bottom: 25px;
    display: block;
}
.why-working__wrapp span:last-child {
    margin-bottom: 0;
}



.content__title {
    margin-bottom: 65px;
}


.social {
    display: flex;
}
.social__item {
    width: 30px;
    height: 30px;
    background-color: #425896;
    border: 1px solid #425896;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
}
.social__item:hover {
    border: 1px solid #CA9F40;
}
html[dir=rtl] .social__item {
    margin-right: 0;
    margin-left: 10px;
}
.social__item:last-child {
    margin-right: 0;
}
html[dir=rtl] .social__item:last-child {
    margin-left: 0;
}

.footer {
    background-color: #2B3E72;
    padding-top: 50px;
}
.footer__row {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.footer__logo {
    margin-bottom: 30px;
}
.footer__menu {
    margin-top: 15px;
}
.footer__menu li {
    list-style: none;
    display: inline-block;
    margin-right: 45px;
}
html[dir=rtl] .footer__menu li {
    margin-right: 0;
    margin-left: 45px;
}
html[dir=rtl] .footer__menu li:last-child {
    margin-left: 0;
}
.footer__menu a {
    color: #fff;
    font-weight: 500;
    font-size: 18px;
}
.footer__menu a:hover {
    color: #CA9F40;
}
.footer__menu li:last-child {
    margin-right: 0;
}
.footer__bottom {
    border-top: 1px solid #fff;
    padding: 20px 0;
}
.footer__bottom p {
    color: #fff;
}


.editor-content > *:last-child {
    margin-bottom: 0;
}
.editor-content img {
    max-width: 100%;
    margin-bottom: 30px;
}
.editor-content p {
    margin-bottom: 10px;
}
.editor-content ul {
    margin-bottom: 20px;
}
.editor-content h2 {
    font-size: 36px;
}
.editor-content h3 {
    font-size: 26px;
}
.editor-content h4 {
    font-size: 20px;
}

.editor-content h2,
.editor-content h3,
.editor-content h4 {
    margin-top: 30px;
    margin-bottom: 20px;
    color: #272727;
    font-weight: 500;
}
.editor-content .wp-block-gallery
{
    max-width:80%;
    margin: 10px auto;
}


.template {
    padding: 40px 0;
}
.template .h2,
.template .h1 {
    font-size: 36px;
    line-height: 54px;
    color: #272727;
    font-weight: 500;
}
.breadcrumbs {
    padding-bottom: 30px;
}

/* ========= About page */
.page-about__row {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.page-about__content {
    width: 60%;
    padding-right: 25px;
}
html[dir=rtl] .page-about__content {
    padding-right: 0;
    padding-left: 25px;
}
.page-about__content h1 {
    margin-bottom: 17px;
}
.page-about__image {
    max-width: 100%;
    border-radius: 12px;
}



.priority__row {
    padding: 40px;
    border-radius: 12px;
    background: url(../img/priority.png);
    background-size: cover;
}
.priority__row h2 {
    color: #fff;
    margin-bottom: 16px;
}
.priority__row p {
    color: #fff;
}

.team h2 {
    margin-bottom: 45px;
}
.team__row {
    display: flex;
    align-items: flex-start;
}
.team__image {
    max-width: 100%;
    margin-right: 60px;
}
html[dir=rtl] .team__image {
    margin-right: 0;
    margin-left: 60px;
}
.team__content {
    width: 80%;
}



/* =========== product page */
.page-product .mb17 {
    margin-bottom: 17px;
}
.page-product__category {
    margin-bottom: 60px;
}
.page-product__category:last-child {
    margin-bottom: 0;
}
.page-product__category .h2 {
    font-size: 28px;
    margin-bottom: 14px;
}
.page-product__category .subtitle {
    margin-bottom: 30px;
}

.products {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
}
.product {
    display: block;
    padding: 35px;
    border-radius: 15px;
    border: 1px solid #E1E1E1;
     background-color: #fff;

}
.product img {
    width: 100%;
    margin-bottom: 30px;
    border-radius: 10px;
}
.product span {
    display: block;
    font-size: 20px;
    line-height: 26px;
   /* height: 52px;*/
    color: #272727;
    font-weight: 500;
}
.product:hover {
    background-color: #F3F3F3;
    border: 1px solid #2B3E72;
}
.product:hover span {
    color: #2B3E72;
    /*text-decoration: underline;*/
}



/* ============ Category page */
.page-category__head {
    margin-bottom: 50px;
}
.page-category h1 {
    margin-bottom: 10px;
}
.page-category h1:last-child {
    margin-bottom: 0;
}
.page-category__row {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
}
.page-category__left {
    width: 24%;
    border-right: 1px solid #E1E1E1;
}
html[dir=rtl] .page-category__left {
    border-right: 0;
    border-left: 1px solid #E1E1E1;
}
.page-category__left .button {
    margin-bottom: 40px;
}

.category-tabs {
    border-top: 1px solid #E1E1E1;
}
.category-tabs:last-child {
    border-bottom: 1px solid #E1E1E1;
}
.category-tabs__top {
    padding: 15px 15px 15px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-weight: 500;
    line-height: 26px;
    color: #272727;
    cursor: pointer;
    transition: all .3s;
}
html[dir=rtl] .category-tabs__top {
    padding: 15px 0 15px 15px;
}
.category-tabs__top svg {
    margin-left: 10px;
    transition: all .3s;
}
.category-tabs.active .category-tabs__top svg {
    transform: rotate(180deg);
}
.category-tabs__top:hover {
    color: #2B3E72;
}
.category-tabs__top:hover path {
    fill: #2B3E72;
}

.category-tabs__link {
    padding-bottom: 20px;
    padding-right: 25px;
    display: none;
}
html[dir=rtl] .category-tabs__link {
    padding-right: 0;
    padding-left: 25px;
}
.category-tabs__link a {
    display: block;
    padding: 14px 20px;
    border-radius: 10px;
    background: #F3F3F3;
    color: #272727;
    margin-bottom: 12px;
    transition: all .3s;
}
.category-tabs__link a:hover {
    background: #2B3E72;
    color: #fff;
}
.category-tabs__link a:last-child {
    margin-bottom: 0;
}
.category-tabs__link a.current {
    background: #2B3E72;
    color: #fff;
}

.page-category__right {
    padding-left: 40px;
    width: 76%;
}
html[dir=rtl] .page-category__right {
    padding-left: 0;
    padding-right: 40px;
}


.pagination {
    display: flex;
    padding-top: 50px;
    justify-content: center;
}
.nav-links {
    display: flex;
}
.nav-links span,
.nav-links a {
    width: 35px;
    height: 35px;
    text-align: center;
    line-height: 35px;
    color: #272727;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid transparent;
    text-decoration: underline;
}
.nav-links a:hover {
    color: #425896;
    text-decoration: none;
}
.nav-links span {
    border-color: #425896;
    color: #425896;
    text-decoration: none;
}
.nav-links a:hover path {
    fill: #425896;
}



/* ================== Card product */

.card-product .h1 {
    margin-bottom: 20px;
}

.card-product__item {
    padding-bottom: 40px;
    border-bottom: 1px solid #E1E1E1;
    margin-bottom: 40px;
}
.card-product__item:last-child {
    margin-bottom: 0;
    border: 0;
    padding-bottom: 0;
}
.card-product__row {
    display: flex;
    align-items: unset;
}
.card-product__image {
    margin-right: 75px;
    max-width: 100%;
    border-radius: 12px;
}
html[dir=rtl] .card-product__image {
    margin-right: 0;
    margin-left: 75px;
}
.card-product__content {
    display: flex;
    flex-direction: column;
}
.card-product__wrapp {
    position: relative;
}
.card-product__content > * {
    margin-bottom: 14px;
}
.card-product__content > *:last-child {
    margin-bottom: 0;
}
.card-product__content ul {
    padding-left: 0;
}
.card-product__content ul li {
    list-style: none;
    display: grid;
    grid-template-columns: 20px auto;
}
.card-product__content ul li:before {
    content: '• ';
    unicode-bidi: isolate;
}
.card-product__content p {
    line-height: 25px;
}
.card-product__title {
    font-size: 26px;
}
.card-product__wrapp.card-product__hide {
    max-height: 225px;
    overflow: hidden;
}
.card-product__wrapp.wrapp1.card-product__hide {
    max-height: 75px;
    overflow: hidden;
}
.card-product__wrapp.card-product__hide {
    background: linear-gradient(180deg, #272727 0%, rgba(39, 39, 39, 0.00) 72.44%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    position: relative;
    cursor: pointer;
}
.card-product__cursiv {
    position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;
    margin: auto;
    display: flex;
    justify-content: center;
}
.card-product__cursiv span {
    display: inline-block;
    height: 6px;
    width: 6px;
    border-radius: 100%;
    background-color: #C7C7C7;
    margin: 0px 8px;
}
.card-product__cursiv:after,
.card-product__cursiv:before {
    content: "";
    display: inline-block;
    height: 6px;
    width: 6px;
    border-radius: 100%;
    background-color: #C7C7C7;
}



/* ==================== Services page */
.page-services__row {
    display: flex;
    align-items: flex-start;
    margin-bottom: 40px;
}
.page-services__row:last-child {
    margin-bottom: 0;
}
.page-services__content {
    margin-right: 90px;
}
html[dir=rtl] .page-services__content {
    margin-right: 0;
    margin-left: 90px;
}
.page-services__content .h2 {
    margin-bottom: 17px;
}
.page-services__text {
    max-height: 130px;
    overflow: hidden;
}
.page-services__image {
    border-radius: 12px;
    max-width: 100%;
}
.page-services__wrapp {
    margin-top: 30px;
    border-top: 1px solid #E1E1E1;
    border-bottom: 1px solid #E1E1E1;
}
.page-services__top {
    position: relative;
    padding: 14px 43px 14px 0;
}
html[dir=rtl] .page-services__top {
    padding: 14px 0 14px 43px;
}
.page-services__butt {
    width: 33px;
    height: 33px;
    line-height: 33px;
    background-color: #F3F3F3;
    text-align: center;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    border-radius: 100%;
    font-size: 30px;
}
html[dir=rtl] .page-services__butt {
    right: auto;
    left: 0;
}



/* ================== News page */

.page-news .h1 {
    margin-bottom: 65px;
}
.page-news__item {
    padding-bottom: 40px;
    margin-bottom: 40px;
    border-bottom: 1px solid #E1E1E1;
}
.page-news__item:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border: 0;
}
.page-news__row {
    display: flex;
    align-items: flex-start;
}
.page-news__image {
    max-width: 100%;
    border-radius: 10px;
    margin-right: 40px;
}
html[dir=rtl] .page-news__image {
    margin-right: 0;
    margin-left: 40px;
}
.page-news__content {
    width: 55%;
    height: 195px;
    display: flex;
    flex-direction: column;
}
.page-news__head {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
.news-date {
    display: block;
    background-color: #F3F3F3;
    border-radius: 5px;
    padding: 0px 11px;
    line-height: 30px;
    color: #2B3E72;
    font-size: 14px;
    margin-right: 20px;
}
html[dir=rtl] .news-date {
    margin-right: 0;
    margin-left: 20px;
}
.news-read {
    font-size: 14px;
    display: block;
    color: #949494;
}
.page-news__title {
    font-size: 28px;
    line-height: 40px;
    display: block;
    margin-bottom: 15px;
}
.page-news__title:hover {
    color: #CA9F40;
}
.page-news__text {
    line-height: 25px;
    height: 100%;
    overflow: hidden;
}


/* ============= Contact page */
.page-contact {
    margin-bottom: 80px;
}
.page-contact__content a
{
 color:#fff;
}
.page-contact__content a:hover
{
 text-decoration:underline;
  color:#fff;
}
.page-contact__wrapp {
    display: flex;
    background-color: #2B3E72;
    border-radius: 15px;
    overflow: hidden;
}
.page-contact__content {
    padding: 25px 40px;
    width: 50%;
    min-height: 350px;
}
.page-contact__content .h1 {
    margin-bottom: 20px;
    color: #fff;
}
.page-contact__content p {
    color: #fff;
}
.page-contact__map {
    width: 50%;
    position: relative;
}
.page-contact__map iframe {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
}


.form-connect__row {
    padding: 40px;
    background-color: #F3F3F3;
    border-radius: 12px;
}
.form-connect__row form {
    width: 70%;
}
.form-connect__line {
    display: flex;
    margin-bottom: 25px;
    justify-content: space-between;

}
.form-connect__line input {
    margin-bottom: 0;
}
.form-connect__line span {
    width:30%;
}
.form-connect__line span:last-child {
    margin-right: 0;
}


/* ============= default page */
.page-default .h1 {
    margin-bottom: 30px;
}


/* =============== 404 page */
.page-404 {
    height: 490px;
    padding-top: 75px;
    background-image: url(../img/bg-404.png);
    background-size: cover;
    background-position: center;
}
.page-404 .h1 {
    color: #fff;
    margin-bottom: 20px;
}
.page-404 .h1 span {
    font-size: 64px;
}
.page-404 p {
    color: #fff;
    margin-bottom: 30px;
}


/* ============== Popup */
.popup {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    display: none;
    background: rgba(0, 0, 0, 0.6);
    z-index: 999;
}
.popup .close-bg {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
}
.popup-wrapp {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-color: #F3F3F3;
    width: 450px;
    max-width: 100%;
    height: 500px;
    padding: 40px;
    border-radius: 20px;
}
.popup .wpcf7-form-control-wrap {
    margin-bottom: 15px;
    display: block;
}
.popup .wpcf7-form-control-wrap input {
    margin-bottom: 4px;
}
.popup .form-title {
    text-align: center;
}

/*single single single single*/
.single .main-thumbnail
{
  max-height: 400px;
}

/*RTL*/
.rtl .priority__row p
{
    font-weight: 600;
}

.rtl .bull__title {
    font-weight: 600;
    font-size: 20px;
}
.rtl .wpcf7
{
    direction: rtl;
}

.rtl form,  .rtl input['text'], .rtl textarea
{
    text-align:right;
}
.grecaptcha-badge
{
    display:none;
}


