body { --fsize: 14px; --msize: 25px; --ffamily: "Tajawal", sans-serif; --padding-v1: 30px; --padding-v2: 15px; --margin-v1: 26px; --margin-v2: 15px; --margin-v3: 5px; --lheight: 24px; --transition-timing-out: out:cubic-bezier(0, 0, 1, 1); --transition-timing-in: cubic-bezier(0, 0, 1, 1); --miniradius: 10px; --largeradius: 12px; --uicolor-text: white; --uicolor2: rgb(14 89 165); --alinks: #1b215a; --menu-selected: #D7E6FC; --menu-hover: #d7e6fc75; --bgcolor: #ffffff; --textcolor: #171F26; --secondarytext: #0e59a5; --shadow-2: #0003; --shadow-1: #0000001a; --disable-text: #bcc0c4; --disable-button: #e4e6eb; --positive: #60d57c; --negative: #f02828; --bghover: #00000014; --socialcolor: #E4405F; --colorba: #eef5ff; --uicolor: #0e59a5; }
.btn_blog1 a { color: var(--alinks); font-size: 18px; border-radius: var(--miniradius); transition: all 150ms ease 0s; border: 1px solid var(--alinks); }
a.ButtonConcept:hover::after { right: -60px; transition: all 0.5s ease 0s; }
.Bot-Button.hoverable.hasButtontoTop { right: 80px; }
.Bot-Button.hoverable.hasButtontoTop .Bot-Steps { opacity: 1; bottom: 0px; }
.Bot-Button.hoverable { }
.Bot-Button.hoverable > i { }
.Bot-Steps { }
.Bot-Steps .Bot-Step.open { }
#button i { margin-top: 18px; font-weight: bold; }
.btn-phone { position: fixed; bottom: 18px; z-index: 2; visibility: hidden; }
.btn-phone i { font-size: 24px; background: rgb(35, 171, 255); width: 45px; height: 45px; display: flex; justify-content: center; align-items: center; line-height: 20px; border-radius: 50%; color: var(--uicolor-text); box-shadow: rgb(0, 124, 251) 0px 0px 6px -2px; }
.btn-whatsapp svg { width: 51px; height: auto; vertical-align: top; }
.Bot-Steps .Bot-Step { }
#button.show { opacity: 1; visibility: visible; font-size: 34px; display: flex; align-items: center; justify-content: center; color: rgb(14 89 164); cursor: pointer; }
#button { display: inline-block; background-color: rgb(243 250 255); width: 50px; height: 50px; text-align: center; position: fixed; bottom: 20px; right: 20px; transition: background-color 0.3s ease 0s, opacity 0.5s ease 0s, visibility 0.5s ease 0s; opacity: 0; visibility: hidden; z-index: 99; border-radius: var(--miniradius); }
a { text-decoration: none; transition: color 0.05s ease 0s; color: var(--alinks); }
.btn-whatsapp { position: fixed; left: 31px; bottom: 75px; transition: all 150ms ease 0s; z-index: 12; border-radius: 50%; width: 50px; display: flex; justify-content: center; align-items: center; background: rgb(61, 191, 79); visibility: hidden; }
.show { visibility: visible; z-index: 99; transition: all 300ms ease 0s; left: 30px; }
.Bot-Button.hoverable { position: fixed; bottom: 19px; transition: all 100ms ease 0s; right: 30px; background: var(--positive); z-index: 12; text-align: center; font-size: 16px; line-height: 47px; font-weight: bold; color: var(--uicolor-text); padding: 0px 14px; border-radius: var(--miniradius); display: flex; align-items: center; }
.Bot-Button.hoverable > i { vertical-align: middle; margin-left: 9px; font-size: 22px; }
.archive_description_showmore.separated-margin { margin-bottom: var(--margin-v1); }
.Bot-Steps { visibility: hidden; position: fixed; top: 0; right: 0px; z-index: 99; opacity: 0; pointer-events: none;  width: 100%; background: rgb(0 0 0 / 86%); height: 100%; box-shadow: 0 0 80px var(--shadow-2); border-radius: var(--largeradius); transition: all 250ms ease 0s; }
body.OpenBot .Bot-Steps { opacity: 1; pointer-events: inherit; visibility: visible; }
.Bot-Steps .Bot-Step { position: absolute; visibility: hidden; opacity: 0; border-radius: 10px; width: 100%; max-width: 500px; transition: all 150ms ease 0s; right: 50%; background: white; top: 50%; transform: translate(50%, -10%); }
.Bot-Steps .Bot-Step.open { visibility: visible; opacity: 1; transform: translate(50%, -50%); overflow: auto;}
.Bot-Steps .Bot-Step .Bot-Step-Head { display: flex; justify-content: space-between; padding: 20px 25px 17px; align-items: center; flex-wrap: wrap; background: var(--uicolor); color: rgb(255, 255, 255); overflow: hidden; border-radius: 8px 8px 0 0; }
.Bot-Steps .Bot-Step .Bot-Step-Head > span { width: 26px; height: 26px; background: rgb(228 64 95); border-radius: 30px; text-align: center; line-height: 29px;  font-size: 16px; }
.Bot-Steps .Bot-Step .Bot-Step-Head > span.disabled { display: none; }
.Bot-Steps .Bot-Step .Bot-Step-Head > span > i { font-weight: bold; color: rgb(255 255 255); }
.Bot-Steps .Bot-Step .Bot-Step-Head > span#Bot-Step-Back { background: var(--bghover); color: var(--textcolor); overflow: hidden; }
.Bot-Steps .Bot-Step .Bot-Step-Head > p { font-size: 15px; font-weight: bold; }
.Bot-Step-Body::-webkit-scrollbar { width: 5px; height: 4px; }
.Bot-Step-Body::-webkit-scrollbar-thumb { background: transparent; border-radius: 23px; }
.Bot-Step-Body:hover::-webkit-scrollbar-thumb { background: rgb(197, 197, 197); }
.Bot-Step-Body::-webkit-scrollbar-track { background: transparent; }
.Bot-Step-Body { }
.Bot-Step-Body > p { padding: 20px 25px 6px; color: var(--secondarytext); font-size: 16px; margin-bottom: 20px; line-height: 24px; text-align: center; }
.Bot-Step-Body ul.list-bot-1 { list-style: none; padding: 0px 25px 25px; display: flex; flex-wrap: wrap; }
.Bot-Step-Body > ul.price { display: flex; list-style: none; flex-wrap: wrap; flex: 1 1 0%; padding: 24px; align-items: start; }
.Bot-Step-Body > ul.price > li > a { display: flex; flex-direction: column; text-align: center; max-width: 230px; flex: 1 1 0%; padding: 20px; min-width: 200px; align-items: center; justify-content: center; }
.Bot-Step-Body > ul.price > li { background: rgb(222 242 255); flex: 1 1 0%; margin: 10px; border-radius: var(--miniradius); }
.Bot-Step-Body > ul.price > li > a > strong { display: block; font-size: 15px; color: var(--alinks); font-weight: 600; margin-bottom: 5px; }
.Bot-Step-Body > ul.price > li > a > span { display: block; font-size: 25px; color: var(--uicolor2); }
.Bot-Step-Body ul.cities { list-style: none; display: flex; flex-wrap: wrap; overflow: auto;}
.Bot-Step-Body ul.cities li { margin: 8px; flex: 1 1 0%; white-space: nowrap; min-width: 170px; cursor: pointer; padding: 14px 10px; text-align: center; background: rgb(238 248 255); justify-content: center; border-radius: var(--miniradius); font-size: 17px; color: var(--uicolor2); font-weight: 600; }
.Bot-Step-Body ul.list-bot-1 li { background: rgba(0, 124, 251, 0.11); color: var(--uicolor); font-weight: bold; border-radius: var(--miniradius); padding: 15px 20px; cursor: pointer; flex: 1 1 0%; min-width: 200px; margin: 5px; text-align: center; }
.Bot-Step-Body { padding: 0px; flex: 1 1 0%;  overflow: auto;}
.icon_body_ani { display: flex; justify-content: center; align-items: center; flex-wrap: wrap; position: relative; overflow: hidden; height: 211px; }
.icon_body_ani p { font-size: 20px; color: white; font-weight: bold; display: flex; align-items: center; padding: 50px 39px 40px; position: relative; z-index: 2; background: rgb(4 38 58 / 66%); width: 100%; height: 215px; }
.Bot-Step-Body p { justify-content: center; align-items: center; text-align: center; }
.icon_body_ani lottie-player { width: 100%; position: absolute; top: 50%; transform: translate(0px, -50%); height: auto; right: 0px; }
.Bot-Step-Body > p { padding: 50px 25px 6px; color: var(--secondarytext); font-size: 20px; margin-bottom: 20px; line-height: 24px; text-align: center; }
.body-bot-2::-webkit-scrollbar { width: 5px; height: 4px; }
.body-bot-2::-webkit-scrollbar-thumb { background: transparent; border-radius: 23px; }
.body-bot-2:hover::-webkit-scrollbar-thumb { background: rgb(197, 197, 197); }
.body-bot-2::-webkit-scrollbar-track { background: transparent; }
.body-bot-1::-webkit-scrollbar { width: 5px; height: 4px; }
.body-bot-1::-webkit-scrollbar-thumb { background: transparent; border-radius: 23px; }
.body-bot-1:hover::-webkit-scrollbar-thumb { background: rgb(197, 197, 197); }
.body-bot-1::-webkit-scrollbar-track { background: transparent; }
.body-bot-1, .body-bot-2 { padding: 3px; flex: 1 1 0%;  background: white;overflow: auto;}
.Bot-Step-Body ul.list-bott { list-style: none;  display: flex; flex-wrap: wrap; align-items: center; height: 100%;}
.Bot-Step-Body ul.list-bott li { background: rgb(238 248 255); font-weight: bold; border-radius: var(--miniradius); padding: 11px 4px; cursor: pointer; flex: 1 1 0%; min-width: 180px; margin: 5px; text-align: center; font-size: 16px; color: var(--alinks); }
sections-items > * { padding: 50px 0px; }
.title_price h3 { color: var(--alinks); font-size: 35px; margin-bottom: 4px; }
.box-price.featuer .box-price h3 { color: white; }
.Bot-Step-Body ul.cities .city-name { display: flex; justify-content: center; }
img { max-width: 100%; max-height: 100%; vertical-align: middle; border-style: none; object-fit: cover; }
* { margin: 0px; padding: 0px; outline: none; box-sizing: border-box; font-family: inherit; -webkit-font-smoothing: antialiased; }
body { font-family: var(--ffamily); line-height: 1.3; color: var(--textcolor); -webkit-font-smoothing: antialiased; background: rgb(253 250 255); overflow-x: hidden; font-size: var(--fsize); }
body, html { height: 100%; }
img.imgLoader { opacity: 0; transition: all 0.3s ease 0s; }
img.imgLoader.loaded { opacity: 1; }
rootinse { display: block; min-height: 100vh; padding-top: 48px; }
.container { max-width: 1400px; margin: 0px auto; padding: 0px 20px; }
.header { position: fixed; top: 0px; left: 0px; transition: all 150ms ease 0s; right: 0px; z-index: 9; padding: 10px 0px; background: #0e59a5; }
.overley-full.fade-in { transform: translate(1px); display: block; left: 0px; z-index: 5; transition: all 150ms ease 0s; }
.overley-full { position: fixed; width: 100%; height: 100%; top: 0px; left: 100%; background: rgba(1, 0, 62, 0.28); z-index: 80; display: none; transition: all 150ms ease 0s; transform: translate(100%); }
.header_1 { display: flex; align-items: center; text-align: center; justify-content: center; position: relative; }
.menu_bar { z-index: 2; font-size: 33px; color: var(--bgcolor); display: none; }
.header .web-logo { width: 220px; display: flex; justify-content: center; align-items: center; z-index: 2; margin-left: 28px; }
.header .web-logo img { width: auto; height: auto; }
.menu-nav { color: rgb(0, 0, 0); flex: 1 1 0%; }
.menu-nav > ul { list-style: none; display: flex; font-size: 18px; flex-wrap: wrap; align-items: center; }
.menu-nav > ul > li { font-size: 16px; position: relative; }
.menu-nav > ul > li.current-menu-item > a { }
.menu-nav > ul > li.current-menu-item > a { color: #ffdd61; }
.menu-nav > ul > li.menu-item-has-children > a::after { content: ""; font-family: "Font Awesome 5 Pro"; font-size: 12px; display: inline-block; vertical-align: 2px; padding-right: 8px; }
.menu-nav > ul > li > a { font-size: 16px; padding: 6px 16px; border-radius: var(--miniradius); white-space: nowrap; display: block; font-weight: bold; color: rgb(255 255 255); }
.menu-nav > ul > li > ul { max-width: 378px; transition: all 150ms ease 0s; min-width: 270px; list-style: none; position: absolute; top: 151%; right: 0px; visibility: hidden; z-index: 1; opacity: 0; transform: translate(0px, 10px); padding: 7px 20px; border-radius: var(--miniradius); background: rgb(255, 255, 255); box-shadow: 0px 8px 30px var( --shadow-2); }
.menu-nav > ul > li > ul > li { position: relative; display: flex; padding: 8px 6px; }
.menu-nav > ul > li > ul::after { content: ""; position: absolute; inset: -27px 0px 0px; z-index: -1; }
.menu-nav > ul > li > ul > li > a { white-space: nowrap; font-size: 17px; align-items: center; justify-content: space-between; line-height: 20px; display: block; color: var(--alinks); transition: all 300ms ease 100ms; font-weight: bold; }
.menu-nav > ul > li > ul > li > a::before { content: ""; position: absolute; inset: 0px; z-index: 1; }
.menu-nav > ul > li > ul > li > a::after { content: ""; display: block; height: 1px; background: white; transform-origin: right center; transform: scale(0, 1); transition: all 300ms ease 100ms; margin-top: 4px; }
.btn-search { display: flex; align-items: baseline; z-index: 5; position: relative; }
.btn_icon { background: rgb(96 213 124); border-radius: var(--miniradius) 0px 0px var(--miniradius); transition: all 0.3s ease 0s; width: 40px; height: 40px; cursor: pointer; display: flex; font-size: 18px; color: rgb(255, 255, 255); align-items: center; justify-content: center; position: absolute; left: 0px; }
section.header.fixed .btn-search form { }
.btn-search form { background: rgb(245, 248, 255); border-radius: var(--largeradius); transition: all 0.5s ease 0s; }
.open { display: block !important; }
.btn-search form input { transform-origin: right center; height: 40px; border: 1px solid rgb(206, 210, 219); width: 215px; border-radius: var(--miniradius); padding: 0px 15px; font-size: 16px; background: rgb(255, 255, 255); transition: all 150ms ease 0s; }
.menu-nav > ul > li > a:hover { color: #ffe049; }
.menu-nav > ul > li:hover > ul { visibility: visible; opacity: 1; transform: translate(0px); }
.menu-nav > ul > li:hover > ul { visibility: visible; opacity: 1; transform: translate(0px); }
.sub-menu ul li { display: flex; transition: all 100ms ease 0s; font-size: 14px; font-weight: 500; line-height: normal; position: relative; }
.menu-nav > ul > li > ul > li > ul > li > a { display: flex; font-size: 18px; padding: 10px 9px; color: var(--alinks); flex: 1 1 0%; line-height: 20px; text-align: right; font-weight: 700; }
.menu-nav > ul > li > ul > li:hover > ul { visibility: visible; opacity: 1; }
.menu-nav > ul > li > ul > li > ul { position: absolute; top: -2px; padding: 12px 0px; list-style: none; visibility: hidden; max-width: 225px; border-radius: var( --miniradius); opacity: 0; transform: translate(-40px, 0px); transition: all 100ms ease 0s; right: 100%; flex: 1 1 0%; min-width: 310px; background: rgb(255, 255, 255); box-shadow: 0px 8px 30px var( --shadow-2); }
.menu-nav img { display: none !important; }
div#services { position: relative; width: 100%; background: linear-gradient(0deg, #ffffff, #f3faff); padding-top: 70px;}
.services-info { position: relative; }
.titles_concept span { margin-bottom: 3px; font-size: 22px; font-weight: 500; color: var(--alinks); }
.titles_concept_1 { display: flex; flex-direction: column; justify-content: center; align-items: center; }
.titles_concept h2 { display: flex; justify-content: center; align-items: center; color: var(--uicolor2); font-size: 30px; }
.titles_concept_1 p { margin-top: 5px; font-size: 18px; font-weight: 400; color: var(--secondarytext); }
.box-services { justify-content: center; display: flex; margin: 0px -16px; flex-wrap: wrap; }
.services_box { margin: 5px; min-width: 24%; flex: 1 1 0%; max-width: 480px; z-index: 1; justify-content: center; background: var(--bgcolor); box-shadow: rgba(72, 73, 121, 0.15) 7px 5px 30px; position: relative; overflow: hidden; border-radius: var(--miniradius); }
.p-services { height: 100%; width: 100%; display: flex; flex-direction: column; position: relative; }
.img-services img { width: 100%; height: 283px; overflow: hidden; }
.info-services { background-color: rgb(255, 255, 255); position: absolute; top: 200px; left: 0px; right: 0px; border-radius: 0px 0px 4px 4px; transition: all 0.5s ease 0s; padding: 27px 10px; display: flex; flex-direction: column; max-width: 100%; justify-content: center; align-items: center; text-align: center; box-shadow: rgba(27, 33, 90, 0.18) 0px 26px 55px; }
.icon_serives { position: absolute; top: -40px; left: 0px; right: 0px; display: flex; justify-content: center; align-items: center; }
.icon_serives span { height: 70px; width: 70px; line-height: 80px; background: #60d57c; border-radius: 50%; position: relative; display: flex; justify-content: center; align-items: center; color: white; font-size: 20px; }
.Service_price h3 { font-size: 23px; font-weight: 600; height: 65px;overflow: hidden;margin-bottom: 10px; color: rgb(20, 40, 123); transition: all 0.3s ease-out 0s; margin-top: 9px; }
.info-services p.content_serives { font-size: 17px; font-weight: 500; max-width: 100%; overflow: hidden;display: none;height: 45px; color: var(--secondarytext); }
.price_buttun { display: flex; max-width: 100%; flex: 1 1 0%; min-width: 100%; margin-top: 11px; align-items: center; }
.img-services span.Service_pri { justify-content: right; background: var(--uicolor2); color: var(--bgcolor); padding: 0px; font-style: normal; position: absolute; left: -55px; text-align: center; font-size: 11px; transform: rotate(313deg); width: 223px; top: 35px; font-weight: 700; transition: all 0.2s ease 0s; z-index: 1; }
.ButtonConcept_service { flex: 1 1 0%; justify-content: center; text-align: center; display: flex; }
.img-services span.Service_pri underlined { font-size: 26px; color: rgb(255, 255, 255); }
.ButtonConcept_service span { background: rgb(96 213 124); padding: 10px; font-size: 14px; color: #f8f8f9; font-weight: bold; border-radius: var(--miniradius); transition: all 0.5s ease 0s; }
.bahservice { display: flex; flex-direction: column; max-width: 100%; flex: 1 1 0%; opacity: 0; visibility: hidden; transition: all 0.5s ease 0s; }
.p-services:hover .info-services { background-color: rgba(255, 255, 255, 0.9); top: 128px; }
.p-services:hover .info-services .bahservice { opacity: 1; visibility: visible; }
.p-services:hover .info-services .icon_serives span { background: rgb(14 89 165); }
.ButtonConcept_service:hover span { background: rgb(109 70 134); color: var(--bgcolor); }
.icon_serives span i { font-weight: normal; font-size: 35px !important; }
.page-concept { position: relative; padding-bottom: 100px; background: linear-gradient(180deg, #0b4e91, #094786); overflow: hidden; }
.panner.panner-mobile { display: flex; align-items: center; justify-content: space-between; height: 500px; }
.banner-shape img:nth-child(1) { left: 360px; top: 390px; animation: 25s linear 0s infinite normal none running banner-ani-one; }
.banner-shape img { position: absolute; left: 200px; animation: 10s linear 0s infinite normal none running banner-ani-five; }
.banner-shape img:nth-child(2) { left: 170px; bottom: 20px; animation: 10s linear 0s infinite normal none running banner-ani-three; }
.banner-shape img:nth-child(3) { left: 158px; bottom: 260px; animation: 25s linear 0s infinite normal none running banner-ani-one; }
.banner-shape img:nth-child(4) { bottom: 180px; top: 50px; left: 1030px; animation: 10s linear 0s infinite normal none running banner-ani-four; }
.banner-shape img:nth-child(5) { inset: 300px 200px 0px 370px; z-index: 0; animation: 10s linear 0s infinite normal none running banner-ani-five; }
.box-img img { position: relative; min-width: 520px; height: 360px; left: 163px; max-width: 750px; }
.cover { max-width: 683px; min-width: 539px; flex: 1 1 0%; z-index: 2; }
.info-cover { flex: 1 1 0%; z-index: 2; max-width: 100%; justify-content: right; text-align: right; display: flex; flex-direction: column; }
.info-cover h1 { font-size: 35px; margin-bottom: 17px; max-width: 100%; flex: 1 1 0%; color: #6bdf86; }
.info-cover p { font-size: 17px; font-weight: 600; margin-bottom: 20px; line-height: 27px; color: #ffffff; max-width: 100%; min-width: 100%; }
.info-cover h1 underlined { color: #fdfdfd; margin-right: 10px; }
@keyframes banner-ani-one { 
  0% { transform: translate(0px, 0px); }
  50% { transform: translate(-50px, -50px); }
  100% { transform: translate(0px, 0px); }
}
@keyframes banner-ani-two { 
  0% { transform: rotateY(0deg); }
  50% { transform: rotateY(180deg); }
  100% { transform: rotateY(360deg); }
}
@keyframes banner-ani-three { 
  0% { opacity: 1; }
  50% { opacity: 0.1; }
  100% { opacity: 1; }
}
@keyframes banner-ani-four { 
  0% { transform: translate(0px, 0px); }
  40% { transform: translate(-50px, -50px); }
  70% { transform: translate(50px, -50px); }
  100% { transform: translate(0px, 0px); }
}
@keyframes banner-ani-five { 
  0% { transform: translate(0px, 0px); }
  40% { transform: translate(-80px, -80px); }
  70% { transform: translate(100px, -100px); }
  100% { transform: translate(0px, 0px); }}
.panner_buttun { display: flex; align-items: center; }
.panner_buttun a.content-btn { background: rgb(29 161 242); padding: 10px 20px; font-size: 22px; font-weight: 600; color: var(--bgcolor); border-radius: var(--miniradius); width: 223px; text-align: center; }
.panner_buttun a.content-btn_1 { background: var(--positive); padding: 10px 22px; margin-right: 18px; font-size: 22px; border-radius: var(--miniradius); color: var(--bgcolor); display: flex; align-items: center; font-weight: bold; position: relative; width: 182px; }
.panner_buttun a.content-btn i { margin-right: -16px; transform: scale(0); opacity: 0; visibility: hidden; transition: all 0.3s ease 0s; }
.panner_buttun a.content-btn:hover i { opacity: 1; visibility: visible; transform: scale(1); margin-right: 9px; }
.panner_buttun a.content-btn_1 i { margin-right: -16px; transform: scale(0); opacity: 0; visibility: hidden; transition: all 0.3s ease 0s; }
.panner_buttun a.content-btn_1:hover i { opacity: 1; visibility: visible; transform: scale(1); margin-right: 16px; }
.page-concept::before {  position: absolute; width: 100%; height: 200px; bottom: 0px; right: 0px; left: 0px; content: ""; display: block; background-size: cover; background-repeat: no-repeat; z-index: 2; }
.box-img { }
section.contact_dis_us {   padding: 0px; background: #ffffff;margin-top: -56px;}
.contact-body { display: flex;  width: 100%;  border-radius: 65% / 23%;position: relative;  flex-wrap: wrap; z-index: 2; }
.contact-info { display: flex; height: 100%; flex: 1 1 0%; margin-left: 30px; justify-content: center; flex-wrap: wrap; max-width: 100%; min-width: 100%; }
.contact-body .contact-info > ul.block-cotact { list-style: none; margin: 5px 0px; display: flex; flex-wrap: wrap; }
.contact-body .contact-info > ul.block-cotact > li { margin-left: -30px; flex: 1 1 0%; max-width: 400px; min-width: 370px; border-radius: 62px 20px 50px 50px;box-shadow: 0px 0px 12px #0000002b;background: #fff;display: flex; justify-content: center; }
.contact-body .contact-info ul.block-cotact li a { display: flex; align-items: center; padding: 0;   justify-content: center; text-align: center; transition: all 0.3s ease 0s;  flex: 1 1 0%; height: 100px; }
.dt-contact { display: flex; flex-direction: column; text-align: right; flex: 1 1 0%; }
.dt-contact h3 { font-size: 24px; font-weight: bold; }
.dt-contact p { font-size: 17px; line-height: 25px; color: #1d618b; }
.contact-body .contact-info ul.block-cotact li a:hover {   transform: translate(0px, -14px); }
.contact-body .contact-info li a:hover .dt-contact h3 { color: var(--uicolor2); }
.contact-body .contact-info ul.block-cotact li a:hover i { color: var(--alinks); }
.d-flex { display: flex; flex-wrap: wrap; margin: 30px -20px 20px; position: relative; align-items: stretch;justify-content: space-between;}
.city-block { text-align: center; flex: 1 1 0%;  min-width: 29.33%; position: relative; z-index: 1; border-radius: 15px;margin: 5px;font-size: 18px; transition: all 0.2s ease 0s; display: flex; flex-direction: column;   overflow: hidden;  background: #ffffff38; }
.head-block-city { width: 100%; display: flex;   text-align: center; position: relative; }
.icon_country { display: flex; align-items: center; padding-bottom: 21px; position: relative; justify-content: center; }
.icon_country span {            }
.icon_country span i { font-size: 40px; color: #60d57c; transition: all 0.2s ease 0s; position: relative; margin-right: 20px;margin-left: 10px;margin-top: 19px;font-weight: normal; }
.icon_country::before { position: absolute;   height: 180px;  transform: rotate(0deg); border-radius: 70% / 70%; transition: all 0.2s ease 0s; }
.titles_ctiy h2 { font-size: 25px; color: rgb(14 89 165); margin-bottom: 2px; font-weight: 600; margin-top: 10px; justify-content: center; text-align: right; margin-right: 20px;}
.titles_ctiy { display: flex; flex-direction: column; justify-content: center; width: 100%;text-align: center; }
.titles_ctiy p { font-size: 20px; color: var(--secondarytext); margin-bottom: 15px; font-weight: 500; }
.country_name { display: inline-block; flex: 1 1 0%; }
.country_name a { background: linear-gradient(45deg, rgb(247 251 255), transparent); padding: 7px 12px;  color: #094887; font-size: 21px; margin: auto; font-weight: bold;  display: flex; flex-wrap: wrap;align-content: space-around;justify-content: flex-end;align-items: center;}
section.city-section { position: relative; background: #fff;  }
.city-block:hover { background: rgb(236 248 255); }
.city-block:hover .titles_ctiy h2 { color: #094786; }
.city-block:hover .titles_ctiy p { color: var(--bgcolor); }
.city-block:hover .icon_country::before { /* background: rgb(93 43 116); */ }
.city-block:hover .icon_country span {  }
.city-block:hover .icon_country span i { color: #094787; }
.Bot-Button.hoverable lottie-player { width: 50px; }
.city-block:hover .country_name a { background: linear-gradient(45deg, rgb(196 224 243), transparent); color: var(--uicolor2); }
.p-block { display: flex; flex-wrap: wrap; margin: -20px -20px 20px; justify-content: center; }
.p-block-box-v3 { margin: 20px; overflow: hidden; min-width: 340px; flex: 1 1 0%; max-width: 480px; background: rgb(255, 255, 255); box-shadow: rgb(218, 231, 243) 0px 6px 7px; position: relative; transition: all 100ms ease 0s; justify-content: center; border-radius: var(--largeradius); }
.p-block-box-v3::before { content: ""; position: absolute; top: 0px; left: -83%; z-index: 2; display: block; width: 50%; height: 100%; background: rgb(255, 255, 255); transform: skewX(-25deg); transition: all 200ms cubic-bezier(0.19, 1, 0.22, 1) 0s; opacity: 0; pointer-events: none; }
.img-project-v3 { height: 100%; position: relative; }
.img-project-v3 img { height: 215px; width: 100%; object-fit: cover; }
.title_content_blog { padding: 25px 23px 20px; display: flex; flex-direction: column; text-align: right; justify-content: center; position: relative; }
.foot-project { display: flex; text-align: right; width: 100%; align-items: center; margin-top: 8px; position: relative; }
.foot-project > div { flex: 1 1 0%; }
.contesaet_shap1 { text-align: right; display: flex; flex-direction: column; flex: 1 1 0%; border-bottom: 1px solid rgb(234, 234, 234); padding-bottom: 10px; }
.contesaet_shap1 h3 { margin-bottom: 8px; font-size: 20px; position: relative; color: var(--alinks); display: flex; align-items: center; border-bottom: 1px solid rgb(234, 234, 234); padding-bottom: 11px; }
.contesaet_shap1 h3::before { content: ""; width: 36px; height: 2px; bottom: -2px; right: 0px; background-color: rgb(225 169 220 / 13%); position: absolute; transition: all 0.4s ease 0s; }
.contesaet_shap1 p { font-size: 16px; margin-bottom: 5px; color: var(--secondarytext); }
.linkes_blog2 { display: flex; text-align: center; align-items: center; flex: 1 1 0%; }
.linkes_blog2 a { font-size: 16px; font-weight: bold; color: #666b97; display: flex; text-align: center; justify-content: center; background: rgba(27, 110, 221, 0.12); transition: all 0.2s ease 0s; padding: 8px 22px; border-radius: var(--miniradius); align-items: center; margin-right: auto; }
.linkes_blog2 a span { display: flex; align-items: center; text-align: center; justify-content: center; }
.linkes_blog2 i { transition: all 0.2s ease 0s; margin-right: 11px; }
.p-block-box-v3:hover { transform: scale(1.01) translate(0px, -8px); box-shadow: 0 27px 52px var(--shadow-2); }
.p-block-box-v3:hover { background: var(--bgcolor); }
.p-block-box-v3:hover::before { left: 150%; transition: all 1500ms cubic-bezier(0.19, 1, 0.22, 1) 0s; opacity: 0.2; }
.p-block-box-v3:hover .contesaet_shap1 h3 { color: var(--uicolor2); }
.p-block-box-v3:hover .contesaet_shap1 h3::before { left: 430px; width: 100%; }
.rating { align-self: center; }
.rating i { color: rgb(204, 204, 204); cursor: pointer; font-size: 20px; }
.rating i.hover { color: rgb(255, 216, 73); }
.rating i.selected { color: rgb(255, 216, 73); }
.p-block-box-v3:hover .linkes_blog2 a { background: #0e59a5; color: #ffffff; }
.rating { flex: 1 1 0%; justify-content: left; text-align: left; }
.admin_icon { display: flex; align-items: center; }
.admin_icon i { font-size: 21px; color: rgb(159 175 197);  display: flex; justify-content: center; text-align: center; border-radius: 5px; width: 30px; height: 30px; align-items: center; padding-bottom: 4px; }
.admin_icon a.unline1 { font-size: 20px; margin-right: 7px; color: var(--uicolor2); font-weight: 400; }
.p-block-box-v3:hover .linkes_blog2 i { transform: scale(1); margin-right: 8px; opacity: 1; visibility: visible; }
section.project { position: relative; background: linear-gradient(180deg, #ffffff, #f3faff); }
.contesaet_shap1 h3 i { font-size: 29px; margin-left: 11px; color: rgb(93 43 116); background: rgb(227, 237, 251); border-radius: var(--miniradius); font-weight: normal; width: 50px; height: 50px; display: flex; align-items: center; justify-content: center; transition: all 0.1s ease 0s; }
.p-block-box-v3:hover .contesaet_shap1 h3 i { background: #eaf7ff; color: #0e59a5; }
.form { display: flex; position: relative; font-weight: 700; transition: all 150ms ease 0s; background: #35bf56; overflow: hidden; color: rgb(255, 255, 255); padding: 4px 22px; font-size: 18px; border-radius: var(--miniradius); align-items: center; margin-right: auto; margin-top: 17px; border: none; }
.ButtonConcept span { color: rgb(255, 255, 255); }
.ButtonConcept i { transition: all 0.2s ease 0s; margin-right: 12px; color: white; transform: rotate(45deg); font-size: 22px; }
.btn-services_1 { display: flex; align-items: center; margin-top: 17px; }
.ButtonConcept:hover i { transform: rotate(0deg); }
.faq_posts { width: 100%; display: flex; position: relative; }
section.faq { position: relative; display: flex; flex-wrap: wrap; max-width: 100%; }
.faq_section { max-width: 609px; flex: 1 1 0%; display: flex; flex-direction: column; justify-content: center; margin-left: 34px; }
.faq-info { display: flex; flex-direction: column; justify-content: center; }
.q-a { flex-direction: column; position: relative; margin-bottom: 13px; transition: all 500ms ease 0s; display: flex; }
.head-faq.open_faq { background: linear-gradient(14deg, rgb(194 233 249), rgb(241 185 227)); color: #201e1e; border-color: transparent; margin-bottom: 0px; }
.head-faq { display: flex; position: relative; padding: 10px 20px; cursor: pointer; justify-content: right; box-shadow: 0px 2px 3px var(--shadow-1); align-items: center; background: #ffffff99; transition: all 100ms ease 0s; border-radius: 6px 8px 0px 0px; }
.head-faq h3 { font-size: 20px; display: flex; align-items: center; color: var(--uicolor); }
.head-faq.open_faq i { transform: rotateZ(360deg); color: rgb(135 85 167); background: transparent; }
.head-faq i {  padding: 10px; align-items: center; justify-content: center; border-radius: 10px; color: rgb(135 79 161); font-size: 18px; margin-right: auto; transform: rotateZ(90deg); transition: all 0.4s ease 0s; }
.answer { position: relative; display: none; background: rgb(255 255 255 / 53%); width: 100%; padding: 20px; /* box-shadow: 0px 3px 10px var(--shadow-1); */ }
.answer p { font-size: 18px; font-weight: 500; color: var(--secondarytext); line-height: 29px; width: 100%; }
.faq-section { background: linear-gradient(0deg, #ffffff, #f3faff); position: relative; }
.category_faq { flex: 1 1 0%; position: relative; margin-right: 110px; max-width: 600px; height: 470px; }
.category_faq img { position: relative; width: 477px; height: auto; border-radius: 50%; top: 6px; right: 107px; border: 5px solid rgb(255, 255, 255); box-shadow: rgb(203, 209, 225) 0px 2px 5px; }
.box-services-category_faq { position: absolute; top: 0px; right: 0px; z-index: 1; }
.box-services-category_faq a { display: flex; margin-top: 10px; position: relative; align-items: center; flex: 1 1 0%; }
.box-services-category_faq a:nth-child(1) { right: 467px; position: relative; bottom: -20px; }
.box-services-category_faq a:nth-child(2) { right: 529px; top: 74px; }
.box-services-category_faq a:nth-child(3) { right: 537px; top: 138px; }
.box-services-category_faq a:nth-child(4) { right: 473px; top: 185px; }
.box-services-category_faq a:nth-child(5) { bottom: 240px; left: -45px; }
.box-services-category_faq a:nth-child(6) { bottom: 207px; left: 103px; }
.box-services-category_faq a:nth-child(7) { bottom: 140px; left: 40px; }
.box-services-category_faq a .name { display: flex; font-size: 19px; align-items: center; transition: all 0.2s ease 0s; }
.box-services-category_faq a .name p { color: var(--alinks); margin-right: 6px; font-weight: bold; }
.box-services-category_faq a .name span i { background: rgb(14 89 165); width: 55px; height: 55px; display: flex; align-items: center; justify-content: center; margin-right: 10px; color: white; box-shadow: 0px 2px 3px var(--shadow-1); font-weight: normal; border-radius: 5px; font-size: 30px !important; }
.box-services-category_faq a:last-child { bottom: 91px; left: -30px; }
.box-services-category_faq a:nth-child(3) .name { flex-direction: row-reverse; }
.box-services-category_faq a:nth-child(2) .name { flex-direction: row-reverse; }
.box-services-category_faq a:nth-child(1) .name { flex-direction: row-reverse; }
.box-services-category_faq a:nth-child(4) .name { flex-direction: row-reverse; }
.category_faq::before { content: ""; position: absolute; width: 79%; max-height: 100%; right: 108px; border-radius: 50%; top: 7px; z-index: 1; min-height: 100%; }
.box-services-category_faq a:hover .name { transform: scale(1.04) translate(0px, -8px); }
.box-services-category_faq a:hover .name p { color: var(--uicolor); }
.box-services-category_faq a:hover .name span i { background: rgb(96 213 124); }
.blog_shap { display: flex; flex-wrap: wrap; margin: -8px -20px 20px; justify-content: center; }
.p-block-box { margin: 20px; overflow: hidden; min-width: 430px; flex: 1 1 0%; max-width: 660px; background: rgb(255 255 255); box-shadow: rgb(229 229 229) 0px 6px 7px; position: relative; transition: all 100ms ease 0s; justify-content: center; border-radius: var(--largeradius); height: 270px; }
.p-block-box:hover .blog_title .category p { color: var(--alinks); }
.img-project img { height: 275px; width: 100%; }
.p-block_blog { display: flex; }
.blog_title { padding: 14px 20px; display: flex; flex-direction: column; justify-content: center; overflow: hidden; }
.blog_title .category p { display: flex; justify-content: center; align-items: center; border-radius: var(--miniradius); font-size: 17px; color: #5d2b74; font-weight: bold; transition: all 0.2s ease 0s; margin-bottom: 10px; }
.blog_title .category { display: flex; width: 100%; }
.info-project { display: flex; flex-direction: column; flex: 1 1 0%; }
.info-project h3 { font-size: 19px; margin-bottom: 9px; font-weight: bold; transition: all 0.2s ease 0s; }
.img-project { width: 233px; }
.info-project p { font-size: 19px; color: var(--secondarytext); }
.p-block-box:hover .linkes_blog2 i { transform: scale(1); margin-right: 12px; opacity: 1; visibility: visible; }
.p-block-box:hover .linkes_blog2 a { background: rgb(14 89 165); color: #fdfeff; }
.share_sectio { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; text-align: center; margin-top: 12px; }
ul.share_blog { display: flex; list-style: none; width: 257px; transform: translateX(432px); transition: all 0.5s ease 0s; }
ul.share_blog li { font-size: 21px; background: rgb(227, 237, 251); margin-left: 7px; width: 50px; height: 50px; display: flex; justify-content: center; border-radius: var(--miniradius); align-items: center; text-align: center; padding-top: 2px; }
ul.share_blog li a { font-size: 24px; color: var(--uicolor); }
ul.share_blog li.facebook { background: rgb(38, 108, 225); }
.share_bha { display: flex; align-items: center; width: 140px; }
.share_bha i.fas.fa-share-alt { font-size: 40px; color: var(--uicolor); transition: all 0.5s ease 0s; }
.p-block-box:hover .share_bha i.fas.fa-share-alt { transform: translateX(-199px); }
.p-block-box:hover ul.share_blog { transform: translateX(37px); }
ul.share_blog li.whatsapp { background: rgb(53, 191, 86); }
ul.share_blog li.whatsapp a { color: white; }
ul.share_blog li.messenger { background: rgb(15, 103, 250); }
ul.share_blog li.messenger a { color: white; }
ul.share_blog li.facebook a { color: white; }
.p-block_blog { }
.p-block-box:hover .info-project h3 { color: var(--uicolor2); }
.p-block-box:hover { background: var(--bgcolor); box-shadow: 0 27px 52px var(--shadow-2); }
.head-faq.open_faq h3 { color: #874fa1; }
theme-widget--item#nav_menu-2 { flex: 1 1 0%; min-width: 680px; max-width: 100%; }
footer { position: relative; }
footer { background: rgb(14 89 165); padding: 44px 0px 40px; box-shadow: inset 0px 0px 53px #0c437a;border-top: 6px solid rgb(16 89 161); z-index: 6;  }
footer .blocks-footer { display: flex; color: rgb(255, 255, 255); justify-content: right; text-align: center; position: relative; flex-direction: column; }
.logo_footer { flex: 1 1 0%; display: flex; flex-direction: column; text-align: right; justify-content: right; align-items: start; }
footer .blocks-footer theme-widget--item-title.widgettitle { margin-bottom: 20px; font-weight: 700; font-size: 29px; text-align: right; display: block; color: #ffffff; }
footer .blocks-footer > theme-widget--item .menu { flex: 1 1 0%; display: flex; list-style: none; text-align: right; flex-wrap: wrap; }
footer .blocks-footer > theme-widget--item .menu > li > a { color: rgb(255 255 255); font-size: 15px; padding: 12px 22px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; background: #1768b5; font-weight: 700; border-radius: var(--miniradius); transition: all 0.2s ease 0s; border: 1px solid #1c6ebd;margin-bottom: 7px;margin: 2px 2px;position: relative; display: flex; align-items: center; flex: 1 1 0%; justify-content: center; }

footer .blocks-footer > theme-widget--item .menu > li > a:hover {background: #3288d9;color: #ffffff;}

.foot { background: #0f5eb1; position: relative; }
.foot-footer { color: rgb(255, 255, 255); text-align: center; position: relative; display: flex; justify-content: center; align-items: center; height: 60px; }
allrights-reserved { text-align: center; position: relative; display: block; max-width: 500px; min-width: 200px; flex: 1 1 0%; font-size: 15px; margin-right: 30px; }
.company { position: relative; flex: 1 1 0%; display: flex; text-align: left; justify-content: left; align-items: end; }
.company p { font-size: 14px; display: flex; align-items: end; }
.company p a img { width: 132px; height: auto; }
.logo_footer img { width: 290px; height: auto; }
theme-widget--item#text-2 { justify-content: center; text-align: center; min-width: 550px; }
theme-widget--item#search-2 { }
theme-widget--item#search-2 label.screen-reader-text { display: none; }
theme-widget--item-title.widgettitle { font-size: 39px; display: flex; font-weight: bold; color: var(--uicolor2); }
.textwidget { }
theme-widget--item#search-2 input#s { }
input#s { }
footer .blocks-footer input#searchsubmit { }
theme-widget--item#search-2 div { }
.textwidget p { color: white; max-width: 466px; }
section.project.project-archive { padding-top: 50px; position: relative; }
ol.BreadcrumbsFilters { list-style: none; font-size: 16px; color: rgb(39, 91, 191); display: flex; justify-content: center; align-items: center; padding-bottom: 10px; margin-top: 20px; }
ol.BreadcrumbsFilters > * { margin: 0px 4px; font-size: 21px; font-weight: 500; }
.titles-faq { display: flex; flex-direction: column; text-align: center; margin-bottom: 10px; max-width: 100%; align-items: center; }
.titles-faq h1 { margin-bottom: 8px; color: rgb(50 129 209); margin-top: 6px; }
.titles-faq p { font-size: 18px; line-height: 34px; }
.titles-faq p { align-items: center; display: flex; justify-content: center; text-align: center; line-height: 29px; max-width: 950px; font-weight: 600; margin-bottom: 13px; margin-top: 12px; font-size: 17px; color: var(--secondarytext); }
.model-contact2 { display: flex; }
.contact-head { display: flex; justify-content: center; text-align: center; flex-direction: column; }
.map { max-width: 100%; border-radius: var(--miniradius); overflow: hidden; min-width: 100%; flex: 1 1 0%; }
section.model-contact1 { position: relative; background: rgb(244, 247, 251); padding-top: 70px; padding-bottom: 70px; }
section.model-contact { margin-top: 30px; display: flex; flex-wrap: wrap; }
.map iframe { max-width: 100%; min-width: 100%; }
section.model-contact .contact-info { height: auto; margin-bottom: 12px; flex-direction: column; }
.contact_form { max-width: 759px; min-width: 500px; flex: 1 1 0%; background: white; border-radius: var(--miniradius); padding: 34px 52px; }
.contact_form_1 { width: 100%; padding: 20px; background: rgb(244, 247, 251); border-radius: var(--largeradius); display: flex; flex-wrap: wrap; }
.contact_form > div > h4 { font-size: 28px; line-height: 26px; margin-bottom: 17px; text-align: center; color: rgb(10, 90, 223); }
.line1 { display: flex; flex-wrap: wrap; max-width: 100%; min-width: 100%; flex: 1 1 0%; }
.line1 input { background: rgb(244, 247, 251); margin-bottom: 15px; transform-origin: right center; height: 100%; padding: 8px 20px; font-size: 16px; border: 1px solid rgb(206, 210, 219); transition: transform 0.1s ease 0s; border-radius: var(--miniradius); box-shadow: 0 6px 18px var(--shadow-1); margin-left: 8px; min-width: 285px; max-width: 100%; }
.line_1 textarea { background: rgb(244, 247, 251); margin-bottom: 14px; transform-origin: right center; height: 100px; padding: 15px 20px; font-size: 16px; border: 1px solid rgb(206, 210, 219); transition: transform 0.1s ease 0s; border-radius: var(--miniradius); width: 98%; flex: 1 1 0%; margin-top: -3px; }
.contact_form_1 button { display: block; position: relative; font-weight: 700; padding: 9px 34px; border: 0px; overflow: hidden; vertical-align: top; border-radius: var(--miniradius); transition: all 150ms ease 0s; color: white; font-size: 15px; background: -webkit-linear-gradient(left, rgb(53, 191, 86), rgb(53, 191, 86)); margin-right: auto; cursor: pointer; margin-top: 14px; margin-left: 10px; }
.lnav-bar { min-width: 230px; /* flex: 1 1 0%; */ height: max-content;margin-top: 10px; justify-content: center; align-items: center; display: flex; max-width: 100%; }
ul.list-unstyled { list-style: none; }
.lnav-bar .social-header ul.list-unstyled { display: flex; flex-wrap: wrap; }
.lnav-bar .social-header li { min-width: 120px; height: 61px; padding: 5px; }
.contact-body .contact-info li a { }
.lnav-bar .social-header li > a.facebook { --socialcolor: #ffffff; color: rgb(255 255 255); }
.social-header li i { font-weight: 500; vertical-align: top; font-size: 30px; }
.contact-body .contact-info ul.block-cotact li a { display: flex; align-items: center; margin-bottom: 10px; }
.lnav-bar .social-header li > a.twitter { --socialcolor: #ffffff; }
.social-header li > a.instagram { --socialcolor: #ffffff; }
.social-header li > a { display: flex; align-items: center; justify-content: center; border-radius: 10px; height: 100%; border: 2px solid #ffffff; color: rgb(255 255 255); transition: all 150ms ease 0s; }
.lnav-bar .social-header li > a.facebook:hover { background: rgb(59, 89, 152); color: white; }
.lnav-bar .social-header li > a.twitter:hover { background: rgb(5, 94, 211); color: white; }
.social-header li > a.instagram:hover { background: rgb(195, 42, 163); color: white; }
.social-header li > a.youtube:hover { background: rgb(255, 0, 0); color: white; }
.social-header li > a.youtube { color: rgb(255 255 255); }
a.instagram { color: rgb(228, 64, 95); }
.social-header li > a.telegram:hover { background: rgb(0, 136, 204); color: white; }
a.telegram { color: rgb(0, 136, 204); }
.social-header li > a.instagram { color: rgb(255 255 255); }
.social-header li > a.twitter { color: rgb(255 255 255); }
.single-Breadcrumb { }
.single-price { margin: 30px auto 50px; background: rgba(21, 126, 239, 0.09); display: flex; padding: 20px 16px; border-radius: var(--miniradius); align-items: center; }
.titles-faq { display: flex; flex-direction: column; text-align: center; margin-bottom: 10px; max-width: 100%; align-items: center; }
.single-price > .s-price-contact { border-radius: var(--miniradius); padding: 20px 30px; align-items: center; background: white; margin-top: 10px; margin-right: 34px; flex: 1 1 0%; min-width: 710px; max-width: 780px; box-shadow: 0 0px 52px var(--shadow-2); }
.single-price .title-contact { margin-bottom: 32px; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; width: 100%; }
.single-price .s-price-contact span { line-height: 32px; display: block; }
.single-price h2 { text-align: center; margin-bottom: 15px; font-size: 28px; color: var(--alinks); }
.single-price .s-price-contact .price-num { font-size: 40px; font-weight: 700; display: inline-block; color: var(--uicolor2); padding: 0px; border-radius: var(--miniradius); margin: 0px; }
.single-price form { display: flex; flex-wrap: wrap; }
.single-price .line { display: flex; min-width: 100%; flex-wrap: wrap; }
.single-price form input { background: rgb(233, 243, 254); padding: 8px; font-size: 20px; border: 1px solid transparent; border-radius: 7px; flex: 1 1 0%; margin-bottom: 10px; min-width: 100%; }
.single-price textarea { display: block; max-width: 100%; padding: 7px; font-size: 22px; flex: 1 1 0%; border-radius: 7px; margin-bottom: 20px; min-width: 100%; background: rgb(233, 243, 254); border: 1px solid transparent; }
.single-price .s-price-contact span i { font-size: 35px; color: var(--uicolor); }
.single-price form input:focus { background: white; border: 1px solid var(--uicolor2); }
.single-price textarea:focus { background: white; border: 1px solid var(--uicolor2); }
.single-price button.btn-brand { margin-right: auto; cursor: pointer; color: var(--uicolor-text); font-weight: bold; font-size: 19px; border-width: initial; border-style: none; background: var(--uicolor); border-color: var(--color); padding: 4px 30px; border-radius: var(--miniradius); display: flex; align-items: center; text-align: center; justify-content: center; }
.single-price button.btn-brand i { margin-left: -20px; transform: scale(0); opacity: 0; visibility: hidden; transition: all 0.2s ease 0s; font-size: 30px; }
.single-price button.btn-brand:hover i { transform: scale(1); opacity: 1; visibility: visible; margin-left: 10px; }
section.price-section { position: relative; background: linear-gradient(180deg, #ccebf7, #d9f1fb); overflow: hidden; padding-top: 80px; }
.price-block { display: flex; flex-wrap: wrap; margin: 30px -20px 0px; position: relative; justify-content: center; }
.box-price { border-radius: var(--largeradius); border: 1px solid rgb(219 237 253); flex: 1 1 0%; margin: 20px; background: rgb(243 250 255); min-width: 310px; z-index: 1; font-size: 18px; transition: all 0.2s ease 0s; overflow: hidden; padding: 29px 20px; position: relative; text-align: center; display: flex; flex-direction: column; justify-content: center; }
.icon_price span { display: inline-block; width: 80px; height: 80px; border-radius: 50%; background-color: rgb(96 213 124); color: rgb(255, 255, 255); margin-bottom: 10px; }
.icon_price span i { text-align: center; font-size: 40px; color: rgb(255, 255, 255); display: flex; align-items: center; justify-content: center; font-weight: normal; }
.icon_price span { display: flex; align-items: center; justify-content: center; }
.icon_price { display: flex; justify-content: center; flex-direction: column; align-items: center; padding-bottom: 20px; }
.title_price p { font-size: 22px; margin-top: 5px; margin-bottom: 5px; font-weight: bold; color: var(--uicolor2); }
.list_services_price ul { list-style: none; display: flex; flex-direction: column; }
.list_services_price ul li { padding: 12px 17px; color: var(--uicolor); text-align: right; font-weight: 400; font-size: 17px; }
.links_price { display: flex; justify-content: center; flex: 1 1 0%; margin-top: 10px; }
.links_price a.price_Alniks { background: rgb(96 213 124); padding: 10px 17px; border-radius: var(--miniradius); color: white; font-size: 20px; font-weight: bold; }
.box-price.featuer { background: rgb(14 89 165); }
.box-price.featuer .icon_price span { background: white; }
.box-price.featuer .icon_price span i { color: var(--uicolor2); }
.list_services_price ul li i { color: var(--alinks); margin-left: 10px; }
.box-price.featuer .title_price p { color: white; }
.icon_price em { background: rgb(255 224 73); color: #0e0e0e; padding: 5px 0px; font-style: normal; position: absolute; right: -92px; text-align: center; font-size: 18px; transform: rotate(54deg); width: 233px; top: 22px; font-weight: 700; transition: all 0.2s ease 0s; }
.tit_pries { position: relative; }
.title_price { position: relative; }
.box-price.featuer .title_price h3 { color: white; }
.box-price.featuer .list_services_price ul li { color: white; }
.box-price.featuer .list_services_price ul li i { color: white; }
.icon_price::before { }
.box-price.featuer .links_price a.price_Alniks { background: var(--bgcolor); color: var(--uicolor2); font-size: 20px; font-weight: bold; }
.box-price:hover { background: var(--bgcolor); box-shadow: 0 27px 41px -43px var(--shadow-2); }
.box-price.featuer:hover { background: rgb(96 213 124); }
.box-price:hover .links_price a.price_Alniks { background: var(--uicolor2); }
.box-price.featuer:hover .links_price a.price_Alniks { background: rgb(243 250 255); color: #60d57c; }
.price-block .owl-stage { margin-bottom: 30px; margin-top: 20px; display: flex; align-items: center; overflow: hidden; }
.owl-item.cloned { display: inline-block; }
.price-block .owl-stage-outer { overflow: hidden; }
.owl-nav .owl-next, .owl-nav .owl-prev { cursor: pointer; border-radius: 14px; font-size: 36px; padding-top: 4px; height: 60px; width: 60px; background: var(--uicolor); top: 50%; transform: translate(0px, -50%); display: flex; align-items: center; justify-content: center; position: absolute; color: var(--bgcolor); }
.owl-nav .owl-next { left: -75px; }
.owl-nav .owl-prev { right: -90px; }
.price-block_single { display: flex; flex-wrap: wrap; margin: 7px -20px 0px; position: relative; justify-content: center; }
section.price-section.price-model theme-widget--item-title.widgettitle.sngle_1 { font-size: 25px; color: var(--uicolor); font-weight: bold; padding-right: 8px; }
.services_snigle { display: flex; flex-wrap: wrap; margin: 7px -16px; justify-content: center; }
.faq-section1.faq-model { padding-top: 70px; }
.faq-section2.faq-model { padding-bottom: 50px; height: auto; }
.faq_questions { display: flex; flex-wrap: wrap; justify-content: center; height: 400px; margin-top: 15px; }
.faq_questions1 { width: 50%; }
.faq_questions .form-contact1 { background: rgb(240 249 255); padding: 30px 20px; box-shadow: none; }
.form-contact1 { padding: 60px; box-shadow: rgba(4, 8, 50, 0.08) 0px 20px 30px; border-radius: 20px; text-align: center; align-items: center; background: rgb(255, 255, 255); margin-right: 40px; flex: 1 1 0%; }
.form-contact1 form { position: relative; width: 100%; }
.faq_questions .form-contact1 h4 { margin-bottom: 16px; font-size: 21px; color: var(--alinks); }
.line { display: flex; justify-content: center; flex-direction: column; }
.form-contact1 form .line input { height: 52px; background: rgb(255 255 255); padding: 7px 20px; font-size: 16px; border: 1px solid rgba(181, 181, 187, 0.54); border-radius: 7px; margin-bottom: 11px; transition: all 150ms ease 0s; flex: 1 1 0%; }
.form-contact1 form .line textarea { height: 148px; padding: 12px 20px; font-size: 16px; border: 1px solid rgba(181, 181, 187, 0.54); border-radius: 7px; background: rgb(255 255 255); }
.form-contact1 form .line input:focus { background: var(--bgcolor); border-color: var(--uicolor); }
.form-contact1 form .line textarea:focus { background: var(--bgcolor); border-color: var(--uicolor); }
section.proje.project-archive--description_city { display: flex; flex-direction: column; justify-content: center; align-items: center; width: 100%; text-align: center; padding-top: 25px; }
section.proje.project-archive--description_city h1.news-title { display: flex; justify-content: center; align-items: center; color: rgb(0, 124, 251); font-weight: bold; margin-top: 12px; margin-bottom: 12px; font-size: 23px; }
.archive_description_container { font-size: 18px; line-height: 31px; max-height: 207px; overflow: hidden; position: relative; transition: all 0.3s ease 0s; font-weight: 400; margin-top: 20px; margin-bottom: -23px; }
.archive_description_container { font-size: 19px; line-height: 29px; font-weight: 400; color: rgb(131, 131, 131); }
div#services1 { padding-top: 70px; }
.titles_concept h2 { display: flex; justify-content: center; align-items: center; color: var(--uicolor); }
.titles_concept { display: flex; flex-direction: column; justify-content: center; align-items: center; margin-bottom: 15px; margin-top: 15px; display: none;}
section.cities-list { position: relative; margin-top: -16px;}
section.cities-list {  }
.cities-list__inner { margin: 90px -12px -16px; display: flex; align-items: center; text-align: center; flex-wrap: wrap; }
.cities-list__inner a { flex: 1 1 0%; margin: 5px; padding: 14px 40px; background: #e3edfb;font-size: 18px; border-radius: var(--miniradius); font-weight: 700; color: #1b215a; white-space: nowrap; text-align: center; }
section.project h1.news-title { display: flex; justify-content: center; text-align: center; margin-top: 10px; margin-bottom: 23px; color: var(--alinks); }
section.project.project-archive--description { padding-top: 50px; background: linear-gradient(180deg, #e5f8ff, #cdebf7); }
.archive_description_showmore { display: flex; margin: 50px auto auto; font-weight: 700; font-size: 15px; background: rgb(9, 26, 44); cursor: pointer; color: rgb(255, 255, 255); padding: 8px 21px; border-radius: var(--miniradius); box-shadow: rgba(9, 26, 44, 0.15) -10px -10px 50px; justify-content: center; text-align: center; align-items: center; width: 152px; }
.archive_description_container__inner { justify-content: center; text-align: center; align-items: center; font-weight: 500; color: var(--secondarytext); }
.single-price { margin: 20px auto 50px; display: flex; }
.single-price > .s-price-content { border-radius: var(--miniradius); padding: 20px 18px; flex: 1 1 0%; max-width: 500px; display: flex; flex-direction: column; justify-content: center; }
.single-price > .s-price-content > .s-price-content1 { margin-bottom: 26px; }
.single-price > .s-price-content > .s-price-content1 > h1 { margin-bottom: 20px; line-height: 30px; font-size: 28px; color: var(--uicolor); }
.single-price > .s-price-content > .s-price-content1 > p { font-size: 18px; line-height: 27px; color: var(--secondarytext); }
.s-services-price > ul { list-style: none; margin: -10px; display: flex; flex-wrap: wrap; }
.s-services-price > ul > li { flex: 1 1 0%; margin: 10px; white-space: nowrap; font-size: 14px; color: var(--uicolor); font-weight: bold; }
.s-services-price > ul > li > i { width: 20px; height: 20px; border-radius: 20px; vertical-align: -1px; margin-left: 8px; background: var(--uicolor); color: rgb(235, 242, 251); padding-top: 3px; font-size: 16px; }
section.price-section .price h2 { font-size: 25px; color: var(--uicolor2); margin-bottom: -40px; }
.contacts_prise { display: flex; margin-top: 30px; padding-bottom: 30px; align-items: center; }
.btn-contact-price { display: flex; justify-content: center; width: 100%; align-items: center; }
.contects_massges { margin-right: 10px; display: flex; align-items: center; }
.btn-contact-price a.maill { --color: var(--uicolor); }
.btn-contact-price a { padding: 7px 14px; border-radius: var(--miniradius); font-size: 14px; vertical-align: middle; color: var(--color); border: 1px solid; margin: 0px 3px; }
.btn-contact-price a.phone { --color: #15c500; }
.btn-contact-price a.whatsapp { --color: #3CBE4E; background: var(--color); color: white; border-color: var(--color); }
.btn-contact-price p { font-size: 20px; }
.btn-contact-price i { vertical-align: middle; font-weight: bold; margin-left: 10px; }
.single-post-parent { background: var(--bgcolor); padding-top: 79px; }
.single-post-parent-container { display: flex; align-items: flex-start; margin-bottom: 30px; }
.single-post-parent-container-right { flex: 1 1 0%; width: calc(100% - 330px); margin-left: var(--margin-v1); }
.single-post-parent ol.BreadcrumbsFilters { justify-content: start; margin-bottom: 4px; font-size: 14px; font-weight: 500; flex-wrap: wrap; }
.single-post-parent-container-right h1 { }
f { max-width: 100%; height: auto; }
.single-post-parent-container-heading { margin-bottom: var(--margin-v1); }
.single-post-parent-container-heading > .single-bar { list-style: none; display: flex; margin: -8px; flex-wrap: wrap; }
.single-post-parent-container-heading > .single-bar > li { display: inline-block; vertical-align: middle; margin-right: 8px; }
.single-post-parent-container-heading > .single-bar > li > i { margin-left: 8px; color: var(--uicolor2); }
.single-post-parent-container-thumbnail { margin-bottom: 14px; overflow: hidden; }
.single-post-parent-container-thumbnail img { height: auto; width: 100%; border-radius: var(--miniradius); overflow: hidden; transition: all 200ms ease 0s; }
.single-post-parent-container-content { font-size: 18px; line-height: 28px; padding-bottom: var(--margin-v2); }
.single-post-parent-container-right h1 { line-height: 34px; margin-bottom: 21px; color: var(--uicolor2); }
.single-post-parent-container-content * { margin: revert; padding: revert; list-style: revert; text-align: revert; color: var(--textcolor); width: auto !important; }
.single-post-parent-container-tags { display: flex; text-align: center; align-items: center; justify-content: center; border-radius: var(--miniradius); margin-bottom: 17px; flex-direction: column;  border: 1px solid rgb(178 207 227);padding: 15px 15px; }
.single-post-parent-container-tags strong { font-size: 18px; font-weight: bold; color: #1b215a; margin-bottom: 8px; display: flex; justify-content: center; align-items: center; text-align: center; position: relative; }
.single-post-parent-container-tags > p { flex: 1 1 0%; max-width: 100%; margin: auto; display: flex; flex-wrap: wrap; justify-content: start; min-width: 100%; }
.single-post-parent-container-tags > p > a { display: inline-block; vertical-align: middle; font-weight: 600; font-size: 14px; background: rgb(233 246 255); color: #1b215a; padding: 10px 13px; border-radius: var(--miniradius); white-space: nowrap; margin: 5px; }
.single-post-parent-container-tags > p > a > i { vertical-align: -1px; margin-left: 3px; color: #1b215a; }
.single-post-parent-container-share { display: flex; flex-direction: column; position: relative; border-radius: var(--miniradius); margin-bottom: 30px;  min-width: 100%; flex: 1 1 0%; max-width: 100%; padding: 10px; }
.single-post-parent-container-share > ul { align-items: self-start; text-align: right; list-style: none; display: flex; flex-wrap: wrap; flex: 1 1 0%; position: relative; max-width: 100%;  justify-content: center; border-radius: var(--miniradius); }
.single-post-parent-container-share > ul li { position: relative; overflow: hidden; flex: 1 1 0%; min-width: 110px; max-width: 184px; margin-left: 25px; }
ul.single__container_social__right__share > li.whatsapp > a { --color: #25D366; }
.single-post-parent-container-share > ul > li > a { display: flex; font-size: 18px; border: 1px solid var(--color); color: var( --color); font-weight: 700; transition: all 100ms ease 0s; justify-content: center; text-align: center; align-items: center; position: relative; border-radius: var( --miniradius); height: 42px; padding: 0px 17px; }
.single-post-parent-container-share > ul li a i { padding-left: 10px; }
ul.single__container_social__right__share > li.messenger > a { --color: #09F; }
ul.single__container_social__right__share > li.facebook > a { --color: #1877F2; }
ul.single__container_social__right__share > li.telegram > a { --color: #34ACE0; }
ul.single__container_social__right__share > li.twitter > a { --color: #1DA1F2; }
.comments_label { background: rgb(233 246 255); padding: 10px 11px; text-align: center; border-radius: var(--miniradius); }
.single-post-parent-container-comments h4 { font-size: 22px; font-weight: 700;  color: #1b215a; }
.single-post-parent-container-comments h4 > i { margin-left: 8px; }
.comments_label form { margin-bottom: 25px; padding: 0px; border-radius: var(--miniradius); }
.Comment_lise { flex-wrap: wrap; display: flex; }
.Comment_lise input { margin-bottom: 10px; transform-origin: right center; height: 40px; border: 1px solid rgb(206, 210, 219); border-radius: var(--miniradius); padding: 0px 18px; background: rgb(255 255 255); transition: all 80ms ease 0s; flex: 1 1 0%; min-width: 100%; margin-left: 10px; }
.textarea_form { display: flex; flex-direction: column; flex: 1 1 0%; }
.comments_label form textarea { flex: 1 1 0%; width: 100%; min-height: 100px; padding: 10px 20px; font-size: 16px; border-radius: var(--miniradius); border: 1px solid rgb(209, 217, 225); margin-bottom: 12px; background: rgb(255 255 255); }
.single-post-parent-container-comments button { display: block; margin-right: auto; padding: 8px 40px; border: 0px; font-weight: 700; border-radius: var(--miniradius); background: #56df77; color: var(--uicolor-text); font-size: 16px; margin-top: 6px; }
.CommentsList .CommentsList__Title { display: flex; margin-bottom: 21px; font-size: 24px; font-weight: bold; color: var(--uicolor2); align-items: center; width: 180px; cursor: pointer; }
.CommentsList .CommentsList__Title span.comments_number { color: var(--uicolor); font-weight: bold; }
.CommentsList .CommentsList__Title span { margin-right: 7px; cursor: pointer; }
.CommentsList .CommentsList__Title i { margin-right: 8px; font-size: 20px; background: rgb(8, 90, 226); width: 40px; height: 40px; display: flex; justify-content: center; align-items: center; color: white; border-radius: var(--miniradius); transform: rotate(90deg); transition: all 0.5s ease 0s; }
ul.CommentsListInner { display: none; }
ul.CommentsListInner i { font-size: 26px; color: rgb(27, 33, 90); background: rgba(8, 90, 226, 0.28); display: flex; justify-content: center; align-items: center; padding: 7px 5px 5px; border-radius: 50px; text-align: center; font-weight: bold; }
ul.CommentsListInner li > .CommentContent { float: right; font-size: 13px; font-family: Changa; flex: 1 1 0%; display: flex; text-align: center; align-items: center; }
ul.CommentsListInner li > .CommentContent > .NameArea { font-weight: bold; font-size: 16px; margin-left: 14px; color: var(--alinks); }
ul.CommentsListInner li > .CommentContent > .CommentDate { font-size: 14px; line-height: 29px; color: var(--uicolor2); margin-left: 14px; font-weight: 600; }
ul.CommentsListInner li > a { font-weight: 700; padding: 5px 20px; border-radius: var(--miniradius); background: rgba(0, 124, 251, 0.16); color: var(--alinks); }
ul.CommentsListInner li { position: relative; display: flex; background: rgb(255, 255, 255); border-radius: var(--miniradius); align-items: center; padding: 14px 15px; margin-bottom: 13px; }
ul.CommentsListInner li > .UserAvatar { font-size: 25px; background-size: 100% 100%; line-height: 40px; text-align: center; margin-left: 15px; color: rgb(0, 124, 251); }
.open_comments { display: block !important; }
ul.ChildComments { list-style: none; padding-right: 49px; padding-left: 6px; }
.single-post-parent-container-left { width: 300px; padding-top: 20px; position: sticky; top: 65px; padding-bottom: 20px; align-items: center; }
mini-widgets--item { border-radius: var(--miniradius); display: block; background: rgb(233 246 255); margin-bottom: 20px; padding: 7px 2px; margin-top: 30px;}
mini-widgets--item-title { display: flex; align-items: center; }
mini-widgets--item-title h4 { padding: 8px; font-size: 18px; color: var(--alinks); min-width: 150px; flex: 1 1 0%; }
mini-widgets--item-title a { flex: 1 1 0%; max-width: 60px; display: flex; justify-content: left; color: var(--alinks); font-size: 19px; font-weight: 400; min-width: 70px; padding: 12px; }
.box-services-single { display: flex; flex-direction: column; padding: 5px; }
.box-services-single a { background: rgb(255, 255, 255); margin-bottom: 6px; padding: 8px 5px; border-radius: var(--miniradius); transition: all 0.2s ease 0s; }
.box-services-single a .name { display: flex; flex-wrap: wrap; align-items: center; border-radius: var(--miniradius);}
.box-services-single a .name p { color: var(--uicolor2); font-size: 15px; display: flex; font-weight: bold; flex: 1 1 0%; }
.box-services-single a .name span { font-size: 18px; color: var(--alinks); font-weight: 600; background: rgb(222 242 255); width: 30px; height: 30px; border-radius: 5px; display: flex; align-items: center; justify-content: center; }
single-widget-posts { display: block; position: relative; }
single-widget-posts > a { display: flex; align-items: center; padding: 11px; background: var(--bgcolor); margin: 11px 5px; border-radius: var(--miniradius); }
single-widget-posts > a .article_thumb { padding-top: 55px; width: 65px; border-radius: var(--miniradius); background-image: var(--image); background-size: cover; background-position: center center; margin-left: 10px; }
single-widget-posts > a .article_info { flex: 1 1 0%; }
single-widget-posts > a .article_info > strong { display: block; font-weight: 600; line-height: 20px; max-height: 40px; font-size: 14px; color: var(--alinks); overflow: hidden; }
.box-services-single a:hover { background: rgb(27, 33, 90); }
.box-services-single a:hover .name p { color: var(--bgcolor); }
single-widget-posts > a:hover .article_info > strong { color: var(--uicolor2); }
.single_title_posts { display: flex; justify-content: right; margin-bottom: 20px; font-size: 20px; color: var(--uicolor); }
.rating i:hover { color: rgb(255, 216, 73); }
.single-post-parent-container-thumbnail img:hover { transform: scale(1.02); }
.faq_quest { display: flex; flex-direction: column; margin-bottom: 26px; background: rgb(255, 255, 255); box-shadow: 0 0 1px 1px var(--shadow-1); padding: 12px; border-radius: var(--miniradius); }
.faq_quest h2 { margin-bottom: 21px; font-size: 23px; font-weight: 500; color: rgb(40, 87, 178); display: flex; justify-content: center; align-items: center; text-align: center; position: relative; margin-top: 7px; }
.faq_quest .list-faq { list-style: none; }
.faq_quest .list-faq li { color: rgb(0, 0, 0); font-size: var(--msize); display: flex; cursor: pointer; flex-direction: column;  border-radius: var(--miniradius);  margin-bottom: 10px; }
.faq_quest .list-faq li h3 { line-height: 30px; font-size: 22px; font-weight: 500; transition: all 0.3s ease 0s; padding: 12px; border-radius: var(--miniradius); border: 1px solid #d8e2f9; align-items: center; color: #1b215a; background: white; display: flex; position: relative; cursor: pointer; }
.faq_quest .list-faq p { font-size: 17px; line-height: 30px; display: none; margin-top: 14px; color: var(--secondarytext); font-weight: 500; margin-right: 58px; }
.faq_quest .list-faq li h3 i { background: rgb(29 161 242); padding: 10px; align-items: center; justify-content: center; border-radius: 10px; color: rgb(255 255 255); font-size: 18px; transform: rotateZ(90deg); transition: all 150ms ease 0s; margin-left: 14px; }
h3.faq_quest_1.open_faq { background: rgb(27, 33, 90) !important; color: white !important; }
.ButtonConcept { font-size: 22px; font-weight: bold; color: rgb(255, 255, 255); display: flex; text-align: center; justify-content: center; background: rgb(186 79 166); transition: all 0.2s ease 0s; padding: 12px 22px; border-radius: var(--miniradius); align-items: center; margin: 8px auto; }
.ButtonConcept a { display: flex; align-items: center; }
.ButtonConcept:hover { background: rgb(29 161 242); }
.ButtonConcept:hover span { color: var(--bgcolor); }
.ButtonConcept:hover i { color: white; }
.contact-body .contact-info ul.block-cotact li a lottie-player { width: 70px; height: 70px; }
.owl-dots { display: flex; justify-content: center; text-align: center; align-items: center; position: relative; right: 0px; left: 0px; }
.owl-dot.active { background: var(--uicolor); }
.owl-dot { margin: 0px 3px; border-radius: 50%; width: 12px; cursor: pointer; border: 2px solid var(--uicolor2); height: 12px; background: rgb(20, 68, 104); }
.panner_buttun a.content-btn_1 lottie-player { width: 70px; position: absolute; left: -16px; height: auto; }
.menu-nav > ul > li > ul > li > ul::after { content: ""; position: absolute; inset: 0px -50px 0px 0px; z-index: -1; border-radius: var(--miniradius); }
.menu-nav > ul > li > ul > li > a:hover { color: var(--uicolor2); }
.line1 input:focus { background: white; border-color: var(--uicolor); }
.line_1 textarea:focus { background: white; border-color: var(--uicolor); }
.services-info .d-flex { margin-top: -4px; }
.img-services { overflow: hidden; position: relative; }
.p-block_post { display: flex; flex-wrap: wrap; margin: -20px -20px 20px; justify-content: center; }
.btn_icon lottie-player { width: 30px; height: 40px; }
.btn-search form input:focus { width: 290px; background: var(--bgcolor); border-color: white; }
.country_name a i { font-size: 19px; margin-right: 7px; }
.contact-body .contact-info ul.block-cotact li a i { font-size: 40px; margin-left: 11px; color: var(--uicolor2); font-weight: normal; }
.all { display: flex; flex-direction: column; max-width: 100%; min-width: 100%; }
mini-widgets--item-tabs-container-item > a { }
mini-widgets--item-tabs-container-item > a { }
mini-widgets--item-tabs-container-item > a .article_thumb { }
mini-widgets--item-tabs-container-item > a > * { margin: 8px; }
mini-widgets--item-tabs-item.selected { border-color: rgb(0, 0, 0); color: var(--bgcolor); background: rgb(27, 33, 90); border-radius: 7px; }
mini-widgets--item-tabs-item { flex: 1 1 0%; text-align: center; line-height: 30px; cursor: pointer; transition: all 150ms ease 0s; font-size: 15px; font-weight: 700; box-shadow: transparent 0px 0px inset; padding: 0px 2px; display: inline-block; margin-left: 14px; max-width: 100%; min-width: 128px; }
mini-widgets--item-tabs-container-item.selected { visibility: visible; opacity: 1; transition: all 0.2s ease 0s; }
mini-widgets--item-tabs-container-item { position: absolute; top: 0px; right: 0px; left: 0px; transition: all 50ms ease 0s; opacity: 0; visibility: hidden; padding: 0px; display: flex; flex-wrap: wrap; }
mini-widgets--item-tabs-container { display: block; position: relative; transition: all 0.1s ease 0s; margin-top: 13px; }
.single-posts { display: block; }
mini-widgets--item-tabs-container-item > a .article_info { }
mini-widgets--item-tabs-container-item > a .article_info em { color: var(--secondarytext); margin-top: 6px; font-weight: 500; font-style: unset; }
.single_posts_vews { }
mini-widgets--item-tabs-container-item > a .article_info strong { margin-right: 12px; }
.img_post_sngile { }
.single_posts_vews strong { }
.p_single_postew { border-radius: var(--miniradius); overflow: hidden; background: white; transition: all 0.2s ease 0s; padding: 16px 17px; box-shadow: rgb(209, 216, 225) 0px 1px 3px; flex: 1 1 0%; min-width: 260px; margin: 10px; }
.projp_single_postew { display: flex; flex-direction: row; align-items: center; }
.img-p_single_postew { width: 56px; border-radius: var(--miniradius); background-image: var(--image); background-size: cover; background-position: center center; height: 56px; position: relative; }
.img-p_single_postew img { position: absolute; height: 100%; right: 50%; top: 50%; min-width: 100%; transform: translate(50%, -50%); border-radius: var(--miniradius); }
.p_single_postewt { flex: 1 1 0%; }
.p_single_postewt h3 { bottom: 51px; display: flex; text-align: right; align-items: center; z-index: 1; flex: 1 1 0%; min-width: 250px;margin-right: 8px; font-size: 16px; }
.foot-p_single_postew p { width: 100%; margin-bottom: 6px; margin-top: 12px; color: var(--secondarytext); font-size: 15px; line-height: 23px; }
.lire { display: flex; margin-right: auto; }
.lire a.lin_foo_single { cursor: pointer; font-size: 17px; transition: all 150ms ease 0s; font-weight: bold; }
.p_single_postew:hover { transform: translateY(-8px); box-shadow: rgb(209, 216, 225) 0px 13px 25px; background: var(--bgcolor); }
.Comment_lise input:focus { background: var(--bgcolor); border-color: var(--uicolor2); }
.comments_label form textarea:focus { background: var(--bgcolor); border-color: var(--uicolor2); }
ul.single__container_social__right__share > li.twitter:hover a { background: rgb(29, 161, 242); color: white; }
ul.single__container_social__right__share > li.telegram:hover a { background: rgb(52, 172, 224); color: white; }
ul.single__container_social__right__share > li.facebook:hover a { background: rgb(24, 119, 242); color: white; }
ul.single__container_social__right__share > li.messenger:hover a { background: rgb(0, 153, 255); color: white; }
ul.single__container_social__right__share > li.whatsapp:hover a { background: rgb(37, 211, 102); color: white; }
.single-post-parent-container-share strong { font-size: 18px; font-weight: bold; color: var(--alinks); margin-bottom: 8px; display: flex; justify-content: center; align-items: center; text-align: center; position: relative; }
.CommentsList__Title i.trafram { transform: rotate(0deg); }
.lire span { display: flex; align-items: center; justify-content: center; background: rgb(245, 246, 248); padding: 8px 12px; border-radius: var(--miniradius); }
.p--p_single_postew { display: flex; flex-wrap: wrap; }
.foot-p_single_postew { display: flex; flex-direction: column; flex: 1 1 0%; }
.p_single_postew:hover .lire span { background: var(--uicolor); }
.p_single_postew:hover .lire span a { color: white; }
section.singleprice_1 { padding-top: 40px; }
.logo_footer .lnav-bar { position: relative; }
.logo_footer .lnav-bar ul.list-unstyled { display: flex; flex-wrap: wrap; margin-top: 0px; }
theme-widget--item#text-2 theme-widget--item-title.widgettitle { text-align: center; }
theme-widget--item#categories-2 { max-width: 100%; flex: 1 1 0%; text-align: right; }
.logo_footer { max-width: 500px; margin-left: 19px; }
.logo_footer .social-header li > a.facebook { }
footer::before {  position: absolute; width: 100%; height: 200px; top: 0px; right: 0px; left: 0px; content: ""; display: block; background-size: cover; background-repeat: no-repeat; z-index: -1; transform: rotate(180deg); }
footer::after { background-image: url("./img/footer-bg.png"); position: absolute; width: 100%; height: 100%; right: 0px; left: 0px; content: ""; display: block; background-size: cover; background-repeat: no-repeat; bottom: 0px; z-index: -1; }
.logo_footer .lnav-bar .social-header li { min-width: 51px; height: 51px; padding: 0px; margin-left: 10px; }
.lnav-bar .social-header li > a.telegram { --socialcolor: #ffffff; }
ul.service_contact { list-style: none; display: flex; flex-wrap: wrap; align-items: center; justify-content: right; padding-bottom: 30px; min-width: 100%; text-align: right; }
ul.service_contact li { background: white; margin-left: 15px; padding: 10px 12px; border-radius: var(--miniradius); margin-top: 14px;}
.dt-sercivs p { margin: 0px; }
ul.service_contact li i { font-size: 25px; margin-left: 13px; color: var(--uicolor2); }
ul.service_contact li a { display: flex; align-items: center; flex-wrap: wrap; text-align: right; }
.dt-sercivs h4 { font-size: 16px; color: var(--alinks); }
ul.list_socail { list-style: none; display: flex; text-align: right; justify-content: right; max-width: 100%; min-width: 100%;  }
ul.list_socail li { min-width: 70px; height: 70px; margin-left: 18px; }
ul.list_socail li a { display: flex; align-items: center; justify-content: center; border-radius: 50px; height: 100%; border: 2px solid rgb(228, 64, 95); color: var(--uicolor2); transition: all 150ms ease 0s; }
ul.list_socail li a.facebook { --socialcolor: #1877f2; color: rgb(59, 89, 152); border-color: rgb(59, 89, 152); }
ul.list_socail li a.twitter { color: rgb(29, 161, 242); border-color: rgb(29, 161, 244); }
ul.list_socail li a.youtube { border-color: rgb(228, 64, 95); color: rgb(228, 64, 95); }
ul.list_socail li a i { font-size: 23px; }
.seriver_model_bhaa { padding-top: 70px; padding-bottom: 50px; }
ul.list_socail li a.youtube:hover { background: rgb(228, 64, 95); color: white; }
ul.list_socail li a.twitter:hover { background: rgb(29, 161, 242); color: white; }
ul.list_socail li a.facebook:hover { background: rgb(59, 89, 152); color: white; }
.bhfooter { display: flex; flex-wrap: wrap; position: relative; text-align: right; }
.footer_from_1 { margin-left: 7px; position: relative; }
.footer_from { display: flex; z-index: 4; flex-wrap: wrap; position: relative; max-width: 100%; min-width: 100%; flex: 1 1 0%; }
.footer_from input { background: rgb(255, 255, 255); font-size: 14px; border: 1px solid rgb(216, 227, 246); border-radius: 7px; flex: 1 1 0%; min-width: 100%; height: 45px; z-index: 6; padding: 12px 34px 12px 12px; margin-right: 0px; margin-bottom: 5px; }
.bhfooter form { flex: 1 1 0%; justify-content: left; text-align: left; z-index: 5; min-width: 500px; margin-top: -50px; }
.footer_form { min-width: 320px; max-width: 560px; flex: 1 1 0%; justify-content: left; text-align: left; margin-right: auto; z-index: 5; background: rgb(9 65 86 / 7%); border-radius: 0px 0px 50px 50px;padding: 30px 28px;   }
.footer_from_1 textarea { background: rgb(255, 255, 255); font-size: 16px; border: 1px solid rgb(216, 227, 246); border-radius: 7px; flex: 1 1 0%; min-width: 100%; height: 80px; padding-right: 33px; margin-right: 0px; max-width: 100%; margin-top: 3px; padding-top: 6px; }
.bhfooter form button { background: rgb(96 213 124); padding: 9px 15px; margin-top: 8px; border-radius: 6px; color: rgb(255, 255, 255); font-size: 15px; cursor: pointer; display: flex; align-items: center; justify-content: center; margin-right: auto; border: none; font-weight: bold; transition: all 200ms ease 0s; margin-left: 7px; }
.bhfooter form button i { margin-left: 8px; font-size: 20px; font-weight: bold; transition: all 200ms ease 0s; }
.footer_from input:focus { background: var(--bgcolor); border-color: var(--uicolor2); }
.footer_from_1 textarea:focus { background: var(--bgcolor); border-color: var(--uicolor2); }
.footer_form h2 { color: rgb(255 255 255); display: flex; margin-bottom: 15px; justify-content: center; }
.bhfooter form button:hover { background: rgb(67 169 91); color: var(--bgcolor); }
.bhfooter form button:hover i { transform: rotate(45deg); }
.footer_from i { position: absolute; color: rgb(25, 40, 97); z-index: 176; right: 11px; bottom: 19px; font-size: 19px; font-weight: normal; opacity: 0.5; }
.icon_form { position: relative; }
.icon_form_1 { flex: 1 1 0%; min-width: 46%; max-width: 100%; text-align: right; margin-left: 7px; display: flex; flex-direction: column; position: relative; margin-top: 4px; }
.footer_from_1 .icon_form { min-width: 100%; max-width: 100%; }
.footer_from_1 .icon_form span.bha_span { color: var(--uicolor); position: absolute; bottom: 88px; font-size: 14px; font-weight: bold; right: 0px; }
.footer_from_1 .icon_form i { position: absolute; z-index: 176; right: 8px; bottom: 58px; font-size: 18px; font-weight: normal; opacity: 0.5; color: rgb(25, 40, 97); }
.footer_from input:focus + span > i { color: var(--uicolor2); opacity: 1; }
.footer_from_1 textarea:focus + span i { color: rgb(29, 161, 242); opacity: 1; }
footer .blocks-footer > theme-widget--item .menu > li > a:hover::before { transform: translateX(15px); }
.menu-nav > ul > li > ul > li > ul > li > a:hover { color: var(--uicolor2); }
.btn-search_2 button { display: none; }
table { }
.single-post-parent-container-content table { max-width: 100%; min-width: 100%; background: rgb(255, 255, 255); }
.single-post-parent-container-content table tbody tr td { font-size: 19px; padding: 12px; border: 1px solid rgb(212 235 249); margin: 14px; font-weight: bold; }
.single-post-parent-container-content table tbody tr td:hover {background: #e9f6ff;}
.single-post-parent-container-content table tr { border: 1px solid rgb(29, 161, 242); }
.dt-contact h3.dt-contact_phone { font-weight: normal; }
.dt-contact h3.dt-contactemail { font-weight: normal; }
.dt-contact p.dt-contactemail { font-size: 23px; font-weight: 700; text-transform: uppercase; color: rgb(8, 90, 226); }
.dt-contact p.dt-contactbhadress { font-size: 16px; font-weight: 700; }
.dt-contact p.dt-contact_phone1 { font-size: 30px; font-weight: 600; color: rgb(8, 90, 226); }
.more-category h2 {justify-content: center;text-align: center;margin: 10px 0;cursor: pointer;background: #1b215a;padding: 3px 11px;border-radius: 6px;color: white;}
.more-category {display: flex;justify-content: center;}
.more-category-bh {display: none;max-width: 100%;position: relative;}
.more-category-bh.open_more {display: block;}
.more-category-bh a {padding: 0;}
.more-category-bh a:hover {}
.more-category-bh a.more-category-bh_1 {background: rgb(29 161 242);
margin-bottom: 6px;border-radius: var(--miniradius);transition: all 0.2s ease 0s;}
.more-category-bh a.more-category-bh_1:hover {background: none !important;}
.more-category-bh_1:hover .name {background: #1b215a;}
.more-category-bh a.more-category-bh_1 .name {background: white;margin-bottom: 8px;padding: 8px 8px;margin-right: 2px;}
.more-category-bh a.more-category-bh_1:hover .name {background: #1b215a;}
.single-post-parent-container-comments form.CommentsFormInner {display: none;transform: scale(0);}
form.CommentsFormInner.open_comments {display: block;transform: scale(1);margin-top: 17px;}
.city-block_bh {flex: 1;
    background: #ffffff;
    margin: 5px;
    padding: 9px 20px;
    font-size: 14px;
    border-radius: var(--miniradius);
    font-weight: 500;
    color: var(--uicolor);
    white-space: nowrap;
    text-align: center;}
.d-flex-bh {display: flex;flex-wrap: wrap;margin: 16px -33px;}
.mobi {
    margin: 0 10px;
}
.icons-header i {
    font-size: 20px;
    color: #fff;
    padding: 15px;
}
a.download--app {display: block;width: 250px;margin: 15px 0;border-radius: 13px;overflow: hidden;}
.single-post-parent-container-content img {height: auto;}