html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
  direction: rtl;
}

a {
  text-decoration: none !important;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

* {
  outline: none !important;
}

/* vazir-font */
@font-face {
  font-family: Vazir;
  src: url('fonts/vazir/Vazir-FD.eot');
  src: url('fonts/vazir/Vazir-FD.eot?#iefix') format('embedded-opentype'),
  url('fonts/vazir/Vazir-FD.woff2') format('woff2'),
  url('fonts/vazir/Vazir-FD.woff') format('woff'),
  url('fonts/vazir/Vazir-FD.ttf') format('truetype');
  font-weight: normal;
}

@font-face {
  font-family: Vazir;
  src: url('fonts/vazir/Vazir-Bold-FD.eot');
  src: url('fonts/vazir/Vazir-Bold-FD.eot?#iefix') format('embedded-opentype'),
  url('fonts/vazir/Vazir-Bold-FD.woff2') format('woff2'),
  url('fonts/vazir/Vazir-Bold-FD.woff') format('woff'),
  url('fonts/vazir/Vazir-Bold-FD.ttf') format('truetype');
  font-weight: bold;
}

@font-face {
  font-family: Vazir;
  src: url('fonts/vazir/Vazir-Thin-FD.eot');
  src: url('fonts/vazir/Vazir-Thin-FD.eot?#iefix') format('embedded-opentype'),
  url('fonts/vazir/Vazir-Thin-FD.woff2') format('woff2'),
  url('fonts/vazir/Vazir-Thin-FD.woff') format('woff'),
  url('fonts/vazir/Vazir-Thin-FD.ttf') format('truetype');
  font-weight: 100;
}

@font-face {
  font-family: Vazir;
  src: url('fonts/vazir/Vazir-Light-FD.eot');
  src: url('fonts/vazir/Vazir-Light-FD.eot?#iefix') format('embedded-opentype'),
  url('fonts/vazir/Vazir-Light-FD.woff2') format('woff2'),
  url('fonts/vazir/Vazir-Light-FD.woff') format('woff'),
  url('fonts/vazir/Vazir-Light-FD.ttf') format('truetype');
  font-weight: 300;
}

@font-face {
  font-family: Vazir;
  src: url('fonts/vazir/Vazir-Medium-FD.eot');
  src: url('fonts/vazir/Vazir-Medium-FD.eot?#iefix') format('embedded-opentype'),
  url('fonts/vazir/Vazir-Medium-FD.woff2') format('woff2'),
  url('fonts/vazir/Vazir-Medium-FD.woff') format('woff'),
  url('fonts/vazir/Vazir-Medium-FD.ttf') format('truetype');
  font-weight: 500;
}

@font-face {
  font-family: Vazir;
  src: url('fonts/vazir/Vazir-Black-FD.eot');
  src: url('fonts/vazir/Vazir-Black-FD.eot?#iefix') format('embedded-opentype'),
  url('fonts/vazir/Vazir-Black-FD.woff2') format('woff2'),
  url('fonts/vazir/Vazir-Black-FD.woff') format('woff'),
  url('fonts/vazir/Vazir-Black-FD.ttf') format('truetype');
  font-weight: 900;
}

body {
  font-family: Vazir;
  overflow-x: hidden;
}

html {
  overflow-x: hidden;
}

.header-of-site {
  position: absolute;
  width: 100%;
  left: 0;
  top: 13px;
  z-index: 2;
}

.header {
  background: rgba(255, 255, 255, 0.90);
  z-index: 2;
  display: flex;
  justify-content: space-between;
  height: 75px;
  align-items: center;
  width: 100%;
  padding: 0 20px;
}

.right-of-header {
  display: flex;
  align-items: center;
}

.right-of-header img {
  margin-inline-end: 10px;
}

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

.header-right-icon {
  width: 35px;
}

.header-right-h {
  color: #025664;
}

.center-of-header {
  background: #025664;
  width: 185px;
  height: 96px;
  z-index: 2;
  position: relative;
  display: flex;
  align-items: center;
  top: -3px;
}

.logo {
  cursor: pointer;
}

.logo-title {}

.logo-title h1 {
  font-size: 18px;
  color: #fff;
  margin-bottom: 10px;
}

.logo-title h2 {
  font-size: 13px;
  color: #fff;
}

.header-tell-number {
  font-size: 16px;
  color: #025664;
  margin-inline-end: 8px;
  margin-bottom: 7px;
}

.text {
  text-align: center;
}

.left-of-header .line {
  width: 1px;
  height: 30px;
  background: #C4C4C4;
  display: inline-block;
  margin: 0 20px;
}

.header-tell-text {
  color: #959595;
  font-size: 13px;
}

.center-of-header::before {
  content: '';
  width: 0;
  height: 0px;
  border-inline-end: 13px solid transparent;
  border-bottom: 14px solid #CE6300;
  position: absolute;
  left: -13px;
  top: 0px;
  display: inline-block;
}

.center-of-header::after {
  width: 0;
  height: 0;
  border-top: 7.5px solid #CE6300;
  border-inline-end: 12px solid transparent;
  content: '';
  position: absolute;
  left: -12px;
  bottom: 0;
  display: inline-block;
}

.logoarea::after {
  width: 0;
  height: 0;
  border-top: 7.5px solid #CE6300;
  border-inline-start: 12px solid transparent;
  content: '';
  position: absolute;
  right: -12px;
  bottom: 0;
  display: inline-block;
}

.logoarea::before {
  content: '';
  width: 0;
  height: 0px;
  border-inline-start: 13px solid transparent;
  border-bottom: 14px solid #CE6300;
  position: absolute;
  right: -13px;
  top: 0px;
  display: inline-block;
}

.left-of-header {
  display: flex;
  align-items: center;
}

.header-phone-box {
  display: flex;
  align-items: center;
}

.header-phone-box .text span {
  display: block;
}

.header-menu {
  height: 65px;
  z-index: 2;
  background: #00303F;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  position: relative;
  padding: 0 20px;
  margin-top: 8px;
}

.header-menu::after {
  width: 0;
  height: 0;
  border-bottom: 25px solid #FA7D09;
  border-inline-start: 25px solid transparent;
  content: '';
  position: absolute;
  bottom: 0;
  display: inline-block;
  left: 0px;
}

.header-menu::before {
  width: 0;
  height: 0;
  border-bottom: 25px solid #FA7D09;
  border-inline-end: 25px solid transparent;
  content: '';
  position: absolute;
  right: 0px;
  bottom: 0;
  display: inline-block;
}

.header-menu ul {
  display: inline-flex;
  direction: rtl;
  position: relative;
}

.header-menu ul li {
  position: relative;
  text-align: center;
  transition: 0.5s;
  font-size: 15px;
  z-index: 3;
  padding-inline-end: 15px;
  padding-inline-start: 15px;
}

.header-menu ul li::after {
  background: #025664;
  width: 100%;
  height: 50px;
  position: absolute;
  content: '';
  opacity: 0;
  right: 0;
  bottom: -3px;
  transform: translate(0, 30px);
  transition: 0.2s;
  z-index: 3;
}

.header-menu nav>ul>li::before {
  height: 4px;
  position: absolute;
  content: '';
  width: 0;
  opacity: 0;
  background: white;
  bottom: -33px;
  z-index: 5;
  transition: 0.2s;
  right: 50%;
}

.header-menu nav>ul>li:hover::before {
  opacity: 1;
  width: 100%;
  right: 0;
}

.header-menu ul li a {
  z-index: 6;
  position: relative;
  text-decoration: none;
  color: white;
}

.header-menu nav>ul>li:hover::after {
  opacity: 1;
  height: 77px;
  bottom: -32px;
  transform: translate(0, 0);
}

.header-menu ul li ul {
  width: 175px;
  top: 45px;
  background: white;
  visibility: hidden;
  position: absolute;
  display: block;
  transition: 0.3s;
  color: #6D6D6D;
  opacity: 0;
  right: 0;
  padding-inline-start: 0 !important;
}

.header-menu ul li ul li:hover {
  background: #F6F6F6;
  width: 100%;
  color: #025664;
}

.header-menu ul li:hover ul {
  visibility: visible;
  z-index: 2;
  opacity: 1;
}

.header-search {
  display: flex;
}

.left-main-header {
  display: flex;
  align-items: center;
}

.left-main-header .line {
  width: 1px;
  height: 40px;
  background: #025664;
  margin: 0 20px;
  display: inline-block;
}

.header-menu ul li ul li {
  position: relative;
  padding-inline-start: 20px;
}

.header-menu ul li ul li:hover::before {
  right: 15px;
  opacity: 1;
}

.header-menu ul li ul li a {
  line-height: 40px;
  position: relative;
  right: 0;
  transition: 0.3s;
  width: 100%;
  display: flex;
  font-size: 14px;
  text-decoration: none;
  color: #6D6D6D;
}

.header-menu ul li ul li:hover a {
  right: 10px;
  color: #025644;
}

.header-menu ul li ul li:hover {
  background: #f6f6f6;
  color: #025664;
  transition: 0.5s;
}



.dokme:hover span.butt {
  right: 20%;
}

span.butt {
  top: 13px;
  position: absolute;
  font-size: 14px;
  right: 27%;
  transition: 0.3s;
}
.moraba, .project-box a.button div.moraba {
  width: 0px;
  height: 0;
  border-bottom: 52px solid #fa7d09;
  border-inline-start: 67px solid transparent;
  top: -9px;
  position: absolute;
  left: 0;
  transform: translate(-50px, 0);
  opacity: 0;
  transition: 0.2s;
}

.dokme:hover div.moraba, .project-box div.dokme:hover div.moraba {
  opacity: 1;
  transform: translate(0px, 0);
}

.button2 {
  border: 2px solid #025664;
  padding: 14px 15px;
  font-size: 14px;
  position: absolute;
  left: 25px;
  width: 125px;
  height: 43px;
  text-align: center;
  display: block;
  color: #025664 !important;
  cursor: pointer;
  transition: 0.5s;
  overflow: hidden;
}

.button2::after {
  width: 0;
  height: 0;
  content: '';
  border-top: 15px solid #025664;
  border-inline-end: 15px solid transparent;
  position: absolute;
  display: inline-block;
  bottom: 26px;
  right: 0px;
  transition: 0.3s;
}

p.buttun1 {}

.button2:hover::after {
  transform: translateX(50px);
  opacity: 0;
}

.button2:hover p.left-symbol21 {
  transform: translate(-7px, 0px);
}




.button2 p.left-symbol21 {
  position: absolute;
  bottom: 0;
  opacity: 1;
  color: white;
  transition: 0.5s;
  transform: translate(-70px, 0px);
  font-size: 25px;
  font-weight: 500;
  left: 13px;
}

.button2::before {
  width: 0;
  height: 0;
  content: '';
  border-bottom: 15px solid #025664;
  border-inline-start: 15px solid transparent;
  position: absolute;
  bottom: 0px;
  left: 0px;
  display: inline-block;
}

.button2:hover {
  width: 125.6px;
  height: 43.3px;
  overflow: hidden;
  white-space: nowrap;
  padding-inline-end: 30px;
  transition: 0.3s;
  border: 2px solid #fa7d09;
  color: #fa7d09 !important;
}

.moraba, .project-box a.button2 div.moraba {
  width: 0px;
  height: 0;
  border-bottom: 86px solid #fa7d09;
  border-inline-start: 131px solid transparent;
  top: -9px;
  position: absolute;
  left: -32px;
  transform: translate(-50px, 0);
  opacity: 0;
  transition: 0.2s;
}

.dokme:hover div.moraba, .project-box div.dokme:hover div.moraba {
  opacity: 1;
  transform: rotate(22deg);
}

.slider-project {
  direction: rtl;
}

.w3-display-left {
  position: absolute;
  left: 55px;
  top: 340px;
  background: rgba(112, 112, 112, 0.25);
  color: rgba(183, 183, 183, 0.4);
  border: none;
  width: 38px;
  height: 38px;
  font-size: 25px;
  padding-top: 7px;
}

.w3-display-right {
  position: absolute;
  right: 55px;
  top: 340px;
  background: rgba(112, 112, 112, 0.25);
  color: rgba(183, 183, 183, 0.4);
  border: none;
  width: 38px;
  height: 38px;
  font-size: 25px;
  padding-top: 7px;
}

.w3-display-right:hover {
  color: white;
  background: #00303F;
}

.w3-display-left:hover {
  color: white;
  background: #00303F;
}

.item-clicker1 {
  right: -60px;
  position: absolute;
  font-size: 20px;
  top: 68px;
  color: #025664;
  border: 1.5px solid #fa7d09;
  padding: 3px 15px;
  padding-top: 7px;
  transition: 0.5s;
}

.item-clicker2 {
  right: -60px;
  position: absolute;
  font-size: 20px;
  top: 130px;
  color: #025664;
  border: 1.5px solid #fa7d09;
  padding: 3px 15px;
  padding-top: 7px;
  transition: 0.5s;
}

.item-clicker1::before {
  width: 0;
  height: 0;
  border-bottom: 15px solid #fa7d09;
  border-inline-end: 15px solid transparent;
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
}

.item-clicker2::before {
  width: 0;
  height: 0;
  border-bottom: 15px solid #fa7d09;
  border-inline-end: 15px solid transparent;
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
}

a.item1 {
  transition: 0.3s;
}

.aitem2:hover div.item-clicker1 {
  border-color: #025664 !important;
  padding-inline-start: 22px;
  padding-inline-end: 8px;
}

.aitem2:hover div.item-clicker1::before {
  border-bottom: 20px solid #025664;
  border-inline-end: 20px solid transparent;
}

.aitem2:hover a.item1 {
  color: #fa7d09 !important;
}

a.item2 {
  transition: 0.3s;
}

.aitem3:hover div.item-clicker2 {
  border-color: #025664 !important;
  padding-inline-start: 22px;
  padding-inline-end: 8px;
}

.aitem3:hover div.item-clicker2::before {
  border-bottom: 20px solid #025664;
  border-inline-end: 20px solid transparent;
}

.aitem3:hover a.item1 {
  color: #fa7d09 !important;
}

a.item3 {
  transition: 0.3s;
}

.content-services {
  background-image: linear-gradient(to right, #025664ee, #025664ee), url('../img/workers.png');
  width: 100%;
  direction: rtl;
  position: relative;
}

img.services-back {
  position: absolute;
  width: 100%;
  height: 677px;
  opacity: 10%;
}

.content-services h2 {
  color: #fff;
  font-size: 20px;
}

.head-of-service {
  display: flex;
}

.services-title h3.enabout {
  color: #EFEFEF;
  font-size: 18px;
  direction: rtl;
  margin-inline-start: 90px;
  margin-top: 10px;
  transition: 0.5s;
}

.services:hover .services-title h3.enabout {
  color: #fa7d09;
  margin-inline-start: 100px;
  margin-inline-end: -10px;
}

.services:hover .services-title hr.line2 {
  width: 70px;
  height: 10px;
  display: inline-block;
  border-top: 3px solid #FA7D09;
  margin-top: -8px;
  margin-inline-start: -75px;
}

.services-title hr.line1 {
  width: 70px;
  height: 10px;
  display: inline-block;
  border-top: 3px solid #fff;
  margin-top: -14px;
  padding-bottom: 8px;
}

.services-title hr.line2 {
  width: 35px;
  height: 10px;
  display: inline-block;
  border-top: 3px solid #FA7D09;
  margin-top: -28px;
  margin-inline-start: -40px;
  transition: 0.5s;
}

.last-project-title {
  white-space: nowrap;
  position: absolute;
  top: -200px;
}

.last-project-title h2 {
  color: #fff;
  margin-top: 0;
  font-size: 20px;
}

.last-project-title h3.enabout {
  color: #EFEFEF;
  font-size: 18px;
  direction: rtl;
  margin-inline-start: 90px;
  margin-top: 10px;
  transition: 0.5s;
}

.last-project:hover .last-project-title h3.enabout {
  color: #fa7d09;
  margin-inline-start: 100px;
}

.last-project:hover .last-project-title hr.line2 {
  width: 70px;
  height: 10px;
  display: inline-block;
  border-top: 3px solid #FA7D09;
  margin-top: px;
  margin-inline-start: -75px;
}

.last-project-title hr.line1 {
  width: 70px;
  height: 10px;
  display: inline-block;
  border-top: 3px solid #fff;
  margin-top: -14px;
  padding-bottom: 8px;
}

.last-project-title hr.line2 {
  width: 35px;
  height: 10px;
  display: inline-block;
  border-top: 3px solid #FA7D09;
  margin-top: -28px;
  margin-inline-start: -40px;
  transition: 0.5s;
}

.last-project-menu ul {
  display: flex;
  color: #A7B7CE;
  flex-wrap: nowrap;
  width: 100%;
  overflow-x: auto;
  align-items: center;
  overflow-y: hidden;
  padding-bottom: 10px;
}

.last-project-menu ul li {
  text-align: center;
  transition: 0.5s;
  margin-inline-end: 25px;
  font-size: 14px;
}

.last-project-menu ul li p {
  color: #fa7d09;
  opacity: 0;
  font-weight: 900;
  font-size: 28px;
  transform: translate(0px, 40px);
  transition: 0.5s;
}

.last-project-menu ul li:hover {
  color: #fff;
}

.last-project-menu ul li:hover p {
  opacity: 1;
  transform: translate(0px, 5px);
}

.project-box1 {
  /* height: 384px; */
  background: #fff;
  border: 0.5px solid #025664;
  transition: 0.3s;
  overflow: hidden;
  position: relative;
  margin-inline-start: 0.5px;
  transition: 0.3s;
  margin-top: 35px;
}

.project-box1:hover {
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
}

.project-box-img {
  max-width: 100%;
  transition: 0.5s;
}

.project-box1:hover img {
  transform: scalex(1.1);
}

a.project-span {
  color: #7E7E7E;
  font-size: 15px;
  display: block;
  transition: 0.5s;
  margin-bottom: 18px;
  font-weight: bold;
  margin-top: 15px;
  margin-inline-start: 10px;
}

.project-box1:hover a.project-span {
  color: #fa7d09;
  margin-inline-start: 20px;
}

.tab-content {
  width: 100%;
}

a.catea {
  color: #025664 !important;
  font-size: 12px;
  margin-inline-start: 18px;
  margin-top: 20px;
  display: block;
  margin-inline-start: 10px;
}

.project-box1 p.left-symbol, .article-box1 p.left-symbol {
  position: absolute;
  top: 265px;
  opacity: 0;
  color: #fa7d09;
  transition: 0.5s;
  transform: translate(-30px, 0px);
  right: 10px;
}

.article-box1 p.left-symbol {
  top: 275px !important;
}

.project-box1:hover p.left-symbol {
  opacity: 1;
  transform: translate(0px, 0px);

}

.project-box a.button {
  position: absolute;
  left: 0;
}

a.button p {
  opacity: 0;
  top: 14px;
  font-weight: 400;
  font-size: 28px;
  color: white;
  transform: translate(-100px, 0px);
  transition: 0.3s;
  left: 82px
}

a.button:hover p {
  opacity: 1;
  transform: translate(-59px, 0px);
}

.Projects-box a.button:hover::after {
  display: none;
}

.target-slider {
  width: 100%;
}

.main {
  background: #f9f9f9;
  width: 80%;
  margin: auto;
  border: 1px solid #ddd;
}

#header, #footer {
  width: 95%;
  background: #f1f1f1;
  height: 30px;
  margin: Auto;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
}

#content {
  width: 95%;
  background: #f1f1f1;
  margin: Auto;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
  display: grid;
  grid-template-columns: 0.3fr 0.7fr;
}

#box_element {
  top: 20px;
  position: sticky;
  display: block;
  background: #fff;
  height: 100px;
  border-inline-start: 1px solid blue;
  border-radius: 10px;
  margin: 10px;
  -webkit-box-shadow: 0px 0px 11px 5px rgba(0, 0, 0, 0.26);
  -moz-box-shadow: 0px 0px 11px 5px rgba(0, 0, 0, 0.26);
  box-shadow: 0px 0px 11px 5px rgba(0, 0, 0, 0.26);
}

#box_element ul {
  list-style: none;
  text-align: right;
  padding: 10px;
}

.content-targets {
  position: relative;
  display: flex;
  overflow: hidden;
}

.content-targets::before {
  width: 0;
  height: 0;
  border-bottom: 305px solid #fa7d09;
  border-inline-end: 239px solid transparent;
  content: '';
  display: inline-block;
  bottom: 0;
  position: absolute;
  opacity: 69%;
  z-index: 2;
}


.content-targets::after {
  width: 0;
  height: 0;
  border-top: 1030px solid white;
  border-inline-start: 975px solid transparent;
  content: '';
  display: inline-block;
  position: absolute;
  left: 0;
  opacity: 90%;
  z-index: 2;
}

.content-targets img {
  width: 100%;
}

.target-title {
  margin-top: 40px;
  z-index: 3;
  white-space: nowrap;
}

.target-title h2 {
  color: #025664;
  font-size: 16px;
}

.target-title h3.enabout {
  color: #EFEFEF;
  font-size: 16px;
  direction: rtl;
  margin-inline-start: 75px;
  margin-top: 10px;
  transition: 0.5s;
}

.targets:hover .target-title h3.enabout {
  color: #fa7d09;
  margin-inline-start: 85px;
}

.targets:hover .target-title hr.line2 {
  width: 70px;
  height: 10px;
  display: inline-block;
  border-top: 3px solid #FA7D09;
  margin-top: -8px;
  margin-inline-start: -74px;
}

.target-title hr.line1 {
  width: 70px;
  height: 10px;
  display: inline-block;
  border-top: 3px solid #025664;
  margin-top: -14px;
  margin-inline-start: 0px;
  padding-bottom: 8px;
}

.target-title hr.line2 {
  width: 35px;
  height: 10px;
  display: inline-block;
  border-top: 3px solid #FA7D09;
  margin-top: -28px;
  margin-inline-start: -39px;
  transition: 0.5s;
}

.content-targets span {
  top: 26%;
  color: #fa7d09;
  z-index: 3;
  font-size: 15px;
}

.content-targets p.left-symbol {
  position: absolute;
  color: #025664;
  transition: 0.5s;
  top: 0;
  opacity: 1;
  z-index: 3;
  right: -20px;
}

.content-targets p.targets-parag {
  font-size: 14px;
  color: #A7A7A7;
  z-index: 3;
  top: 36%;
  line-height: 27px;
  width: 400px;
}

.content-property {
  background: #fff;
  position: relative;
}

.content-of-pro {
  display: flex;
  position: relative;
}

.property-title {
  white-space: nowrap;
  z-index: 3;
}

.property-title h2 {
  color: #025664;
}

.property-title h3.enabout {
  color: #EFEFEF;
  font-size: 18px;
  direction: rtl;
  margin-inline-start: 75px;
  margin-top: 10px;
  transition: 0.5s;
}

.property:hover .property-title h3.enabout, .about-uss-2:hover .property-title h3.enabout {
  color: #fa7d09;
  margin-inline-start: 85px;
  margin-inline-end: -10px;
}

.property:hover .property-title hr.line2, .about-uss-2:hover .property-title hr.line2 {
  width: 70px;
  height: 10px;
  display: inline-block;
  border-top: 3px solid #FA7D09;
  margin-top: -28px;
  margin-inline-start: -74.5px;
  transition: 0.5s;
}

.property-title hr.line1 {
  width: 70px;
  height: 10px;
  display: inline-block;
  border-top: 3px solid #025664;
  margin-top: -14px;
  margin-inline-start: 0px;
  padding-bottom: 8px;
}

.property-title hr.line2 {
  width: 35px;
  height: 10px;
  display: inline-block;
  border-top: 3px solid #FA7D09;
  margin-top: -28px;
  margin-inline-start: -39.5px;
  transition: 0.5s;
}

.property-parag {
  color: #A7A7A7;
  font-size: 14px;
  line-height: 28px;
  z-index: 3 !important;
  margin-inline-start: 60px;
}

.top-of-property {
  display: flex;
  margin-top: 80px;
}

.content-customer {
  background-image: linear-gradient(to right, #02566400, #025664, #025664), url(../img/bg-slider-05.png);
  width: 100%;
  background-repeat: no-repeat;
  height: 496px;
  position: relative;
  display: flex;
}

.customer-back {
  opacity: 44%;
  left: 0px;
  position: absolute;
  width: 50%;
  height: 496px;
}

.custquote {
  left: 55%;
  position: absolute;
  margin-top: 30px;
}

.custgradient {
  left: 250px;
  position: absolute;
}

/* .slider-project div.owl-item, .slider-article div.owl-item {
  height: 420px;
} */
.slider-header button.owl-next span {
  position: absolute;
  left: 30px;
  background: rgba(112, 112, 112, 0.25);
  color: white;
  border: none;
  width: 38px;
  height: 38px;
  bottom: 48%;
  transform: translateY(50%);
  font-size: 40px;
}

.slider-header button.owl-prev span:hover {
  color: white;
  background: #00303F;
}

.slider-header button.owl-next span:hover {
  color: white;
  background: #00303F;
}

.slider-header button.owl-prev span {
  position: absolute;
  background: rgba(112, 112, 112, 0.25);
  color: white;
  border: none;
  width: 38px;
  height: 38px;
  bottom: 45%;
  font-size: 40px;
  right: 30px;
}

button.owl-dot, .comment-slider button.owl-dot {
  background: #C1C1C1 !important;
  width: 10px;
  margin: 7px;
  height: 10px;
  z-index: 10;
  height: 5px
}

button.owl-dot:active {
  background: #fa7d09 !important;
  width: 10px;
  margin: 10px;
  z-index: 10;
  height: 5px;
}

.slider-header div.owl-dots {
  right: 50%;
  position: absolute;
  transform: translateX(50%);
  bottom: 45px;
}

.target-slider div.owl-dots {
  right: 50%;
  position: absolute;
  transform: translatex(50%);
}

.slider-article div.owl-dots, .slider-project div.owl-dots {
  right: 50%;
  transform: translateX(50%);
  position: absolute;
}

a.article-page {
  color: #025664 !important;
  text-decoration: none;
  font-size: 12px;
  position: absolute;
  left: 80px;
  border-inline-start: 1px solid #Eeeeee;
  padding-inline-start: 35px;
  line-height: 44px;
  bottom: 1px;
}

.article-box1:hover a.article-page::after {
  border-bottom: 25px solid #fa7d09;
}

.article-box1 {
  background: #fff;
  border: 0.5px solid #025664;
  transition: 0.3s;
  overflow: hidden;
  position: relative;
}


.article-box-img {
  max-width: 100%;
  right: 0;
  transition: 0.5s;
}

a.article-span {
  color: #7E7E7E;
  font-size: 15px;
  transition: 0.5s;
  font-weight: bold;
  display: block;
  margin-top: 28px;
  margin-inline-start: 20px;
  position: relative;
}

.article-box1:hover a.article-span {
  color: #025664;
  margin-inline-start: 30px;
}

a.article-time {
  color: #025664 !important;
  text-decoration: none;
  font-size: 12px;
  position: absolute;
  bottom: 18px;
  right: 20px;
}

.article-box1:hover a.article-time::before {
  border-bottom: 25px solid #fa7d09;
}

.article-box1 p.left-symbol {
  color: #025664
}

.article-box1:hover p.left-symbol {
  opacity: 1;
  transform: translate(0px, 0px);
}

.article-box1:hover a.article-page {
  color: #025664 !important;
  text-decoration: none;
  font-size: 12px;
  position: absolute;
  border-inline-start: 1px solid #Eeeeee;
  padding-inline-start: 35px;
}

.article-box1 hr.adown {
  width: 100%;
  right: 0;
}

.article-box1 p {
  font-size: 14px;
  color: #A7A7A7;
  overflow: hidden;
  width: 300px;
  line-height: 22px;
  margin-top: 24px;
  margin-inline-start: 15px;
  height: 60px;
}

.article-buttons p.left-symbol {
  color: #025664;
  top: 416px !important;
  opacity: 0;
  position: absolute;
  transform: translate(30px, 0);
  right: 270px;
}

.article-buttons:hover p.left-symbol {
  opacity: 1;
}

.last-article a.button2 {
  left: 20px;
  top: none;
  color: #025664 !important;
}

.footer-customers {
  background: #F6F6F6;
  margin-top: -35px;
  position: relative;
  padding-top: 7px;
}

.footer-customers-title h2 {
  direction: rtl;
  color: #025664;
  margin-top: 20px;
  font-size: 20px;
}

.footer-customers-title h3.enabout {
  color: #EFEFEF;
  font-size: 18px;
  direction: rtl;
  margin-inline-start: 80px;
  margin-top: 10px;
  transition: 0.5s;
}

.brands:hover .footer-customers-title h3.enabout {
  color: #fa7d09;
  margin-inline-start: 90px;

}

.brands:hover .footer-customers-title hr.line2 {
  width: 70px;
  height: 10px;
  border-top: 3px solid #FA7D09;
  margin-top: -22px;
  margin-inline-start: 0px;
  transition: 0.5s;
}

.footer-customers-title hr.line1 {
  width: 70px;
  height: 10px;
  border-top: 3px solid #025664;
  margin-top: -14px;
  margin-inline-start: 0;
  display: flex
}

.footer-customers-title hr.line2 {
  width: 35px;
  height: 10px;
  border-top: 3px solid #FA7D09;
  margin-top: -22px;
  margin-inline-start: 35px;
  transition: 0.5s;
}

.customer-logos img {
  margin-inline-end: 120px;
}

.customer-logos {
  right: 126px;
  position: absolute;
  top: 115px;
}

.top-of-footer {
  background: #006575;
  width: 100%;
  height: 95px;
  position: relative;
  display: flex;
  align-items: center;
}

.top-of-footerr {
  display: flex;
  align-items: center;
  height: 100%;
  justify-content: space-between;
}

.top-of-footer::before {
  width: 0;
  height: 0;
  border-top: 65px solid #fa7d09;
  border-inline-end: 50px solid transparent;
  content: '';
  position: absolute;
  top: 0;
  right: 0;
}

.footer-logo-title {
  margin-top: 10px;
  margin-inline-end: 5px;
  margin-inline-start: 10px;
}

.top-of-footer::after {
  width: 0;
  height: 0;
  border-top: 65px solid #fa7d09;
  border-inline-start: 50px solid transparent;
  content: '';
  position: absolute;
  left: 0;
  top: 0;
}

.footer-logoarea {
  display: flex;
}

.footer-logoarea h3 {
  color: #fff;
  font-size: 18px;
  top: 8px;
  right: 80px;
  white-space: nowrap;
  margin-bottom: 8px;
}

.footer-logoarea h4 {
  font-size: 14px;
  white-space: nowrap;
  right: 80px;
  top: 35px;
  color: #fff;
}

.footer-social {
  left: 0px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.footer-social span {
  font-size: 15px;
  color: #fff;
  top: 40px;
  margin-inline-end: 20px;
}

.socials {
  background: #10859A;
  width: 46px;
  text-align: center;
  height: 46px;
  padding-top: 9px;
  margin-inline-start: 20px;
  display: flex;
  transition: 0.3s;
  position: relative;
}

.socials:hover {
  background: #fa7d09;
}

.social-icons {
  display: flex;
  right: 250px;
  top: 25px;
}




svg.social {
  transform: translate(-26%);
}

.center-of-footer {
  position: relative;
}

img.footer-back {
  position: relative;
  width: 100%;
}

.footeer {
  top: 0;
  width: 100%;
  background-image: linear-gradient(to right, #025664aa, #025664aa), url(../img/3.png);
  background-repeat: no-repeat;
  background-size: cover;
}

p.footer-about {
  line-height: 24px;
  color: #C5C5C5;
  font-size: 14px;
  width: 450px;
}

.right-of-footer {
  margin-top: 35px;
}

.left-of-footer {
  left: 0;
  top: 35px;
  display: flex;
}

.line-2-footer span {
  font-size: 18px;
  color: #EFEFEF;
}

.line-3-footer span {
  font-size: 18px;
  color: #EFEFEF;
}

.left-of-footer ul li {
  color: #C5C5C5;
  font-size: 16px;
}

.left-of-footer ul {
  list-style: none;
  line-height: 40px;
  margin-top: 30px;
}

.right-of-footer span {
  font-size: 18px;
  color: #EFEFEF;
  display: block;
  margin-top: 45px;
}

a.address {
  color: #C5C5C5 !important;
  font-size: 14px;
  transition: 0.3s;
  line-height: 24px;
  border-inline-start: 15px solid transparent;
}

.footer-location {
  margin-top: 20px;
  display: flex;
  width: 450px;
}

.footer-location svg {
  right: 0;
}
.down-of-footer-left {
  background: #fa7d09;
  height: 65px;
  overflow: hidden;
}

.down-of-footer {
  background: #efefef;
  min-height: 65px;
  overflow: hidden;
  width: 100%;
}

.down-footer {
  display: flex;
}

p.right-of-dfooter {
  font-size: 13px;
  color: #9097A1;
}

.left-of-down-footer {
  background: #fa7d09;
  width: 35%;
  height: 65px;
  top: 0;
  left: 0;
  position: relative;
  align-items: center;
  display: flex;
}

.left-of-down-footer::before {
  left: 100%;
  width: 0;
  height: 0;
  border-top: 65px solid #fa7d09;
  border-inline-start: 100px solid transparent;
  content: '';
  position: absolute;
}

.left-of-down-footer::after {
  width: 500px;
  height: 65px;
  position: absolute;
  content: '';
  right: 100%;
  background: #fa7d09;
  top: 0;
}

.right-of-dfooter {
  display: flex;
  align-items: center;
}

span.company-name {
  font-size: 16px;
  color: #FA7D09;
}

p.left-of-dfooter {
  z-index: 2;
  color: #FFF;
  font-size: 13px;
}

span.team-name {
  font-size: 16px;
}

.line-2-footer ul, .line-3-footer ul {
  margin-top: 15px;
  padding-bottom: 15px;
}

.line-2-footer ul li::before, .line-3-footer ul li::before {
  content: url(../img/Subtraction2.svg);
  color: #fa7d09;
  transform: translate(-50px, 0);
  position: absolute;
  opacity: 0;
  transition: 0.2s;
  margin-top: 10px;
}

.line-2-footer ul li:hover::before, .line-3-footer ul li:hover::before {
  opacity: 1;
  transform: translate(0, 0);
}

.line-2-footer ul li a, .line-3-footer ul li a {
  color: #c5c5c5 !important;
  line-height: 35px;
  transition: 0.3s;
}

.line-2-footer ul li:hover a, .line-3-footer ul li:hover a {
  color: #fa7d09 !important;
  margin-inline-start: 15px;
}

.line-2-footer, .line-3-footer {
  margin-top: 40px;
}

.target-slider button.owl-next span {
  position: absolute;
  left: 185px;
  color: rgba(183, 183, 183, 0.4);
  background: none;
  border: none;
  width: 45px;
  height: 45px;
  bottom: 20px;
  font-size: 40px;
}

.target-slider button.owl-next span:hover {
  color: #FA7D09;
}

.target-slider button.owl-prev span:hover {
  color: #FA7D09;
}

.target-slider button.owl-prev span {
  position: absolute;
  color: rgba(183, 183, 183, 0.4);
  background: none;
  border: none;
  width: 45px;
  height: 45px;
  bottom: 20px;
  font-size: 40px;
  left: 220px;
}

button.owl-dot.active {
  height: 10px;
  color: #fa7d09;
  background: #fa7d09 !important;
}

.target-slider button.owl-dot.active {
  position: relative;
  bottom: 50px;
}

.target-slider button.owl-dot {
  position: relative;
  bottom: 50px;
}

button.owl-dot {
  height: 4px;
}

.signupside {
  height: 378px;
  background: transparent;
  z-index: 12;
  padding-right: 35px;
  padding-top: 10px;
  overflow-y: auto;
  position: absolute;
  left: 0;
  top: 0;
  width: calc(100% - 63px);
}

.sidesignup {
  width: 63px;
  height: 378px;
  background: #025664;
  z-index: 8;
  cursor: pointer;
}

.isopen {
  transform: translateY(-50%) translateX(0) !important;
}

.signupside-back {
  width: 100%;
  height: 100%;
  z-index: 9;
  position: fixed;
  opacity: 0;
  visibility: hidden;
top: 0;
  right: 0;
}

.aaa {
  filter: blur(100px);
  filter: blur(2.7em);
  filter: blur(0);
  -webkit-filter: blur(15px);
}

.show1 {
  opacity: 0.5;
  visibility: visible;
}

.signup {
  position: fixed;
  display: flex;
  left: 0;
  top: 55%;
  transform: translateY(-50%) translateX(calc(-100% + 60px));
  z-index: 70;
  transition: 0.3s;
}

.about-con {
  position: relative;
}

.sidesignup svg {
  right: 17px;
  position: absolute;
  top: 30px;
}

.sidesignup a {
  transform: rotate(270deg);
  position: absolute;
  z-index: 15;
  cursor: default;
  right: -55px;
  top: 160px;
  font-size: 18px;
  color: #fff !important;
  cursor: pointer;
}


img.signcolor {
  position: absolute;
  right: 65px;
}

input.sidesignname {
  border: 1px solid #c5c5c5;
  height: 52px;
  width: 301px;
  position: absolute;
  z-index: 2;
  top: 45px;
  right: 85px;
  padding: 15px;
}

input.sidesignnumber {
  border: 1px solid #c5c5c5;
  height: 52px;
  width: 301px;
  position: absolute;
  z-index: 2;
  right: 85px;
  top: 125px;
  padding: 15px;
}

input.sidesignentry {
  border: 1px solid #c5c5c5;
  height: 52px;
  width: 301px;
  position: absolute;
  z-index: 2;
  right: 85px;
  top: 183px;
  padding: 15px;
}

input.sidesignsendkey {
  background: #025664;
  height: 52px;
  width: 301px;
  position: absolute;
  z-index: 2;
  right: 85px;
  padding: 15px;
  bottom: 25px;
  color: #fff;
  border: 1px solid #025664;
  cursor: pointer;
}

.sidesignup::after {
  width: 0;
  height: 0;
  border-bottom: 60px solid #fa7d09;
  border-inline-end: 45px solid transparent;
  position: absolute;
  content: '';
  bottom: 0;
  right: 0;
}

.sidesignup p {
  color: #fff;
  transition: 0.5s;
  transform: translate(-30px, 0px);
  top: 323px;
  z-index: 2;
  cursor: default;
  right: -34px;
  position: absolute;
  font-size: 25px;
  opacity: 1;
}

p.left-symbol {
  display: block;
}

p.right-symbol {
  display: none;
}

.isopen p.right-symbol {
  display: block;
}

.isopen p.left-symbol {
  display: none
}
img.brand {
  width: 100px !important;
  margin-inline-end: 30px;
}

.brand-slider {
  height: 200px !important;
}

.brand-slider div.owl-item {
  height: 200px !important;
}

.last-project-menu a.nav-link:hover {
  color: white !important;
  background: none;
}

.last-project-menu a.nav-link.active {
  color: white !important;
  background: none;
  font-size: 14px;
}

.last-project-menu a.nav-link {
  color: #A7B7CE !important;
  transition: 0.3s;
  background: none;
  white-space: nowrap;
  position: relative;
}


.top-of-centerfooter {
  display: flex;
}

.information ul {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  height: 90px;
}

.information ul li {
  margin-bottom: 20px;
}

.information ul li a {
  display: flex;
  align-items: center;
  color: white !important;
}

.information {
  margin-top: 18px;
}

.information ul li a svg {
  margin-inline-end: 15px;
}

.information ul li {
  margin-inline-end: 15px;
}

.signupside input::placeholder {
  color: #E6E6E6;
}



.sidetab {
  display: none;
}

.downcenterfooter {
  display: flex;
  justify-content: space-between;
}

.information a {
  color: #c5c5c5 !important;
}

svg.footer-phone {
  padding-inline-end: 18px;
  width: 39px;
}

svg.mail {
  width: 60px;
  padding-inline-end: 3px;
  margin-inline-start: 10px;
}

a.phone-num svg {
  width: 36px;
  padding-inline-end: 15px;
}

a.clock svg {
  padding-inline-end: 16px;
  width: 66px;
  padding-inline-start: 21px;
}

.footerinfo2 {
  margin-top: 10px;
}

.nemad-slider div.owl-nav {
  display: none;
}

.brand-slider div.owl-nav {
  display: none;
}

.content-last-project {
  position: relative;
}

.sidemenumobile {
  background: #025664;
  width: 340px;
  height: 80%;
  position: fixed;
  z-index: 15;
  overflow-y: auto;
}

.sidelogoarea {
  display: flex;
}

.logotitle {
  color: white;
}

.logotitle h3 {
  padding: 10px 0;
}

.top-of-sidemenu {
  display: flex;
  margin-top: 20px;
  margin-inline-start: 20px;
  justify-content: space-between;
  border-bottom: 1px solid #046E80;
  margin-inline-end: 20px;
}

.sidemenu {
  overflow-y: auto;
  height: calc(100% - 90px);
  position: relative;
}

.sideprofile svg {
  width: 25px;
}

.sideprofile {
  margin-top: 20px;
}

.sidemenu ul {
  margin-top: 40px;
}

.sidemenu ul li a {
  line-height: 50px;
  color: #fff;
  position: relative;
}

.sidemenu ul li ul {
  margin-top: 0;
}

.sidemenu ul li ul li a {
  line-height: 30px;
  font-size: 15px;
}

.lisideopen {
  background: #00303F;
  position: relative;
  margin-inline-start: 0;
}

.lisideopen::after {
  content: url(../img/iconfinder_arrow_right2_18140865.svg);
  position: absolute;
  top: 15px;
  left: 25px;
  font-weight: 500;
}

.sidemenu ul li ul li {
  position: relative;
}

.sidemenu ul li {
  padding-inline-start: 33px;
  position: relative;
}

.sidemenu ul li ul {
  display: none;
  padding-bottom: 30px;
}

.sidemenu ul>li>ul>li::before {
  height: 2px;
  width: 20px;
  background: #AFB7C2;
  position: absolute;
  content: '';
  top: 15px;
  right: 0;
}

.sidemenu::after {
  border-bottom: 34px solid #fa7d09;
  border-inline-start: 26px solid transparent;
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
}

.sidemenu::before {
  border-bottom: 34px solid #fa7d09;
  border-inline-end: 26px solid transparent;
  bottom: 0;
  right: 0;
  content: '';
  position: absolute;
  z-index: 2;
}

.sidemenumobile {
  right: -100%;
  transition: 0.3s;
}

.sidemenuisopen {
  right: 0;
}

.sideclick {}

.sideclick:hover span.menuline1, .sideclick:hover span.menuline2 {
  width: 30px;
}

span.menuline1 {
  width: 10px;
  height: 3px;
  background: white;
  display: block;
  margin-bottom: 5px;
  transition: 0.3s;
}

span.menuline2 {
  width: 20px;
  height: 3px;
  background: white;
  display: block;
  margin-bottom: 6px;
  transition: 0.3s;
}

span.menuline3 {
  width: 30px;
  height: 3px;
  background: white;
  display: block;
}

.sideclick {
  display: none;
}




.lisideopen::before {
  display: none;
}

.project-info, .article-info {
  display: flex;
  justify-content: space-between;
}

.right-of-info, .right-of-artinfo {
  position: relative;
  display: flex;
  width: 50%;
  padding: 10px 0;
}

.left-of-info {
  position: relative;
  width: 50%;
  padding: 10px 0;
}

.customer-info {
  padding-inline-start: 10px;
  color: #025664 !important;
  font-size: 12px;
  position: relative;
  display: flex;
}




.time-info, .date-info {
  margin-inline-start: 20px;
  color: #025664 !important;
  font-size: 12px;
}



.right-of-cusinfo, .right-of-artinfok {
  width: 1px;
  background: #eeeeee;
  height: 40px;
  position: absolute;
  bottom: -12px;
}

hr.adown {
  margin-top: 30px !important;
  width: 100%;
  right: 0;
}

a.project-time {
  color: #025664 !important;
  font-size: 12px;
  right: 20px;
  white-space: nowrap;
  padding-inline-start: 7px;
}

a.project-customer {
  color: #025664 !important;
  text-decoration: none;
  font-size: 12px;
  bottom: 2px;
  left: 115px;
  border-inline-start: 1px solid #Eeeeee;
  padding-inline-start: 20px;
  line-height: 36px;
}

.project-box1:hover::after, .article-box1:hover::after {
  border-bottom: 25px solid #fa7d09;
}

.project-box1:hover::before, .article-box1:hover::before {
  border-bottom: 25px solid #fa7d09;
}

.property-box1 {
  background-color: #025664;
  position: relative;
  transition: 0.5s;
  margin-inline-end: 10px;
  margin-bottom: 20px;
}

.property-top {
  position: absolute;
  top: 0;
  text-align: center;
  right: 50%;
  transform: translateX(50%);
  margin-top: 30px;
}

.property-span1 {
  display: block;
  margin-top: 30px;
  color: white;
  transition: 0.3s;
}

.property-box1:hover {
  background: #743903;
}

svg.property-icon {
  transition: 0.3s;
}

.property-box1:hover svg.property-icon {
  transform: translateX(-180px);
  opacity: 0;
  visibility: hidden;
}

.property-box1:hover .property-span1 {
  transform: translateX(180px);
  opacity: 0;
  visibility: hidden;
}

.prohoverp {
  position: absolute;
  top: 110%;
  right: 50%;
  transform: translate(50%);
  width: 200px;
  text-align: center;
  color: white;
  transition: 0.3s;
  font-size: 14px;
  line-height: 24px;
  visibility: hidden;
}

.property-box1:hover .prohoverp {
  top: 30%;
  visibility: visible;
}

.property-boxes {
  display: flex;
  flex-wrap: wrap;
  margin-top: 80px;
  padding-bottom: 80px;
}

p.player {
  border: 5px solid #025664;
  font-size: 40px;
  color: #fa7d09;
  width: 120px;
  text-align: center;
  height: 80px;
  align-items: center;
  display: grid;
  transition: 0.3s;
  padding-top: 10px;
}

.player-border {
  border: 3px solid #025466;
  height: 100px;
  width: 145px;
  margin-top: -90px;
  position: absolute;
  right: -13px;
  transition: 0.3s;
}

.player-border2 {
  border: 2px solid #025466;
  position: absolute;
  width: 170px;
  height: 125px;
  top: -21px;
  transition: 0.3s;
  right: -25px;
}

.allplayer:hover p.player {
  width: 150px;
  height: 100px;
  border-color: #fa7d09;
}

.allplayer:hover .player-border {
  height: 120px;
  width: 175px;
  margin-top: -111px;
  border-color: #fa7d09;
}

.allplayer:hover .player-border2 {
  border-color: #fa7d09;
  width: 200px;
  height: 140px;
}

.slider-article button.owl-next span, .slider-project button.owl-next span, .content-of-articleb button.owl-next span {
  position: absolute;
  left: -60px;
  background: rgba(112, 112, 112, 0.25);
  color: white;
  border: none;
  width: 38px;
  height: 38px;
  bottom: 45%;
  transform: translateY(50%);
  font-size: 40px;
}

.slider-article button.owl-prev span, .slider-project button.owl-prev span, .content-of-articleb button.owl-prev span {
  position: absolute;
  right: -60px;
  background: rgba(112, 112, 112, 0.25);
  color: white;
  border: none;
  width: 38px;
  height: 38px;
  bottom: 45%;
  transform: translateY(50%);
  font-size: 40px;
}

.slider-article button.owl-prev span:hover, .slider-article button.owl-next span:hover, .content-of-articleb button.owl-next span:hover {
  color: white;
  background: #00303F;
}

.slider-project button.owl-prev span:hover, .slider-project button.owl-next span:hover, .content-of-articleb button.owl-prev span:hover {
  color: white;
  background: #00303F;
}

.next-info {
  color: #025664 !important;
  font-size: 12px;
  position: relative;
  transition: 0.3s;
  right: 0;
}

.next-info::after {
  content: url(../img/Subtraction-21.svg);
  opacity: 0;
  left: -17px;
  top: -9px;
  position: absolute;
}

.article-box1:hover .next-info::after {
  opacity: 1;
}

.article-box1:hover .next-info {
  padding-inline-start: 0px;
  right: -15px;
}

.property-background {
  position: absolute;
  bottom: 0px;
}

.article-box1:hover .next-info::after {
  transform: translate(0px, 0);
  opacity: 1;
}

.content-about-pic {
  position: relative;
  width: 448px;
  height: 448px;
}

.comment-slider div.owl-dots {
  position: absolute;
  right: 50%;
  transform: translateX(50%);
  margin-top: 35px;
}


.searchlist ul {
  width: 100%;
  background: white;
  display: block;
  transition: 0.3s;
  color: #6D6D6D;
  padding-inline-start: 0 !important;
}

.searchlist ul li a {
  line-height: 40px;
  position: relative;
  right: 0;
  transition: 0.3s;
  width: 100%;
  display: flex;
  font-size: 14px;
}

.searchlist ul li {
  position: relative;
  text-align: center;
  transition: 0.5s;
  font-size: 15px;
  z-index: 3;
  padding-inline-end: 15px;
  padding-inline-start: 15px;
  border-bottom: 1px solid #eee;
}

.searchlist {
  position: absolute;
  width: 100%;
  z-index: 2;
  top: calc(100% + 10px);
  right: 0;
}

.searchlist ul li:hover {
  background: #f6f6f6;
  color: #025664;
  transition: 0.3s;
}

.left-symbol2 {
  top: 0;
  position: absolute;
  left: -5px;
  transition: 0.3s;
  opacity: 0;
}

.article-box1:hover .left-symbol2 {
  opacity: 1;
  left: -15px;
}

.customer-text::after {
  content: '+';
}

.last-project-menu {
  position: absolute;
  top: -50px;
  width: 100%;
  display: flex;
justify-content: flex-end;
}

.line-3-footer {
  padding-bottom: 40px;
}

.header-menu ul li ul li:hover .left-s {
  transform: translateX(35px);
  visibility: visible;
  opacity: 1;
}

.left-s {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  right: 48px;
  transition: 0.3s;
  top: 10px;
}

button.owl-dot.active {
  height: 8px;
  color: #fa7d09;
  background: #fa7d09 !important;
  width: 8px;
}

.header-menu ul li ul li::before {
  content: url(../img/Subtraction.svg);
  position: absolute;
  right: 20px;
  top: 12px;
  z-index: 2;
  color: #025664;
  opacity: 0;
  transition: 0.3s;
}

.header-background img {
  height: 385px;
  width: 100%;
}

.header-background {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
}

.megamenu {
  background-image: linear-gradient(to right, #fffa, #fffa), url(../img/bg-slider-03.png);
  width: 100%;
  top: 100%;
  right: 0;
  position: absolute;
  background-size: cover;
  padding-top: 30px;
  padding-inline-start: 42px;
}

.megamenus span, .megalast-article span {
  display: flex;
  border-bottom: 1px solid #E6E6E6;
  font-size: 16px;
  color: #025664;
  padding-bottom: 17px;
}

.megamenu ul li a {
  color: #6D6D6D !important;
  font-size: 14px;
  transition: 0.5s;
}

.megamenu ul {
  display: inline-block;
  margin-top: 20px;
  padding-bottom: 20px;
}

.megamenus {
  display: flex;
}

.megamenu ul li {
  padding-bottom: 15px;
  position: relative;
  transition: 0.5s;
}

.megamenu::before {
  border-bottom: 23px solid #025664;
  border-inline-end: 18px solid transparent;
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
}

.megamenu::after {
  border-bottom: 23px solid #025664;
  border-inline-start: 18px solid transparent;
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
}

.megamenu ul li::before {
  content: url(../img/Subtraction.svg);
  position: absolute;
  right: 5px;
  top: 0px;
  z-index: 2;
  color: #025664;
  opacity: 0;
  transition: 0.3s;
}

.megamenu ul li:hover::before {
  right: 12px;
  opacity: 1;
}

.megamenu ul li:hover a {
  right: 12px;
  color: #025664 !important;
}

.left-of-larticlebox a {
  color: #025664 !important;
  font-size: 14px;
  padding-bottom: 20px;
  border-bottom: 1px solid #F6F6F6;
}

.left-of-larticlebox {
  padding-top: 12px;
  padding-inline-start: 16px;
}

.headerartbox {
  display: flex;
  background: white;
  width: 325px;
  position: relative;
  margin-top: 20px;
}

.ldown-of-larticlebox {
  padding-top: 45px;
}

a.arttime {
  color: #A7A7A7 !important;
  font-size: 10px;
}

.megamenu {
  opacity: 0;
  transition: 0.5s;
  transform: translateY(50px);
  visibility: hidden;
}

.megamenuopen {
  opacity: 1;
  transition: 0.5s;
  transform: translatey(0);
  visibility: visible;
}

.megalast-article {
  border-inline-start: 3px dashed #025644;
  padding-inline-start: 30px;
  margin-inline-start: -30px;
}

.project-box1 {
  border: 0.5px solid #C4C4C4;
  margin-top: 25px;
}

.articleboxes .project-box1::before, .articleboxes .article-box1::before {
  border-bottom: 25px solid #C4C4C4;
}

.articleboxes .project-box1::after, .articleboxes .article-box1::after {
  border-bottom: 25px solid #C4C4C4;
}

.project-box1 a.project-span::before {
  content: url(../img/Subtraction-14.svg);
  position: absolute;
  right: 10px;
  opacity: 0;
  transition: 0.3s;
}

.project-box1:hover a.project-span::before {
  right: 10px;
  opacity: 1;
}

.view-button {
  border: 1px solid #D9D9D9;
  width: 150px;
  height: 45px;
  position: relative;
  right: 50%;
  transform: translateX(50%);
  color: #A7B7CE;
  text-align: center;
  padding-top: 13px;
  margin-top: 127px;
  transition: 0.3s;
  cursor: pointer;
  padding-inline-end: 25px;
  margin-bottom: 240px;
}

.view-button::after {
  content: url(../img/Subtraction-12.svg);
  top: 16px;
  left: 15px;
  position: absolute;
  transition: 0.3s;
}

.view-button:hover {
  background: #025664;
  box-shadow: 0 5px 6px rgba(2, 86, 100, 0.28);
  color: #fff;
}

.view-button:hover::after {
  left: 20px;
  content: url(../img/Subtraction-122.svg);
}

.buttonss .nav-link {
  transition: 0.3s;
  display: block;
  border-radius: 0;
  padding: 0;
  background: #F6F6F6;
  width: 200px;
  height: 50px;
  text-align: center;
  padding-top: 15px;
  margin-inline-end: 25px;
}

.buttonss li.nav-item {
  padding-top: 15px;
  position: relative;
}

.buttonss li.nav-item::before {
  border-top: 20px solid #025664;
  border-inline-end: 16px solid transparent;
  position: absolute;
  right: 0;
  top: 15px;
  content: '';
}

.articleboxes .tab-content>.active {
  display: flex;
  flex-wrap: wrap;
}

.informationtabhead {
  position: absolute;
  bottom: 50px;
}

.bottom-of-info {
  display: flex;
}

.navbari1 a {
  font-size: 20px;
  color: #fff !important;
}

.navbari1 {
  padding-bottom: 30px;
}

.navbari2 a {
  color: #A7B7CE !important;
  font-size: 15px;
}

.breadcrumbs {
  color: #FA7D09;
  margin-inline-start: 7px;
  font-size: 15px;
}

.articleboxessl div.owl-dots {
  right: 50%;
  position: absolute;
  transform: translateX(50%);
}

.articleboxes {
  width: 100%;
}

.all-of-artbox {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.articleboxes .project-box1 hr.adown {
  margin-top: 32px !important;
}

.articlearchve-content {
  width: 100%;
  margin-top: 105px;
}

header.side-head {
  width: 100%;
  background: #025466;
  height: 53px;
  margin-top: 23px;
  display: flex;
  align-items: center;
  color: #E6E6E6;
  font-size: 16px;
  padding-inline-start: 23px;
}


.get-talk {
  background-image: linear-gradient(to right, #00303Faa, #00303Faa), url(../img/innovator.png);
  width: 100%;
  height: 457px;
  margin-top: 22px;
  padding-top: 41px;
  padding-inline-start: 37px;
  padding-inline-end: 37px;
  background-size: cover;
}

.get-talk h3 {
  font-size: 23px;
  color: #fff;
  margin-top: 23px;
}

.get-talk p {
  color: #A7B7CE;
  font-size: 16px;
  line-height: 24px;
  text-align: justify;
  border-bottom: 1px solid #A7B7CE;
  padding-bottom: 30px;
}

.text-side {
  display: flex;
}

.side-phone-box {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  font-size: 27px;
  align-items: center;
  margin-top: 28px;
  color: white !important;
}

span.side-tell {
  padding-inline-end: 16px;
}

a.get-tell-button {
  height: 45px;
  padding-inline-end: 40px;
  padding-inline-start: 40px;
  background: white;
  color: #025664 !important;
  font-size: 16px;
  text-align: center;
  padding-top: 12px;
  position: relative;
  border: 2px solid #025664;
  overflow: hidden;
  transition: 0.3s;
  cursor: pointer;
  display: inline-block;
}

.down-side-talk {
  display: flex;
  flex-direction: row-reverse;
  margin-top: 30px;
  position: relative;
}

a.get-tell-button:hover {
  border-color: #fa7d09;
  color: #fa7d09 !important;
}

a.get-tell-button span {
  transition: 0.3s;
}

a.get-tell-button:hover span {
  margin-inline-end: 15px;
  margin-inline-start: -15px;
}

a.get-tell-button::before {
  border-top: 16px solid #025466;
  border-left: 13px solid transparent;
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  transition: 0.3s;
  opacity: 1;
}

a.get-tell-button::after {
  content: url(../img/icon-left.svg);
  position: absolute;
  left: -15px;
  bottom: 2px;
  transition: 0.3s;
}

a.get-tell-button:hover::after {
  bottom: 2px;
  left: 7px;
  border: none;
  z-index: 3;
}

a.get-tell-button:hover::before {
  transform: translateX(50px);
  opacity: 0;
}

.morabaa {
  left: -17px;
  top: -7px;
  border: none;
  width: 80px;
  height: 80px;
  transform: rotate(45deg) translate(-20px, 53px);
  background: #025664;
  z-index: 2;
  opacity: 1;
  position: absolute;
  transition: 0.3s;
}

a.get-tell-button:hover .morabaa {
  transform: rotate(66deg) translate(-10px, 15px);
  opacity: 1;
  background: #fa7d09;

}



.side-socials {
  background-image: linear-gradient(to right, #C00094aa, #E80022aa), url(../img/nopath.png), linear-gradient(to right, #025664aa, #025466aa), url(../img/innovator-23.png);
  width: 100%;
  height: 403px;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 34px;
  text-align: center;
  padding-top: 50px;
  margin-bottom: 180px;
}

.side-socials span {
  display: block;
  margin-top: 30px;
  font-size: 20px;
  color: #fff;
}

.down-of-side-social {
  width: 70%;
  height: 59px;
  background: white;
  margin-top: 65px;
  position: relative;
  right: 50%;
  transform: translateX(50%);
  white-space: nowrap;
  color: black;
  display: flex;
}

.down-of-side-social span {
  color: black;
  margin-top: 0;
  display: inline-block;
  padding-inline-end: 15px;
}

.content-doss {
  display: flex;
  align-items: center;
  margin-inline-start: 50%;
  transform: translateX(50%);
}

.content-of-articleb {
  display: flex;
  flex-wrap: wrap;
}


a.article-span::before {
  content: url(../img/Subtraction.svg);
  position: absolute;
  right: -15px;
  top: 0;
  opacity: 0;
  transition: 0.3s;
}

.article-box1:hover a.article-span::before {
  opacity: 1;
}

.artarchrow {
  flex-direction: row-reverse;
}

.content-of-articleb div.owl-item {
  height: 535px;
}

.content-of-articleb div.owl-dots {
  position: absolute;
  right: 50%;
  transform: translateX(50%);
}

.under-article-pic {
  background: #FCFCFC;
  width: 100%;
  height: 50px;
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  padding-inline-end: 15px;
}

.under-article-pic-in {
  display: flex;
}

.headarticlep {
  width: 100%;
  color: #025664;
  margin-top: 25px;
  padding-bottom: 20px;
  font-size: 18px;
  line-height: 26px;
}

.head-article-page {
  border: 1px solid #E6E6E6;
  width: 100%;
  padding-inline-end: 20px;
  padding-inline-start: 20px;
  padding-top: 20px;
}

.article-pic img {
  max-width: 100%;
}

.article-pic2 img {
  max-width: 100%;
  width: 100%;
}

.admin-of-article span, .date-of-article span {
  padding-inline-end: 10px;
  font-size: 13px;
  color: #777777;
  padding-inline-start: 10px;
}

.view-of-article span {
  font-size: 13px;
  color: #777777;
  padding-inline-start: 10px;
}

.admin-of-article, .view-of-article, .date-of-article {
  display: flex;
  align-items: center;
}

.date-of-article, .admin-of-article {
  padding-inline-end: 10px;
}

.content-of-article-page {
  border: 1px solid #E6E6E6;
  padding-inline-end: 20px;
  padding-inline-start: 20px;
  margin-top: 15px;
  padding-top: 20px;
}

.paragraph-of-article p {
  color: #6D6D6D;
  line-height: 32px;
  font-size: 16px;
}

.under-parag-box {
  border: 1px solid #025664;
  margin-top: 40px;
  padding: 20px 30px;
  position: relative;
}

p.p-in-box {
  font-size: 16px;
  line-height: 32px;
  color: #025664;
  position: relative;
}

.under-parag-box::before {
  border-bottom: 20px solid #025664;
  border-inline-end: 20px solid transparent;
  position: absolute;
  right: 0;
  bottom: 0;
  content: '';
}

.under-parag-box::after {
  border-top: 20px solid #025664;
  border-inline-start: 20px solid transparent;
  position: absolute;
  left: 0;
  top: 0;
  content: '';
}

p.p-in-box::after {
  content: url(../img/Rectangle-222.svg);
  position: absolute;
  right: -38px;
  top: 0;
  width: 15px;
  height: 25px;
  background: white;
}

p.p-in-box::before {
  content: url(../img/Path-2093.svg);
  position: absolute;
  left: 0;
  bottom: -22px;
  width: 25px;
  height: 15px;
  background: white;
  text-align: center;
}

p.under-box-pp {
  line-height: 32px;
  color: #025466;
  font-size: 16px;
  margin-top: 40px;
}

.titles-of-under-boxp {
  margin-bottom: 25px;
}

.right-of-list {
  border: 1px solid #025664;
  width: 37px;
  height: 34px;
  text-align: center;
  padding-top: 8px;
  position: relative;
}

.right-of-list::before {
  position: absolute;
  border-bottom: 14px solid #025664;
  border-inline-end: 12px solid transparent;
  right: 0;
  bottom: 0;
  content: '';
}

p.list-pp {
  color: #6D6D6D;
  line-height: 32px;
  font-size: 16px;
}

.titles-of-under-boxp-list {
  display: flex;
  align-items: center;
}

.list-p {
  max-width: 90%;
  margin-inline-start: 15px;
}

.all-of-under-titles {
  margin-top: 40px;
}

.right-of-catandshare span {
  font-size: 16px;
  color: #025664;
}

.right-of-catandshare a {
  color: #777777 !important;
  font-size: 13px;
  padding-inline-start: 5px;
  padding-inline-end: 5px;
  transition: 0.3s;
}
.right-of-catandshare a:hover {
  color:#025664 !important;
}
span.line-h {
  height: 1px;
  width: 55%;
  background: #F6F6F6;
  display: inline-block;
  padding-inline-end: 10px;
}

.left-of-catandshare {
  border: 1px solid #025664;
  width: 40px;
  height: 40px;
  text-align: center;
  padding-top: 6px;
  cursor: pointer;
}

.catandshare {
  display: flex;
  align-items: center;
  justify-content: space-between;
}



.article-tags span {
  color: #777777;
  font-size: 16px;
  white-space: nowrap;
}

.tags-box {
  display: flex;
  color: #A7B7CE;
  flex-wrap: nowrap;
  width: 100%;
  overflow-x: auto;
  align-items: center;
  white-space: nowrap;
}

.tags-box a {
  margin-inline-start: 15px;
  border: 1px solid #DEDEDE;
  color: #AFB7C2 !important;
  font-size: 15px;
  padding: 8px 12px;
  margin-inline-end: 10px;
  background: white;
}

.single-comment {
  border: 1px solid #DEDEDE;
  width: 100%;
  padding: 20px 25px;
}

.nav-tabs .nav-link.active {
  background: #FA7D09;
  color: white;
  border-radius: 0;
  border: none;
  padding: 12px 20px;
}

.nav-tabs .nav-link {
  border: 1px solid #F6F6F6;
  border-radius: 0;
  color: #AFB7C2;
  padding: 12px 20px;
}

.pic-of-commenter {
  max-width: 74px;
  min-height: 74px;
}

.date-of-comment, .time-of-comment {
  display: flex;
  align-items: center;
}

.information-of-comment {
  display: flex;
}

.dateandtime-of-comment {
  display: flex;
  align-items: center;
  margin-inline-start: 10px;
  margin-top: 18px;
  white-space: nowrap;
  flex-wrap: wrap;
}

.date-of-comment p, .time-of-comment p {
  font-size: 13px;
  color: #AFB7C2;
}

.svg-comment {
  background: #FCFCFC;
  width: 25px;
  height: 25px;
  text-align: center;
  margin-inline-end: 6px;
}

.svg-comment svg {
  margin-top: 50%;
  transform: translatey(-50%);
}

.time-of-comment {
  margin-inline-start: 15px;
}

.info-of-commenter strong {
  font-size: 16px;
  color: #2F5287;
  margin-inline-start: 10px;
}

.commentpar {
  color: #777777;
  font-size: 16px;
  line-height: 32px;
  text-align: right;
  margin-top: 15px;
  margin-bottom: 20px;
}

.replycmm {
  color: #a7a7a7 !important;
  font-size: 14px;
  border: 1px solid #E6E6E6;
  padding: 10px 20px;
  position: relative;
  margin-top: 15px;
}

.replycmm::after {
  content: url(../img/Group-617.svg);
  position: absolute;
  left: 4px;
  top: 10px;
}

.replycmm::before {
  border-bottom: 16px solid #E6E6E6;
  border-inline-end: 14px solid transparent;
  position: absolute;
  right: 0;
  bottom: 0;
  content: '';
  transition: 0.3s;
}

.replubuttun {
  display: flex;
  flex-direction: row-reverse;
}

.single-comment {
  position: relative;
}

.single-comment::before {
  border-bottom: 20px solid #025664;
  border-inline-end: 20px solid transparent;
  position: absolute;
  right: 0;
  bottom: 0;
  content: '';
}

.single-comment::after {
  border-bottom: 20px solid #025664;
  border-inline-start: 20px solid transparent;
  position: absolute;
  left: 0;
  bottom: 0;
  content: '';
}

.singlereply {
  width: 90%;
  border: 1px solid #F6F6F6;
  margin-top: 12px;
  padding: 20px 25px 7px 25px;
  background: #02566411;
  margin-inline-start: 10%;
}

.more-comments {
  height: 40px;
  width: calc(100% + 50px);
  background: #FCFCFC;
  margin: 0 -20px;
  display: flex;
  align-items: center;
  margin-top: 50px;
}

a.more-button {
  position: relative;
  margin-inline-start: 50%;
  transform: translateX(50%);
  font-size: 14px;
  color: #AFB7C2 !important;
  border-inline-end: 20px solid transparent;
  transition: 0.3s;
}

a.more-button::after {
  content: url(../img/Subtraction20.svg);
  position: absolute;
  top: 0;
  left: -16px;
}

.article-pic {
  position: relative;
}

.article-pic button.owl-next span {
  position: absolute;
  left: -20px;
  background: rgba(112, 112, 112, 0.25);
  color: white;
  border: none;
  width: 38px;
  height: 38px;
  font-size: 40px;
  top: 50%;
  transform: translateY(-50%);
}

.article-pic button.owl-prev span:hover {
  color: white;
  background: #00303F;
}

.article-pic button.owl-prev span {
  position: absolute;
  right: -20px;
  background: rgba(112, 112, 112, 0.25);
  color: white;
  border: none;
  width: 38px;
  height: 38px;
  font-size: 40px;
  top: 50%;
  transform: translateY(-50%);
}

.article-pic button.owl-next span:hover {
  color: white;
  background: #00303F;
}

th.head-th {
  background: #036C7E;
}

th.head-th span {
  margin-inline-start: 12px;
  color: white;
}

.content-head-th {
  display: flex;
  align-items: center;
}

.projectboxessingle div.owl-item {
  height: 420px;
}

.about-us-content {
  width: 100%;
  display: flex;
  margin-top: 105px;
}

.about-map {
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.16);
  z-index: 2;
  position: relative;
}

.about-content {
  background-image: linear-gradient(to right, #025664aa, #025664aa), url(../img/h1-rev-img-4.png);
  width: 110%;
  height: 562px;
  margin-top: 50px;
  margin-bottom: 50px;
  position: relative;
  right: -40px;
  padding-inline-start: 160px;
  padding-top: 52px;
  padding-inline-end: 85px;
}

.about-content-svg {
  background: white;
  border: 1px solid #fa7d09;
  width: 55px;
  height: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
}




.phone-content a {
  font-size: 18px;
  color: white !important;
  display: block;
}

.phone-content a:nth-child(1) {
  margin-bottom: 7px;
}

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

.phone-content {
  margin-inline-start: 24px;
}

.about-about p {
  color: white;
  max-width: 75%;
  margin-inline-start: 24px;
  font-size: 18px;
  line-height: 26px;
}

.span-key {
  color: #87A8DC;
  font-size: 16px;
  margin-bottom: 35px;
  margin-top: 15px;
}

.contact-us {
  border: 1px solid #FA7D09;
  width: 600px;
  padding-inline-start: 27px;
  padding-top: 27px;
  padding-inline-end: 28px;
  background: white;
  z-index: 2;
}

.contact-us span {
  color: #025664;
  font-size: 20px;
}

.contact-us input, .contact-us textarea {
  width: 100%;
  padding: 17px 27px;
  font-size: 14px;
  color: #AFB7C2;
  border: 1px solid #ECECEC;
  margin-bottom: 18px;
}

.contact-form {
  display: flex;
  flex-wrap: wrap;
}

.head-contact-us {
  margin-bottom: 27px;
}

.contact-us textarea {
  height: 150px;
}

.contact-us .down-side-talk {
  margin-top: 0;
  margin-bottom: 28px;
}
.form-contact-us{
	width:100% !important;
}

.content-about-background img {
  position: relative;
  bottom: 104px;
  width: 100%;
  margin-bottom: -104px;
}

.about-us-content1 {
  width: 100%;
  display: flex;
}

.about-us-1-title span {
  font-size: 22px;
  color: #FF4301;
}

.about-us-1-title {
  margin-top: 22px;
}

.aboutus-p {
  color: #A7A7A7;
  font-size: 16px;
  line-height: 30px;
  margin-top: 30px;
}

.about-us-content1 .about-title {
  background: transparent;
}

.right-of-abot-1 p {
  font-size: 20px;
  color: #025664
}

.right-of-abot-1 {
  display: flex;
  align-items: center;
  background: white;
  border: 1px solid #fa7d09;
  width: 240px;
  padding: 10px 5px;
  border-inline-end: 7px solid #fa7d09;
  position: absolute;
  bottom: 0;
}

.right-of-abot-1 span {
  font-size: 40px;
  color: #025664;
  margin-inline-start: 10px;
}

.right-img {
  width: 100%;
}

.right-img img {
  width: 100%;
}

.right-content-about-1 {
  position: relative;
}

.right-abot-2 .about-box {
  border-color: transparent;
}

.right-abot-2 .about-picture {
  position: relative;
  right: -85px;
}

.all-of-about-2 {
  width: 100%;
  display: flex;
  margin-top: 80px;
}

.left-about-2 span {
  color: #025664;
  font-size: 18px;
  line-height: 32px;
}

.left-about-2 p {
  color: #A7A7A7;
  font-size: 16px;
  line-height: 30px;
  margin-top: 25px;
}

.left-about-2 .itemm {
  display: flex;
  flex-wrap: wrap;
}

.left-about-2 .aitem1 {
  margin-bottom: 30px;
}

.about-content-3 .customers-title {
  margin-top: 0;
}

.about-content-3:hover .customers-title h3.enabout, .last-project-single:hover .customers-title h3.enabout, .team-people:hover .customers-title h3.enabout {
  color: #fa7d09;
  margin-inline-start: 90px;
}

.about-content-3:hover .customers-title hr.line2, .last-project-single:hover .customers-title hr.line2, .team-people:hover .customers-title hr.line2 {
  width: 70px;
  height: 10px;
  border-top: 3px solid #FA7D09;
  margin-top: -22px;
  transition: 0.5s;
  margin-inline-start: 0;
}

.last-project-single .customers-title h2 {
  color: #025644;
}

.customers-title hr.line1 {
  border-color: #025664;
}

.targett {
  width: 100%;
}

.head-of-table {
  width: 100%;
  height: 61px;
  background: #036C7E;
  color: white;
  font-size: 16px;
}

.head-of-table {
  display: flex;
  align-items: center;
  padding-inline-start: 22px;
  margin-top: 15px;
}

.head-of-table span {
  margin-inline-start: 15px;
}

.content-of-table ul li {
  background: #025664;
  display: flex;
  width: 50%;
  height: 55px;
  border: 1px solid #F6F6F6;
  border-inline-end-color: transparent;
  border-bottom-color: transparent;
  padding-inline-start: 45px;
  padding-top: 20px;
}

.content-of-table ul {
  display: flex;
  flex-wrap: wrap;
}

.content-of-table ul li span {
  color: #A7B7CE;
  font-size: 14px;
}

.content-of-table ul li p {
  color: white;
  font-size: 15px;
  margin-inline-start: 20px;
}

.about-content-3 .customers-title h2, .team-people .customers-title h2 {
  color: #025664;
}

.core-valuep p {
  color: #6D6D6D;
  font-size: 16px;
  line-height: 30px;
  position: relative;
}

.value-item {
  color: #025664;
  font-size: 16px;
  width: 474px;
  border: 1px solid #025664;
  height: 42px;
  padding-inline-start: 40px;
  position: relative;
  transition: 0.3s;
  padding-top: 11px;
  margin-bottom: 18px;
  max-width: 100%;
}

p.itemtitlep::before {
  content: url(../img/Subtraction2.svg);
  position: absolute;
  top: 0;
  right: -20px;
}

.value-item p {
  position: relative;
}

.value-item::before {}

.value-item:hover::before {
  border-bottom: 17px solid #fa7d09;
}

.value-item:hover {
  height: 164.36px;
  border-color: #fa7d09;
}

.value-item:hover p.item-paragraph {
  display: block;
}

p.item-paragraph {
  font-size: 15px;
  color: #6D6D6D;
  line-height: 30px;
  max-width: 90%;
  margin-top: 23px;
  display: none;
}

.people-box {
  position: relative;
  width: 250px;
  text-align: center;
  margin-bottom: 60px;
}

.people-information-box {
  width: 90%;
  position: relative;
  height: 85px;
  background: #F6F6F6;
  z-index: 2;
  top: 0;
  right: 50%;
  transform: translateX(50%);
  border: 1px solid #E6E6E6;
  padding-top: 10px;
  margin-top: -46px;
  transition: 0.3s;
}

.people-name {
  font-size: 16px;
  color: #025664;
  border-bottom: 1px solid #EFEFEF;
  padding-bottom: 15px;
}

.info-of-guy {
  font-size: 14px;
  color: #6D6D6D;
  margin-top: 9px;
}

.people-information-box::before {
  width: 0;
  height: 0;
  border-bottom: 20px solid #025664;
  border-inline-end: 17px solid transparent;
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  transition: 0.3s;
}

.people-information-box::after {
  width: 0;
  height: 0;
  border-bottom: 20px solid #025664;
  border-inline-start: 17px solid transparent;
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  transition: 0.3s;
}

.people-box:hover .people-information-box::after {
  border-bottom: 20px solid #fa7d09;
}

.people-box:hover .people-information-box::before {
  border-bottom: 20px solid #fa7d09;
}

.people-box:hover .people-information-box {
  top: 20px;
}

.people-box:hover .people-name {
  color: #fa7d09;
}

.people-img {
  position: relative;
  overflow: hidden;
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.people-img img {
  vertical-align: top;
  max-width: 100%;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.people-box:hover .people-img img {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}


.all-people-teamdm {
  margin-inline-start: 50%;
  transform: translateX(50%);
}

.all-of-value-item {
  margin-top: 40px;
}

.all-people-teamm div.owl-nav {
  display: none;
}

.property-back {
  display: flex;
}

.card-header {
  border-radius: 0 !important;
  background: none;
  border-bottom: none;
}

.card {
  border-radius: 0 !important;
  border: 1px solid #025664;
  margin-bottom: 18px;
  position: relative;
}

.card-body {
  color: #6D6D6d;
  font-size: 15px;
  line-height: 30px;
  padding-top: 0;
}

.card-header h5 {
  font-size: 16px;
  color: #025664 !important;
  text-decoration: none;
}

.btn-link {
  font-size: 16px;
  color: #025664 !important;
  position: relative;
}

.btn-link:focus, .btn-link:hover {
  text-decoration: none;
}



.collapsed::before {
  display: none;
}

.card::before {
  width: 0;
  height: 0;
  border-bottom: 17px solid #025664;
  border-inline-end: 17px solid transparent;
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  transition: 0.3s;
}

.all-tabs {
  border: 1px solid #F6F6F6;
  padding-top: 25px;
  padding-inline-start: 21px;
  padding-inline-end: 30px;
}

.comment-boxx .mb-3 {
  margin-bottom: 0 !important;
}

.comment-boxx a.nav-link {
  color: #AFB7C2 !important;
  font-size: 15px;
  border: 1px solid #F6F6F6;
  border-radius: 0 !important;
}

.comment-boxx {
  margin-top: 40px;
  width: 100%;
}

a.replycmm:hover {
  color: #025664 !important;
  transition: 0.3s;
}

.replycmm:hover::before {
  border-bottom: 16px solid #025664;
}

a.more-button:hover {
  color: #fa7d09 !important;
}

.card.is-active {
  border-color: #fa7d09;
}

.last-project-single {
  margin-bottom: 130px;
}

section.customers .customers-title hr.line1 {
  border-color: white;
}

.icon-of-support {
  background-image: linear-gradient(to bottom, #025664, #0393AB);
  width: 70px;
  height: 70px;
  border: 1.5px solid #707070;
  cursor: pointer;
  display: none;
  margin: 0px 0px 0px 0;
  position: fixed;
  bottom: 10px;
  z-index: 1000;
  display: flex;
  color: white;

  }

.icon-of-support img {
  margin-inline-start: 50%;
  transform: translateX(50%);
}

.support-form {
  display: none;
}

.support-box {
  width: 356px;
  background: #F6F6F6;
  border: 2px solid #025664;
  border-top-color: transparent;
}

.content-top-support {
  display: flex;
  align-items: center;
}

.top-of-support-box {
  background-image: linear-gradient(to bottom, #025664, #008298);
  height: 52px;
  color: white;
  font-size: 15px;
  display: flex;
  align-items: center;
  position: relative;
  padding-inline-start: 30px;
  width: 356px;
}

.top-of-support-box img {
  width: 30px;
}

.top-of-support-box::after {
  border-top: 30px solid #fa7d09;
  border-inline-start: 24px solid transparent;
  content: '';
  position: absolute;
  left: 0;
  top: 0;
}

.title-support-box {
  font-size: 15px;
  color: #6D6D6D;
  margin-inline-start: 15px;
  transition: 0.3s;
}

.title-support-box span {
  transition: 0.3s;
}

.left-phonesupport {
  display: flex;
  align-items: center;
}

.right-support-box p {
  font-size: 13px;
  color: #A7A7A7;
}

.support ul li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #E6E6E6;
  padding-inline-start: 28px;
  padding-top: 17px;
  padding-inline-end: 22px;
  padding-bottom: 22px;
  flex-wrap: wrap;
}
li:hover .title-support-box span {
  color: #FA7D09;
  margin-inline-start: 5px;
}

.support-form {
  background: #fff;
  padding-top: 15px;
  padding-inline-start: 27px;
  padding-inline-end: 27px;
  padding-bottom: 23px;
  display: none;
  transition: 1s;
}

.support-form input {
  width: 100%;
  border: 1px solid #E6E6E6;
  margin-bottom: 4px;
  padding: 12px 15px 14px 15px;
}

.support-form input::placeholder {
  color: #E6E6E6;
  font-size: 15px;
}

.support-form button {
  background: #FA7D09;
  width: 100%;
  font-size: 15px;
  color: #fff;
  border: none;
  padding: 18px 0;
  margin-top: 13px;
  cursor: pointer;
}

.support-box-open {
  display: block;
  margin: 0px 0px 0px 0;
  position: fixed;
  bottom: 10px;
  z-index: 1000;
  color: white;
}

.support-form-open {
  display: block;
}

a.support-phone-box {
  color: #6D6D6D !important;
}

#support-tab {
  cursor: pointer;
}

.login-back {
  background-image: url(../img/image-2-2.png);
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
}

.login-body {
  width: 100%;
  height: 100vh;
}

#supportp {
  position: absolute;
  right: 0;
}

.article-box1 img {
  height: 250px;
  width: 100%;
}

.date-info {
  display: flex;
}

.the-date-box {
  color: #a7a7a7;
  margin-inline-start: 10px;
}


.time-info {
  display: flex;
}

.projectboxcontent {
  color: #025664 !important;
  font-size: 12px;
  margin-inline-start: 18px;
  margin-top: 20px;
  display: block;
  margin-inline-start: 10px;
}

.all-of-artbox .project-box1 img {
  width: 100%;
  height: 250px;
  transition: 0.3s;
}

.right-of-catandshare ul {
  display: flex;
}

.right-of-catandshare {
  display: flex;
	align-items:end;
}

.projectboxcontent ul {
  display: flex;
}

.on-slider-absolute {
  position: absolute;
  width: 100%;
  z-index: 3;
}

.onslide {
  display: flex;
  justify-content: flex-end;
}

.all-of-404 {
  display: flex;
  margin-top: 100px;
  justify-content: center;
}
.bigger-404-img {
    position: absolute;
    top: 42px;
    right: 56px;
    z-index: 2;
}.letter-404-img {
    position: absolute;
    top: 75px;
    right: 45px;
}
.img404center{
  position: relative;
}
.center-404-img{
  display: flex;
}
.title-404 {
  margin-top: 40px;
}

.title-404 span {
  font-size: 20px;
  color: #7E7E7E;
}

.customer-info p {
  color: #a7a7a7;
  margin-inline-start: 10px;
}

.projectboxcontent ul li a {
  color: #025664 !important;
}

.error4040404 {
  text-align: center;
}

.error4040404 a.get-tell-button {
  margin-top: 40px;
  margin-bottom: 80px;
}

.pic-of-commenter img {
  width: 100%;
  height: 100%;
}

.comment-reply-title {
  font-size: 16px;
  color: #025664;
  margin-top: 20px;
  margin-bottom: 20px;
}

.comment-form {
  border: 1px solid #fa7d09;
  padding: 20px;
}

.logged-in-as {
  color: #777777;
  margin-bottom: 20px;
}

#comment {
  width: 100%;
  border: 1px solid #ECECEC;
  padding: 20px;
  color: #AFB7C2;
  margin-top: 10px;
}

.send-comment {
  height: 45px;
  padding-inline-end: 40px;
  padding-inline-start: 40px;
  background: white;
  font-size: 16px;
  display: block;
  text-align: center;
  padding-top: 12px;
  position: relative;
  border: 2px solid #025664;
  overflow: hidden;
  transition: 0.3s;
  cursor: pointer;
  margin-top: 20px;
}

input.submit-btn {
  background: none;
  border: none;
  color: #025664 !important;
}

.send-comment:hover {
  border-color: #fa7d09;
}

input.submit-btn {
  transition: 0.3s;
}

.send-comment:hover .morabaa {
  transform: rotate(66deg) translate(0, 15px);
  opacity: 1;
}

.send-comment:hover input.submit-btn {
  color: #fa7d09 !important;
  margin-inline-end: 15px;
  margin-inline-start: -15px;
}

.send-comment::before {
  border-top: 16px solid #025466;
  border-inline-end: 13px solid transparent;
  content: '';
  position: absolute;
  right: 0;
  top: 0px;
  transition: 0.3s;
  opacity: 1;
  z-index: 2;
}

.send-comment {
  position: relative;
}




.send-comment:hover::after {
  content: url(../img/union-11.svg);
  bottom: 2px;
  left: 7px;
  border: none;
  z-index: 3;
}

.send-comment:hover::before {
  transform: translateX(50px);
  opacity: 0;
}

.comment {
  margin-top: 20px;
}

.post-comments {
  margin-top: 40px;
}

#author, #email {
  width: 100%;
  padding: 17px 27px;
  font-size: 14px;
  color: #AFB7C2;
  border: 1px solid #ECECEC;
  margin-bottom: 18px;
  margin-top: 10px;
}

.comment-form-cookies-consent label {
  color: #025664;
  margin-inline-start: 10px;
}

#wp-comment-cookies-consent {
  margin-inline-start: 15px;
}

.comment-reply-link {
  color: #a7a7a7 !important;
  font-size: 14px;
  border: 1px solid #E6E6E6;
  padding: 5px 20px;
  position: relative;
  margin-top: 15px;
}

.comment-reply-link::after {
  content: url(../img/Group-6217.svg);

  position: absolute;
  left: 4px;
  top: 10px;
}
.comment-reply-link:hover::after {

  content: url(../img/Group617.svg);

}
.comment-reply-link::before {
  border-bottom: 16px solid #E6E6E6;
  border-inline-end: 14px solid transparent;
  position: absolute;
  right: 0;
  bottom: 0;
  content: '';
  transition: 0.3s;
}

a.comment-reply-link:hover {
  color: #025664 !important;
  transition: 0.3s;
  border: 1px solid #025664 !important;
}

.comment-reply-link:hover::before {
  border-bottom: 16px solid #025664;
}

.children .single-comment {
  border: none;
}

.children .single-comment::before, .children .single-comment::after {
  display: none;
}

.children .single-comment {
  width: 90%;
  border: 1px solid #F6F6F6;
  margin-top: 12px;
  padding: 20px 25px 25px 25px;
  background: #02566411;
  margin-inline-start: 10%;
}

span.date {
  color: #025664;
}

.meta .content {
  margin-top: 15px;
}

.no-rev-desc {
  color: #025664;
  margin-top: 15px;
}

.button-row {
  display: flex;
  flex-direction: row-reverse;
  margin-top: 20px;
}

@keyframes image-404 {
  0% {transform:rotate(0deg);}
  100% {transform:rotate(360deg);}
}
@keyframes image-4040 {
  0% {transform:rotate(0deg);}
  100% {transform:rotate(-360deg);}
}
img.bigger-404-img{
  animation: image-4040 5s  infinite linear !important;

}
.img404center img {
  animation: image-404 5s  infinite linear;
}
.navigation li a,
.navigation li a:hover,
.navigation li.active a,
.navigation li.disabled {
 color: #fff;
 text-decoration:none;
}

.navigation li {
 display: inline;
}
.contact-us input{
    width: 100%;
}
.contact-form label{
width: 100%;color: #6D6D6D;
}
.paragraph-of-article p{
  width: 100%;
}
.contact-us input[type=submit]{
padding:  15px 40px;
background: white;
color: #025664 !important;
font-size: 16px;
display: block;
text-align: center;
padding-top: 12px;
position: relative;
border: 2px solid #025664;
overflow: hidden;
transition: 0.3s;
cursor: pointer;
margin-bottom: 0;
}
.submitbutton{
  position: relative;
  display: inline-block;
  overflow: hidden;
}
.submitbutton::before {
    border-top: 16px solid #025466;
    border-left: 13px solid transparent;
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    transition: 0.3s;
    opacity: 1;
    z-index: 10;
}
.submitbutton:hover::before {
    transform: translateX(50px);
    opacity: 0;
}
.submitbutton::after{
border-bottom: 17px solid #025466;
border-right: 17px solid transparent;
content: '';
position: absolute;
left: 0;
z-index: 10;
bottom: 0;
transition: 0.3s;
}
.pagination{
justify-content: center !important;
}
.submitbutton.morabaa{
left: -35px;
top: -7px;
opacity: 1;
border: none;
width: 80px;
height: 80px;
transform: rotate(60deg) translate(-20px, 53px);
background: #fa7d09;
z-index: 2;
opacity: 0;
position: absolute;
transition: 0.3s;
}
.submitbutton:hover .morabaa{

transform: rotate(66deg) translate(0, 15px);
    opacity: 1;
}
.submitbutton:hover::after{
  content: url(../img/union-11.svg);
    bottom: 2px;
    left: 7px;
    border: none;
    z-index: 3;
}
.submitbutton:hover input[type="submit"] {
    border-color: #fa7d09;
    color: #fa7d09 !important;
    padding: 13px 20px 13px 60px;
}
.contact-form span input{
  margin-top: 15px;
}
.submitallbutton{
  display: flex;
  justify-content: left;
}
@media (max-width: 575px){
  .submitbutton{
    width: 100% !important;
  }
}

.desc{
  width: 100%;
}
.yourmesssage{
  width: 100%;
}
.yourmesssage span textarea{
margin-top: 15px;
}
.fullform{
  width: 100%;
}
.signupside input{
    border: 1px solid #c5c5c5;
    height: 52px;
    width: 301px;
        z-index: 2;
    top: 45px;
    right: 85px;
    padding: 15px;
margin-top: 15px;
}
.signupside label{
  margin-top: 10px;
  color: #6e6e6e;
}
.signupside input[type="submit"] {
  background: #025664;
  color: #fff;
}
.last-side-projects ul li {
    width: 100%;
    height: 90px;
    border: 1px solid #E6E6E6;
    margin-top: 8px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 12px;


}



.pageination {
  display: flex;
  justify-content:center;

}
ul.page-numbers{
  display: flex;
margin-top: 70px;
padding: 15px 30px;
}
ul.page-numbers li{

    margin: 0 10px;
    border: 1px solid #025664;
    padding: 7px 10px;
    position: relative;
    transition: 0.3s;
}
ul.page-numbers li a{
  color: #025664 !important;
  transition: 0.3s;
}
ul.page-numbers li::before{
  border-bottom: 10px solid #025664;
  border-inline-end: 10px solid transparent;
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  transition: 0.3s;

}
ul.page-numbers .current{
  color: #fa7d09;
}
ul.page-numbers li::after{
  border-top: 10px solid #025664;
  border-inline-start: 10px solid transparent;
  content: '';
  position: absolute;
  left: 0;

  top: 0;
  transition: 0.3s;

}
ul.page-numbers li.current{
  background: red !important;
}
ul.page-numbers li:hover::after{
  border-top-color: #fa7d09;
}
ul.page-numbers li:hover::before{
  border-bottom-color:  #fa7d09;

}
ul.page-numbers li:hover,ul.page-numbers li:hover a,ul.page-numbers li:hover span{
  border-color: #fa7d09;
  color: #fa7d09 !important
}
.contact-us .ajax-loader{
position: absolute;
right: -20px;
top: 5px;
}

.submitbutton{
margin-bottom: 20px;
}
.submitbutton .wpcf7-spinner{
    display:none;
}
.cats a{
  margin-left: 5px;
}
.cats a::after{
  content: ' ,';
}
.cats a:last-child::after{
  content: '';
}
form.sent{
  color: #025664;
}

.slider-projectltr button.owl-prev span {
  position: absolute;
  right: -18px;
  background: rgba(112, 112, 112, 0.25);
  color: white;
  border: none;
  width: 38px;
  height: 38px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 40px;
}
.slider-projectltr button.owl-next span {
  position: absolute;
  left: -18px;
  background: rgba(112, 112, 112, 0.25);
  color: white;
  border: none;
  width: 38px;
  height: 38px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 40px;
}
.slider-articleltr button.owl-prev span {
  position: absolute;
  right: -18px;
  background: rgba(112, 112, 112, 0.25);
  color: white;
  border: none;
  width: 38px;
  height: 38px;
  bottom: 45%;
  transform: translateY(-50%);
  font-size: 40px;
  top: 50%;
}
.slider-articleltr button.owl-next span {
  position: absolute;
  left: -15px;
  background: rgba(112, 112, 112, 0.25);
  color: white;
  border: none;
  width: 38px;
  height: 38px;
  bottom: 45%;
  transform: translateY(-50%);
  font-size: 40px;
  top: 50%;
}
.comment-body {
  border: 1px solid #dedede;
  padding: 20px 25px;
position: relative;
}
.comment-body::before{
  border-bottom: 20px solid #025664;
  border-right: 20px solid transparent;
  position: absolute;
  left: 0;
  bottom: 0;
  content: '';

}
.comment-body::after{
border-bottom: 20px solid #025664;
border-left: 20px solid transparent;
position: absolute;
right: 0;
bottom: 0;
content: '';
}
.children{
  width: 95%;
  margin-inline-start: 5%;
}
.form-submit input[type="submit"]{
  border-radius: 0;
  border: 1px solid #025664;
  background: none;
  padding: 10px 20px;
  margin-top: 20px;
}

.children .comment-body::after , .children .comment-body::before{
display: none;
}
.children .comment {
  background: #02566411;
}
p.comment-form-comment , p.comment-form-author , p.comment-form-email {
  margin-top: 10px;
  margin-bottom: 10px;
  color: #025664;
}
p.comment-form-url{
  display: none;
}
.commentform input{
  margin-top: 10px;
}


.comment-author{
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
span.says{
  display: none;
}
.comment-author a{
  color: #025664 !important;
  margin-right: 10px;
}
.commentmetadata a{
  color: #AFB7C2 !important;
  margin-top: 10px;
}
.commentlist p{
  margin-top: 20px;
  margin-bottom: 10px;
  color: #777777;
}
.reply{
  margin-top: 20px;
}
.comment-author img{
  width: 74px;
  height: 74px;
  object-fit: cover;
  margin-right: 10px;
}  
span.about-boxp{
  font-size: 40px;
}
.change-lang ul{
  display: flex;
}
.change-lang ul li{
  margin-inline-end: 10px;
}
.woocommerce table.shop_table{
  border-radius: 0;
}
.product-name a{
  color: #025664 !important;
}
.button{
background: white !important;
color: #025664 !important;
border-radius: 0 !important;
padding: 15px 20px !important;
  position: relative;
  border: 1px solid #025664 !important;
  transition: 0.3s;
  font-weight: 500 !important;
  font-size: 16px !important;
}
.button:hover::after{
  border-bottom-color: #fa7d09;
}
.button:hover::before {
border-top-color: #fa7d09;
}
.button:hover{
  color: #fa7d09 !important;
  border: 1px solid #fa7d09 !important;
}
.button::before{
  border-top: 15px solid #025664;
  border-left: 15px solid transparent;
  position: absolute;
  right: 0;
  top: 0;
  content: '';
transition: 0.3s;
}

.woocommerce-input-wrapper {
  width: 100%;

}
.woocommerce-input-wrapper input{
  border: 1px solid #e6e6e6;
  padding: 5px 10px;
}
.woocommerce form .form-row label{
  color: #025664 !important;
}
.woocommerce .col2-set{
  border: 1px solid #E6E6E6;
  padding: 30px 5px;

  position: relative;
}
.select2-container--default .select2-selection--single , .woocommerce-input-wrapper textarea ,.woocommerce form.checkout_coupon ,#coupon_code{
  border-radius: 0;
  border: 1px solid #e6e6e6 !important;
}
.woocommerce-additional-fields h3 , .woocommerce-billing-fields h3 ,.cart_totals h2 ,.woocommerce-order-details h2 ,.woocommerce-customer-details h2{
  color: #025664;
  font-size: 18px;
  font-weight: 500;
  padding-bottom: 10px;
}
#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment{
  border-radius: 0 !important;
}
 .woocommerce-form-coupon p ,.woocommerce-order p{
  color: #025664;
  font-size: 18px;
  font-weight: 500;
  padding: 20px 0;
}
.woocommerce-order p{
color: #fff;
font-size: 18px;
font-weight: 500;
padding: 20px 0;
background: #025664;
text-align: center;
margin-bottom: 20px;
}
form.checkout h3 {
color: #fff;
font-size: 18px;
font-weight: 500;
padding: 20px 0;
background: #025664;
text-align: center;
}
.woocommerce .col2-set::after {
  border-bottom: 15px solid #025664;
  border-left: 15px solid transparent;
  position: absolute;
  right:0;
  bottom: 0;
  content: '';
  transition: 0.3s;
}
.woocommerce .col2-set::before{
  border-bottom: 15px solid #025664;
  border-right: 15px solid transparent;
  position: absolute;
  left:0;
  bottom: 0;
  content: '';
  transition: 0.3s;
}

span.woocommerce-Price-amount{
  color: #414141;
}
td.product-name , .order-total th, .cart-subtotal th{
  color: #777777 !important;
}
.wc-proceed-to-checkout{
  display: flex;
  justify-content: left;
}
input.coupon_code{
  margin-left: 20px !important;
  width: 100px;
}
tr.cart_item{
  position: relative;
}
.woocommerce ul.order_details li strong{
  margin-top: 10px;
}
.order_details td{
  color: #6d6d6d;
}
address {
  border-radius: 0 !important;
  padding: 13px 13px !important;
  line-height: 28px;
  color: #6e6e6e;
}
/****************************PRODUCT_BOX*********************************/
form.checkout{
  display: flex;
  flex-wrap: wrap;
}
.woocommerce-NoticeGroup.woocommerce-NoticeGroup-checkout {
  width: 100%;
}
.cart-count{
  opacity: 1;
  background: #fa7d09;
  color: #fff;
  font-size: 12px;
  padding: 2px 7px;
  position: absolute;
  bottom: -1px;
  right: -9px;

}
.woocommerce-mini-cart__buttons a.button{
  font-size: 14px !important;
}
form.checkout input{
  background: #F6F6F6;
  border: 1px solid #ECECEC;
padding: 10px;
}
.select2-container--default .select2-selection--single, .woocommerce-input-wrapper textarea, .woocommerce form.checkout_coupon, #coupon_code{
  background: #F6F6F6;
  border: 1px solid #ECECEC;

}
.woocommerce-input-wrapper textarea{
  height: 200px !important;
}
#order_review .product-name{
  width: 70%;
  background: #F6F6F6;
  color: #025664;
}
#order_review .product-total{
  background: #F6F6F6;
  color: #025664;
}
.woocommerce-billing-fields__field-wrapper , #order_comments_field {
  border: 2px solid #025664;
  padding: 15px;
  margin-bottom: 40px;
}
.woocommerce-checkout-review-order{
  border: 2px solid #025664;
}
form.checkout_coupon {
  display: flex;
  justify-content: space-between;
  background: white !important;
}
form.checkout_coupon p:nth-last-child(2){
  width: 14%;
}
input#coupon_code{
  background: white !important;
  padding: 10px;
}
.woocommerce-table--order-details th , .woocommerce-thankyou-order-details li{
  color: #6d6d6d;
}
.woocommerce ul.products li.product{
  border: 1px solid #C4C4C4;
  text-align: center;
  padding-bottom: 70px;
  margin-top:25px ;
}

.woocommerce ul.products li.product a img {
  width: 100%;
  height: 260px;
  object-fit: cover;
  margin: 0 !important;
}

.woocommerce ul.products li.product h2 , .woocommerce ul.products li.product span.price {
  margin: 10px 15px !important;
  margin-bottom: 10px;
  margin-bottom: 0 !important;
}
.woocommerce ul.products li.product .button{
border: none !important;
  color: #949394 !important;
  margin: 0 !important;
  background: none !important;
  position: absolute;
  bottom: 0;
  right: 50%;
  transform: translateX(50%);
  white-space: nowrap;
  width: 100%;
  border-top: 1px solid #c4c4c4 !important;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
}
.woocommerce ul.products li.product .button:hover{
color:#FA7D09 !important;
}
.woocommerce ul.products li.product .button::after {
  display: none;
}
.woocommerce ul.products li.product .button::before {
  content: url("../img/shopping-cart.svg") !important;
  border: none;
  right: 65px;
  top: 10px;
  margin-inline-end: 5px;
  position: static;
}
.woocommerce ul.products li.product .button:hover::before {
  content: url("../img/shopping-cart-hover.svg") !important;
}
.woocommerce ul.products li.product h2{
  color: #7E7E7E;
}
.woocommerce ul.products li.product span.woocommerce-Price-amount{
  color: #025664;
}
.woocommerce ul.products li.product span.woocommerce-Price-currencySymbol{
 color:  #7E7E7E;
}
.woocommerce ul.products li.product .star-rating {
  right: 50%;
  transform: translateX(50%);
}
.woocommerce span.price{
  margin-top: 10px !important;
}
.woocommerce .star-rating span::before {
  color: #FECA41;
}
.woocommerce ul.products li.product::before{

  border-bottom: 25px solid #025664;
  border-bottom-color: rgb(2, 86, 100);
  border-left: 25px solid transparent;
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  transition: 0.3s;
z-index: 10;
}
.woocommerce ul.products li.product::after{
  border-bottom: 25px solid #025664;
  border-bottom-color: rgb(2, 86, 100);
  border-right: 25px solid transparent;
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  transition: 0.3s;
  z-index: 10;
}
.added_to_cart{
 display: none !important;

}
.added_to_cart:hover{
  color: #fa7d09 !important;
}
.woocommerce ul.products li.product a.loading::before{
  -webkit-animation:fa-spin 2s linear infinite;
  animation: fa-spin 2s linear infinite;
}
.woocommerce ul.products li.product a.loading::before{
  font-size: 25px;
}
.woocommerce ul.products li.product a.loading::before , .woocommerce ul.products li.product a.loading:hover::before{
  content: "\f013" !important;
  font-family: "Font Awesome 5 Free" !important;

}
.woocommerce ul.products li.product a.added::before , .woocommerce ul.products li.product a.added:hover::before  {
  content: '' !important;
  border: none;
  right: 70px;
  top: 10px;
  border-left: 4px solid #fa7d09 !important;
  border-bottom: 4px solid #fa7d09 !important;
  width: 25px;
  height: 12px;
  transform: rotate(-45deg) !important;

}
.woocommerce-MyAccount-navigation ul li a{
  color: #757575 !important;
  transition: 0.3s;

}
.woocommerce-MyAccount-navigation ul li.is-active a{
  color: #ffffff !important;
  font-size: 18px;
  font-weight: 500;
}
.woocommerce-MyAccount-navigation ul li{
  padding: 10px 5px;
  border-bottom: 1px solid #ededed;
  border-inline-end: 1px solid #ededed;
  transition: 0.3s;
}
.woocommerce-MyAccount-navigation ul li.is-active , .woocommerce-MyAccount-navigation ul li:hover{
  border-inline-end: #fa7d09;
  background: #025664;

}
.woocommerce-MyAccount-navigation ul li:hover a{
  color: #ffffff !important;
}
.woocommerce-MyAccount-navigation ul li:nth-last-child(1):hover{
  background: #D61727;
}
.woocommerce-MyAccount-content{
  line-height: 30px;
  color: #757575;
}
.woocommerce-MyAccount-content a {
color: #484848 !important;
  font-weight: 500;
  font-size: 17px;
}
.woocommerce-cart-form thead{
  background: #025664;
  color: #ffffff;
}
.cart_totals h2{
  background: #025664;
  padding: 10px 0;
  text-align: center;
  color: #ffffff;
}
.woocommerce-MyAccount-content p:nth-last-child(2) a{
  color: #D61727 !important;
}
.woocommerce-MyAccount-orders thead{
  padding: 15px 0;
  color: white;
  background: #025664;
}
.woocommerce table.my_account_orders th{
  padding: 15px;
}
.woocommerce table.my_account_orders a.button{
  padding: 10px 20px !important;
}
.woocommerce-Addresses h3{
  color: #025664;
  font-size: 17px;
  font-weight: 500;
}
form.woocommerce-EditAccountForm input{
  background: #F6F6F6;
  border: 1px solid #ECECEC;
  padding: 10px;

}
.related h2{
  display: none;
}
.related li h2{
  display: block !important;
}
.woocommerce-address-fields__field-wrapper input{
  background: #F6F6F6;
  border: 1px solid #ECECEC;
  padding: 10px;

}
ol.flex-control-thumbs{
  display: flex;
  justify-content: space-between;

}
ol.flex-control-thumbs li img{
  width: 92px;
  height: 72px;
  object-fit: cover;
}
.woocommerce p.stars a::before {
  color: #FECA41;
}
.excerpte p{
  line-height: 25px;
  color: #757575;
}
.woocommerce-Tabs-panel--description p{
  color: #212529;
  line-height: 25px;
}
ul.wc-tabs{
  display: flex;
}
ul.wc-tabs li{
  padding: 10px;
  color: #AFB7C2 !important;
  font-size: 15px;
  border: 1px solid #F6F6F6;
}
ul.wc-tabs li.active{
  background: #fa7d09 !important;

}
ul.wc-tabs li.active a {
  color: #ffffff !important;
}
ul.wc-tabs li a{
color: #AFB7C2 !important;}
.woocommerce-Tabs-panel--description , .woocommerce-Tabs-panel--reviews{
  border: 1px solid #F6F6F6;
  padding: 20px;
}
.woocommerce-Tabs-panel--description h2{
  display: none !important;
}
.woocommerce-product-rating a{
  color: #757575 !important;
}
.woocommerce ul.products li.product .onsale {
  border-radius: 0;
  background: #fa7d09;
}
.siderecentproduct ul.products {
  display: block;
}

.siderecentproduct ul.products li.product{
  width: 100% !important;
}
select.orderby{
  border-radius: 0;
  border: 1px solid #d6d6d6;
  padding: 8px;

}
.woocommerce ul.product_list_widget li{
  border: 1px solid #c4c4c4;
  padding: 10px;
  margin: 10px 0;
}
ul.product_list_widget .star-rating{
display: none;
}
ul.product_list_widget li a{
  color: #777777 !important;
  transition: 0.3s;
}
ul.product_list_widget li:hover a{
  color: #025664 !important;
}
ul.product_list_widget li span.woocommerce-Price-amount{
  color: #025664;
}
ul.product_list_widget li span.woocommerce-Price-amount .woocommerce-Price-currencySymbol{
  color: #7e7e7e;
}
ul.product_list_widget li::before {
  content: '';
  position: absolute;
  border-top: 20px solid #E6E6E6;
  border-left: 15px solid transparent;
  right: 0;
  top: 0;
  transition: 0.3s;
}
ul.product_list_widget li {
  position: relative;
}
ul.product_list_widget li:hover::before{
  border-top: 20px solid #025664;
}
.product-categories li.cat-item {
  border: 1px solid #E6E6E6;
  width: 100%;
  height: 53px;
  align-items: center;
  padding-inline-start: 23px;
  padding-inline-end: 20px;
  margin-top: 8px;
  transition: 0.3s;
  position: relative;
  display: flex;
  justify-content: space-between;
  position: relative;
}
.product-categories li.cat-item a {
  color: #A7A7A7 !important;
  transition: 0.3s;
  font-weight: 500;
  position: relative;
}
.product-categories li.cat-item::before {
  content: '';
  position: absolute;
  border-top: 20px solid #E6E6E6;
  border-left: 15px solid transparent;
  right: 0;
  top: 0;
  transition: 0.3s;
}
.product-categories li:hover a{
color: #025664 !important;
margin-inline-start: 15px;
}
.product-categories li.cat-item a::before {
content: url(../img/subtraction2.svg);
position: absolute;
right: -15px;
transform: translateX(0px);
opacity: 0;
transition: 0.3s;
}
.product-categories li.cat-item:hover a::before{
transform: translateX(0px);
opacity: 1;
}
.woocommerce ul.products li.product .price ins {
  display: block;
  margin-top: 5px;
}
.woocommerce ul.products li.product{
  box-shadow: 0 0 20px rgba(0,0,0,0.1);

}
.woocommerce ul.product_list_widget li , .woocommerce ul.products li.product{
  line-height: 25px;
}
.woocommerce .woocommerce-product-rating .star-rating{
  float: left;
  right: auto;
  transform: none;
}
.woocommerce .woocommerce-product-rating .woocommerce-review-link{
  color: #025664 !important;
}
.woocommerce-Reviews-title{
  margin: 20px 0;
  color: #025664;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text{
  border-radius: 0;
  position: relative;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text::after{

  border-bottom: 20px solid #025664;
  border-bottom-color: rgb(2, 86, 100);
  border-right: 20px solid transparent;
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  transition: 0.3s;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text::before{
  border-bottom: 20px solid #025664;
  border-bottom-color: rgb(2, 86, 100);
  border-left: 20px solid transparent;
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  transition: 0.3s;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta{

  font-size: 16px;
  color: #025664;
  margin: 0 0 20px 0;

}
#commentform{
  margin-top: 20px;
}
.comment-form-rating label{
  margin-bottom: 10px;
  color: #025664;
}
#reply-title{
  font-style: 18px;
}
.tags-box:hover a{
  color: #025664 !important;
}
.product-slider img{
  width: 100%;
  height: 350px !important;
  object-fit: cover;
}
.product-info {
  width: 380px;
  height: 300px;
  background: #FFFFFF;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10%;
  padding: 20px;
  border: 1px solid #E6E6E6;
}
.product-info .woocommerce-product-details__short-description p{
  color: #6D6D6D;
  font-size:15px;
  margin-top: 20px;
  height: 130px;
  overflow: hidden;
  line-height: 25px;
}
.product-info .variations select{
  width: 100px;
}
.product-info form.cart{
  display: flex;
  margin-top: 15px;

}
.product-info h1{
color: #025664;
  font-size: 18px;
}
.product-info .product-box p {
  height: 65px;
  overflow: hidden;
  display: flex;
  width: 50%;
  justify-content: center;
  align-items: center;
  border-top: 1px solid #EFEFEF;
  flex-wrap: wrap;
}
.product-info .product-box form.cart{
width: 50%;
display: flex;
align-items: center;
justify-content: center;
  border-top: 1px solid #EFEFEF;
  margin-top: 0 !important;

}
.product-info .button {
  border: none !important;
  border-top-color: currentcolor;
  border-top-style: none;
  border-top-width: medium;
  color: #949394 !important;
  margin: 0 !important;
  background: none !important;
  white-space: nowrap;
}
.product-info .button::after {
  display: none;
}

.product-info .button::before {

  content: url("../img/shopping-cart.svg") !important;
  border: none;
  right: 65px;
  top: 10px;
  margin-inline-end: 5px;
  position: static;

}
.product-info .button:hover::before {
  content: url("../img/shopping-cart-hover.svg") !important;
}
.woocommerce ul.products li.product a.loading::before , .woocommerce ul.products li.product a.loading:hover::before{
  content: "\f013" !important;
  font-family: "Font Awesome 5 Free" !important;

}
.woocommerce ul.products li.product a.added::before , .woocommerce ul.products li.product a.added:hover::before  {
  content: '' !important;
  border: none;
  right: 70px;
  top: 10px;
  border-left: 4px solid #fa7d09 !important;
  border-bottom: 4px solid #fa7d09 !important;
  width: 25px;
  height: 12px;
  transform: rotate(-45deg);

}
form.cart .quantity{
  margin-inline-end: 10px;
}
form.cart .quantity input {
  height: 48px;
  background: #e6e6e6;
  border: 1px #e6e6e6;
}
.woocommerce ul.product_list_widget li img {
  float: right !important;
  margin-right: 4px;
  width: 32px;
  height: auto;
  box-shadow: none;
  margin-left: 10px;
}
.product-box .quantity{
  display: none;
}
.woocommerce ul.products::after, .woocommerce ul.products::before {
  display: none;
}
.woocommerce-variation-add-to-cart{
  display: flex;
  margin-top: 15px;
}
.variations select{
  background: #e6e6e6;
  border: 1px #e6e6e6;
height: 50px;
}
.single_variation {
  margin-top: 10px;
  line-height: 25px;
  color: #025664;
}
.variations td{
  color: #025664;
  margin-inline-end: 10px;
}

.side-cart {
  position: fixed;
  width: 300px;
  height: 100%;
  background: #ffffff;
  top: 0;
  left: -100%;
  z-index: 300;
  transition: 0.3s;
  overflow-y: auto;
}
.sidecartopen {
  display: flex;
  flex-direction: column;
  position: fixed;
  width: 300px;
  height: 100%;
  background: #FFFFFF;
  top: 0;
  left: 0;
  z-index: 300;
  padding: 20px;
}
.side-cart-back{
  width: 100%;
  height: 100%;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 9;
  opacity: 0;
  visibility: hidden;
}
.show5{
  opacity: 0.5;
  visibility: visible;
}
.side-cart span{
  color: #025664;
  font-style: 18px;
  text-align: center;
}
.woocommerce-mini-cart__empty-message{
  color: #025664;
  margin-top: 20px;
}
.side-cart ul.product_list_widget li.woocommerce-mini-cart-item{
  border: none !important;
}
.side-cart ul.product_list_widget li.woocommerce-mini-cart-item::before{
  display: none !important;
}
.side-cart .woocommerce-mini-cart__buttons {

  position: absolute;
  bottom: 0;
  padding: 20px 16px;
  display: flex;
  width: 100%;
  justify-content: space-between;
  background: white;
}
.side-cart .woocommerce-mini-cart__total{
  position: absolute;
  bottom: 85px;
  background: white;
  padding: 20px;
}
.my-icon-wrapper{
  font-size: 25px;
  color: #FFFFFF;
  cursor: pointer;
}
.woocommerce-EditAccountForm p{
  display: block;
}
.share-back{
  transition: 0.3s;
}
.product-slider .item{
  position: relative;
}
.product-box{
  display: flex;
  justify-content: space-between;
  position: absolute;
  bottom: 0;
  right: 50%;
  transform: translateX(50%);
  width: 100%;
  height: 65px;
}
.line-pro{
  width: 1px;
  height: 100%;
  background: #EFEFEF;

}
.product-slider .owl-dots{

  position: absolute;
  bottom: 30px;
  right: 70%;
  transform: translateX(70%);

}
.product-slider .owl-nav button.owl-next span , .product-slider .owl-nav button.owl-prev span{
  color: white;
  border: none;
  width: 38px;
  height: 38px;
  font-size: 40px;
transition: 0.3s;
  margin: 0 10px;
}
.product-slider .owl-nav button.owl-next span:hover , .product-slider .owl-nav button.owl-prev span:hover{
  color: #fa7d09;
}

.product-slider .owl-nav {
  position: absolute;
  left: 60px;
  bottom: 20px;
}
.pro-icon , .pro-icon:hover{
  font-size: 25px;
  color: #ffffff;
}
.user-logine p{
  color: #025664;
  font-size: 20px;
text-align: center;

}
.user-logine {
display: flex;
flex-direction: column;
justify-content: center;
}
.user-logine a{
  margin-top: 30px;
}
#customer_login{
  display: flex;
}
.woocommerce-form-login input , .woocommerce-form-register input{
background: #F6F6F6;
border: 1px solid #ECECEC;
padding: 10px;
}
.woocommerce-form-login p{
  display: block;
}
button.button .morabaa , a.button .morabaa{
  top:-4px;
}
.woocommerce table.my_account_orders a.button .morabaa{
  top: -14px;
  }
button.button:hover .morabaa, a.button:hover .morabaa {
  transform: rotate(68deg) translate(-14px, 37px);
  opacity: 1;
  background: #fa7d09;

}
button.button , a.button {
  overflow: hidden !important;
}
.woocommerce button.button:hover , .woocommerce a.button:hover , .woocommerce table.my_account_orders a.button:hover{
  padding-left: 30px !important;
  padding-right: 10px !important;
}
.woocommerce a.button::after , .woocommerce button.button::after{
  content: url(../img/icon-left.svg);
  position: absolute;
  left: -15px;
  bottom: 2px;
  transition: 0.3s;
}
.woocommerce a.button:hover::after , .woocommerce button.button:hover::after{
  bottom: 2px;
  left: 7px;
  border: none;
  z-index: 3;
}
.woocommerce a.button:hover::before , .woocommerce button.button:hover::before{
transform: translateX(50px);
opacity: 0;
}
button#place_order::after{
  border-bottom: 15px solid #025664;
  border-right: 15px solid transparent;
  position: absolute;
  left: 0;
  bottom: 0;
  content: '';
  transition: 0.3s;

}
button#place_order:hover , .product a.button:hover{
  padding-left:20px !important ;
  padding-right: 20px !important;
}
button#place_order:hover::after {
  border-bottom-color: #fa7d09;
}
button#place_order:hover::before {
  transform: translateX(0px);
  opacity: 1;
}
.product a.button::before{
  transform: translateX(0px) !important;
  opacity: 1 !important;
}
.product a.button .morabaa{
  display: none !important;
}
p.woocommerce-result-count{
  margin-top: 10px !important;
}
.field-product{
  width: 100%;
  border: 1px solid #D6D6D6 !important;
  padding: 8px 10px;
  padding-right: 10px;
  padding-inline-start: 30px;
  background-color: transparent;
  color: #87afb5;
  transition: 0.3s;
  position: relative;
  z-index: 2;

}
.submit-product{
  position: absolute;
  left: 0;
  top: 0;
  background: #025664;
  border: none;
  padding: 9px;

}
.woocommerce-breadcrumb{
  color: #fa7d09 !important;
}
form.cart{
  display: flex;
}
#reviews #comments{
  margin-bottom: 20px;
}
.horizental.footerul > ul > li:hover > ul {
    visibility: visible !important;
    z-index: 2;
    opacity: 1 !important;
}
.horizental.footerul ul > li > ul > li{
	position:relative;
}
.horizental.footerul ul > li > ul > li > ul{
	position:absolute !important;
	right:100% !important;
	top:0 !important;
	opacity:0;
	visibility:hidden;
	transition:0.3s;
}
.horizental.footerul ul > li > ul > li:hover > ul{
	opacity:1 !important;
	visibility:visible !important;
}
.horizental.footerul ul > li > ul > li > ul > li::before{
	display:none !important;
}
.elementor-1036 .elementor-element.elementor-element-08e2589 .horizental.footerul ul > li > ul > li a{
    padding-inline-start: 10px !important; 
}
.header-search{
	font-size:25px !important;
}
.my-icon-wrapper svg{
	height:auto !important;
}
.Separator {
	transform:rotate(90deg);
}
.left-navbar button.owl-next span{
	left:0 !important;
	bottom:35px !important;
}
.left-navbar button.owl-prev span{
  bottom: 16px !important;
  right: auto !important;
  left: 38px !important;
}
 .service-box-demo-2{
     height: 320px;
     background-color: aqua;
     display: flex;
     flex-direction: column;
     align-items: flex-start;
     padding:10px 20px;
     position: relative;
     overflow: hidden;
     transition: .3s;
   }
   .icon-service-box {
     width: 100%;
     display: flex;
     justify-content: flex-end;
     padding-bottom: 55%;
     transition: .5s;
   }
   .service-box-demo-2:hover .icon-service-box{
    padding-bottom: 30px;
   }
   .service-box-demo-2 h5{
     padding-bottom: 10px;
     transition: .3s;
   }
   .service-box-demo-2 h3{
     padding-bottom: 20px;
     transition: .3s;
   }
   @media (max-width: 991px){
   .icon-service-box {
    padding-bottom: 10%;
  }
  .icon-service-box {
    padding-bottom: 10%;
  }
  .service-box-demo-2:hover .icon-service-box{
      padding-bottom: 10%;
  }
   }
   .pa-service{
     visibility: hidden;
     opacity: 0;
     transition: .3s;
   }
   
   .service-box-demo-2:hover .pa-service{
    visibility: visible;
     opacity: 1;
   }
   @media (max-width: 991px){
       .pa-service{
           opacity: 1 !important;
           visibility: visible;
           
       } 
   }
   
   .link-service{
     position: absolute;
     right: 15px;
     bottom: 20px;
     padding: 5px 10px;
     display:flex;
     align-items: center;
     transition: .3s;
   }
   .link-service svg{
       margin-inline-start : 10px;
     transition: .3s;
   }
   @media (max-width:991px){
    .service-box-demo-2{
      margin-top: 30px;
    }
    .service-box-demo-2:hover .pa-service {
    bottom: 45px;
}
   }
   }
   .head-slide-customer{
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .head-slide-customer{
      display: flex;
      justify-content: space-between;
  }
  .user_profile{
    display: flex;
    align-items: center;
  }
  .icon-customer-slide{
      display: flex;
align-items: center;
  }
  .user_profile img{
    width: 75px;
    height: 75px;
  }
  .slider-customer_2{
    padding: 50px 50px 70px 50px ;
    overflow: hidden !important;
  }
  .Specifications{
   margin-inline-start:10px;
  }
  .Specifications h3{
    padding-bottom: 10px;
  }
  .p-demo-customer{
    padding-top: 30px;
  }
  .slider-customer_2 .swiper-button-next , .slider-customer_2  .swiper-button-prev{
    width: 40px;
    height: 40px;
    background-image: none !important;
    transition:.3s;
    display: flex;
    justify-content: center;
    align-items: center;
  }
 
  .slider-customer_2 .swiper-button-next i , .slider-customer_2  .swiper-button-prev i{
    font-size: 24px;
  }
  .slider-customer_2  .swiper-button-prev{
    bottom: 0 !important;
    top: auto !important; 
  }
  .slider-customer_2 .swiper-button-next{
    bottom: 0 !important;
    top: auto; 
  }
  .slider-customer_2  .swiper-button-prev.center{
    left: 50% !important;
    right: auto !important; 
  }
  .slider-customer_2 .swiper-button-next.center{
    left: auto !important;
    right: 50% !important;
  }
  .slider-customer_2  .swiper-button-prev.right{
    left: auto !important;
    right: 0px !important; 
  }
  .slider-customer_2 .swiper-button-next.right{
    left: auto !important;
    right: 40px !important;
  }
  .slider-customer_2  .swiper-button-prev.left{
    left: 40px !important;
    right: auto !important;
  }
  .slider-customer_2 .swiper-button-next.left{
    left:0px !important;
    right: auto;
  }
  .swiper-button-next.swiper-button-disabled , .swiper-button-prev.swiper-button-disabled{
    opacity: 1 !important;
  }
  .contact-demo .contact-us{
    border: none !important;
    background: none !important;
  }
  .contact-demo .morabaa{
    display: none;
  }
  .contact-demo .submitbutton::before{
    display: none;
  }
  .contact-demo .submitbutton::after{
    display: none;
  }
  .contact-demo .contact-us input[type="submit"]{
    background: #fa7d09;
    border: #fa7d09;
    color: #ffffff !important;
  }
  .contact-demo .submitbutton:hover input[type="submit"]{
   padding: 15px 40px !important;
  }
  .contact-demo .contact-us span{
    color: #fa7d09;
  }
  .box-last-project .nav-pills{
    width: max-content;
  }
  .box-last-project .nav-pills .nav-link.active{
    box-shadow: none !important;
    position: relative;
   
  }
  .box-last-project .nav-pills .nav-link.active::after{
    content: '';
    position: absolute;
    width: 80%;
    height: 2px;
    background-color: #fa7d09;
    bottom: -5px;
    right: 10%;
    z-index: 3;
    transition: .3s;
  }
  .projects-box-demo .project-info{
    display: none !important;
  }
  .projects-box-demo .project-box1::before , .projects-box-demo .project-box1::after{
    display: none !important;
  }
  .projects-box-demo .project-box1{
    height: 380px;
    position: relative;
  }
  @media (max-width: 991px){
      .projects-box-demo .project-box1{
          height:280px;
      } 
  }
  
  .projects-box-demo .project-box-picture{
    height: 100%;
  }
  .projects-box-demo .project-box-picture a{
    height: 100%;
    display: inline-flex;
  }
  .projects-box-demo .projectboxcontent{
    position: absolute;
    bottom: 40px  ;
    right: 15px;
  }
  .projects-box-demo .project-span{
    margin-right: 0;
  }
  .projects-box-demo .project-box1 a.project-span::before{
     display: none;
  }
  .projects-box-demo .project-box-picture::after{
    content:' ';
    position: absolute;
    width: 100%;
    height: 40%;
    background: linear-gradient(#00173600 , #001736eb);
    bottom: 0;
    right: 0;
  }
  .projects-box-demo .owl-next , .projects-box-demo .owl-prev{
    display: none !important;
  }
  .projects-box-demo .slider-project {
    display: block !important;
  }
  .slider-project .disabled{
    display: block !important;
  }
  .projects-box-demo .owl-next , .projects-box-demo .owl-prev{
    display: none !important;
  }
  .projects-box-demo .owl-dot , .last-articlrbox .owl-dot {
    width: 30px !important;
    height: 7px !important;
    border-radius: 10px !important;
  }
  .last-articlrbox .owl-dots{
      bottom: -40px;
  }
  .projects-box-demo .owl-dots{
    right: 30px !important;
    bottom: -50px !important;
  }
  .box-team-2{
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    align-items: center;
  }
  .box-team-2 .profile-team{
    width: 200px;
    height: 200px;
    border-radius: 100%;
    overflow: hidden;
    margin-top: 30px;
  }
  .box-team-2 .profile-team img{
    transition: .4s;
  }
  .box-team-2:hover .profile-team img{
    transform: scale(1.2);
  }
  .box-team-2 span{
    margin-top: 30px;
  }
  .box-team-2 h4{
    margin: 15px 0;
  }
  @media (max-width: 991px){
    .box-team-2{
      margin-bottom: 20px;

    }
  }
  .social-team{
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 10px;
    transition: .3s;  
  }
  .social-team a i , .social-team a svg{
    margin: 0 10px;
    transition: .3s;
  }
.input_footer{
	display: flex;
    align-items: center;
    justify-content: space-between;
	direction:rtl;
	padding:10px;
	background: white !important;
}
.input_footer .wpcf7-spinner{
	position: absolute;
    right: 7px;
     margin: 0;
}
.input_footer input{
 direction:rtl !important;
 border:none;
}
.input_footer input[type="submit"]{
   background: #FF7C00BF  !important;
padding: 10px 15px;
color: #404040;
}
.input_footer input[type="email"]{
    width:100%;
}
.input_footer.input_footer_en{
    direction:ltr !important;
}
.input_footer.input_footer_en input{
    direction:ltr !important;
}
.elementor-element-45f177d img{
  opacity: .5;
  transition: .3s;
}
.elementor-element-45f177d img:hover{
  opacity: 1;
  transform: scale(1.1);
}
.contact-demo  .wpcf7-response-output{
  position: absolute;
  color: #fff;
}