:root {
  --color-text: navy;
  --color-bg: papayawhip;
  --color-bg-accent: #ecdcc0;
  --size: clamp(10rem, 1rem + 40vmin, 30rem);
  --gap: calc(var(--size) / 14);
  --duration: 60s;
  --scroll-start: 0;
  --scroll-end: calc(-100% - var(--gap));
}
a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

@font-face {
  font-family: Shabnam-Bold-FD;
  src: url(https://artemismachine.com/asset/fonts/Shabnam-Bold-FD.eot);
  src: url(https://artemismachine.com/asset/fonts/Shabnam-Bold-FD.eot?#iefix) format("embedded-opentype"), url(https://artemismachine.com/asset/fonts/Shabnam-Bold-FD.woff) format("woff"),
      url(https://artemismachine.com/asset/fonts/Shabnam-Bold-FD.ttf) format("truetype");
}
@font-face {
  font-family: Shabnam-FD;
  src: url(https://artemismachine.com/asset/fonts/Shabnam-FD.eot);
  src: url(https://artemismachine.com/asset/fonts/Shabnam-FD.eot?#iefix) format("embedded-opentype"), url(https://artemismachine.com/asset/fonts/Shabnam-FD.woff) format("woff"),
      url(https://artemismachine.com/asset/fonts/Shabnam-FD.ttf) format("truetype");
}
@font-face {
  font-family: Shabnam-Light-FD;
  src: url(https://artemismachine.com/asset/fonts/Shabnam-Light-FD.eot);
  src: url(https://artemismachine.com/asset/fonts/Shabnam-Light-FD.eot?#iefix) format("embedded-opentype"), url(https://artemismachine.com/asset/fonts/Shabnam-Light-FD.woff) format("woff"),
      url(https://artemismachine.com/asset/fonts/Shabnam-Light-FD.ttf) format("truetype"), url(https://artemismachine.com/asset/fonts/Shabnam-Light-FD.svg#svgFontName) format("svg");
}

@font-face {
	font-family: 'icomoon';
	src:  url('https://artemismachine.com/asset/fonts/icomoon.eot?reozju');
	src:  url('https://artemismachine.com/asset/fonts/icomoon.eot?reozju#iefix') format('embedded-opentype'),
	  url('https://artemismachine.com/asset/fonts/icomoon.ttf?reozju') format('truetype'),
	  url('https://artemismachine.com/asset/fonts/icomoon.woff?reozju') format('woff'),
	  url('https://artemismachine.com/asset/fonts/icomoon.svg?reozju#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
	font-display: block;
  }
  
  [class^="icon-"], [class*=" icon-"] {
	/* use !important to prevent issues with browser extensions that change fonts */
	font-family: 'icomoon' !important;
	speak: never;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
  
	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
  }
  
  .icon-mail-envelope-closed:before {
	content: "\e901";
  }
  .icon-paper-plane:before {
	content: "\e912";
  }
  .icon-instagram1:before {
	content: "\e915";
  }
  .icon-phone1:before {
	content: "\e942";
  }
  .icon-linkedin:before {
	content: "\f0e1";
  }
  .icon-whatsapp1:before {
	content: "\f235";
  }
  .icon-keyboard_arrow_left:before {
	content: "\e314";
  }
  .icon-keyboard_arrow_right:before {
	content: "\e315";
  }
  .icon-map-marker1:before {
	content: "\f042";
  }
  .icon-facebook2:before {
	content: "\f09a";
  }
  .icon-cog11:before {
	content: "\f015";
  }
  .icon-check2:before {
	content: "\e5ca";
  }
  .icon-key:before {
	content: "\f084";
  }
  .icon-youtube1:before {
	content: "\f167";
  }
  .icon-globe:before {
	content: "\e900";
  }
  .icon-mapmarker:before {
	content: "\e90c";
  }
  .icon-crop:before {
	content: "\e913";
  }
  .icon-tools:before {
	content: "\e908";
  }
  .icon-ruler:before {
	content: "\e909";
  }
  

html {
  direction: rtl;
}
body {
  font-family: Shabnam-Light-FD;
  overflow-x: hidden;
  background: #eee;
}


input[type="number"] {
  -moz-appearance: textfield;
}
.padding-clear {
  padding: 0;
}
.padding-right {
  padding-right: 0rem;
}
a {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
a:focus {
  text-decoration: none;
}

strong {
  font-weight: 800;
}
*:focus {
  outline: none;
}

textarea:focus,
input:focus {
  outline: none;
}
header {
	background: #fff;
	position: fixed;
	top: 0px;
	right: 0px;
	width: 100%;
	height: 70px;
	z-index: 10;
	box-shadow: 0px 1px 2px #ddd;
}
.menu {
  margin-top: 30px;
}
.menu ul {
  list-style: none;
	position: relative;
}
.menu ul li {
  display:inline-block;
  
}
.menu ul li a {
	color: #000;
	font-size: 0.9rem;
	display: block;
	padding: 0 10px;
	text-decoration: none;
	transition: 0.6s;
	height: 38px;
}
.menu ul li a:hover {
  color: #189703;
  transition: 0.6s;
}
.menu ul ul {
	position: absolute; 
  opacity: 0;
  visibility: hidden;
}
.menu ul ul ul{
	position: absolute; 
  opacity: 0;
  visibility: hidden;
}
.menu ul li:hover > ul {
	transition: all 0.3s ease;
  top: 40px;
  opacity: 1;
  visibility: visible;
}
	
.menu ul ul li:hover > ul {
	transition: all 0.3s ease;
  top: 40px;
  opacity: 1;
  right: 0px;
  visibility: visible;
}

.menu ul ul li a {
	padding-top: 8px;
}

.menu ul ul li {
	width:210px;
	float:none;
	display:list-item;
	position: relative;
  background-color: #fff;
}

.menu ul ul ul li {
	position: relative;
	top:-40px; 
	right:210px;
}
.menu li > a:after { content:  ' +'; }
.menu li > a:only-child:after { content: ''; }

.logo {
	position: absolute;
	z-index: 11;
	left: 150px;
	top: 20px;
}
.logo img {
  height: 110px;
}
.language {
	position: absolute;
	left: 50px;
	top: 55px;
	z-index: 4;
}
.language img {
	height: 15px;
}
.bgheaderone {
	background: #fff;
	height: 70px;
	width: 100vh;
	position: absolute;
	left: 0px;
	top: 0px;
	transform: skewX(36deg);
	transform-origin: top left;
	box-shadow: 1px 2px 2px #ddd;
}
.bgheadertwo {
	position: absolute;
	right: 0px;
	background: #fff;
	height:68px;
	width: 20%;
	top: 70px;
}
#slider {
  background: #eee;
}
.slider {
  direction: ltr;
  background: #000;
  position: relative;
}
.slider-text {
	direction: ltr;
	background: #000;
	position: relative;
	margin-bottom: 0px !important;
}
.slick-dots li button::before {
	font-family: 'slick';
	font-size: 20px;
}
.slick-dots {
	bottom: 25px;
}
[dir="rtl"] .slick-next {
	right: auto;
	left: 25px;
}
[dir="rtl"] .slick-prev {
  right: 25px;
  left: auto;
}
.slick-prev, .slick-next {
	z-index: 10;
}
.slick-prev::before, .slick-next::before {
	font-size: 30px;
}
.slider-text div {
  position: relative;
}
.slider-text div img {
  width: 100%;
  height: auto;
}
.slider div {
  position: relative;
}
.slider div img {
  width: 100%;
  height: auto;
}
.slider .content_slider {
  position: absolute;
  z-index: 1000000;
  right: 0px;
  bottom: 40%;
  text-align: left;
  width: 100%;
}

.content_slider p {
	color: #fff;
	font-size: 44px;
	text-align: center;
	font-weight: 800;
	font-family: 'Shabnam-Bold-FD';
	text-shadow: 1px 1px 1px #000;
}

.slider .content_slider a {
	background: transparent;
	color: #fff;
	padding: 0.25rem 1.25rem;
	margin-top: 1.25rem;
	display: inline-block;
	font-size: 0.875rem;
	border-radius: 0.125rem;
	transition: 0.6s;
	border: 2px solid #fff;
}
.slider .content_slider a:hover {
  background: #fff;
  color: #ba1d22;
}
.slick-dots li.slick-active button::before {
	opacity: .75;
	color: #fff;
}
.slick-dots li button::before {
	font-family: 'slick';
	font-size: 6px;
	line-height: 20px;
	position: absolute;
	top: 0;
	left: 0;
	width: 20px;
	height: 20px;
	content: '•';
	text-align: center;
	opacity: .25;
	color: #fff;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.title-black {
  margin: 10px 0px;
}
.title-black h2 {
	color: #000;
	font-size: 1.5rem;
	font-weight: 800;
	position: relative;
	display: inline;
	padding: 0px 6px;
  z-index: 1;
  font-family: 'Shabnam-Bold-FD';
}
.title-black span {
	background: #189703;
	width: 100%;
	height: 13px;
	display: inline-block;
	position: absolute;
	right: 0px;
	z-index: -1;
	bottom: 3px;
}

.title-white {
  margin: 10px 0px;
}
.title-white h2 {
	color: #fff;
	font-size: 1.5rem;
	font-weight: 800;
	position: relative;
	display: inline;
	padding: 0px 6px;
  z-index: 1;
  font-family: 'Shabnam-Bold-FD';
}
.title-white span {
	background: #189703;
	width: 100%;
	height: 13px;
	display: inline-block;
	position: absolute;
	right: 0px;
	z-index: -1;
	bottom: 3px;
}

.text-column {
	column-width: 30em;
	column-gap: 3rem !important;
}
.text-column p {
	color: var(--bs-dark);
	font-size: 0.85rem;
	line-height: 1.5rem;
	text-align: justify;
}
#aboutindex {
  padding: 30px 0px;
}
.slick-dotted.slick-slider {
	margin-bottom: 0px;
}
#project {
  padding: 30px 0px;
  background: #e5e5e5;
}

.cards {
  padding: 40px;
  display: grid;
  gap: 30px;
}
@media (min-width: 700px) {
  .cards {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
  }
}
@media (min-width: 1024px) {
  .cards {
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: 1fr;
    gap: 40px;
    padding-left: 5rem;
    padding-right: 5rem;
  }
}
.cards .card {
	color: #fff;
	cursor: pointer;
	position: relative;
	border-radius: 20px;
	overflow: hidden;
	height: 339px;
}
.cards .card__image {
  width: 100%;
  border-radius: 20px;
  object-fit: cover;
}
.cards .card__category {
  text-transform: uppercase;
  font-size: 12px;
}
.cards .card__title {
  font-size: 20px;
  font-family: 'Shabnam-Bold-FD';
}
.cards .card__text {
  line-height: 1.5;
}
.cards .card__content {
  left: 0;
  position: absolute;
  top: 0;
  padding: 20px;
  padding-top: 80%;
}
.cards .card__content {
  display: none;
}
.cards a {
  color: #fff;
}
.cards button {
  border: 0px;
  padding: 5px 8px;
  margin-top: 10px;
  font-size: 12px;
  background: #000;
  color: #fff;
}
.cards .card:hover .card__content {
  display: block;
  background-color: rgba(0, 0,0, 0.7);
  height: 420px;
  width: 100%;
  border-radius: 20px;
}
#service {
  background-color: #333333;
  height: 450px;
  position: relative;
}
.service-content {
  padding: 30px 0px;
  background-image: url(../images/bg-service.jpg);
  height: 450px;
  background-repeat: no-repeat;
  background-position: right;
  background-size: contain;
}
.service-img {
  color: #fff;
}
.service-img img {
	height: 450px;
	position: absolute;
	left: 0px;
	top: 0px;
}
#index-news {
  padding: 30px 0px;
  background: #f6f6f8;
}
.news-item {
	margin-top: 10px;
}
.news-item img {
	color: #000;
	width: 100px;
	height: 100px;
	border-radius: 5px;
}

.news-item a h3 {
  color: #454545;
  font-size: 18px;
  font-family: 'Shabnam-Bold-FD';
  transition: 0.6s;
}
.news-item a h3:hover {
  color: #189703;
}
.news-item p {
  color: #000;
  font-size: 13px;
}
.news-padding {
  padding: 0px;
}
.index-catalog {
  color: #000;
}
.catalog-icon {
	margin-top: 20px;
}
.index-catalog img {
	height: 400px;
	margin: auto;
	display: block;
}
.catalog-icon img {
	height: 68px;
	width: auto;
}
footer {
	background: url(../images/footer.jpg);
	padding: 40px 0px 20px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top;
}
footer h5 {
	font-size: 15px;
	font-family: 'Shabnam-Bold-FD';
	line-height: 30px;
	margin-bottom: 20px;
}
.footer-item {
	margin: 10px 0px;
	text-align: center;
}
.footer-item span {
	font-size: 40px;
	margin-bottom: 15px;
	display: block;
}
.footer-item p {
	font-size: 12px;
	line-height: 24px;
	text-align: center;
	font-weight: 400;
}
.copyright {
	text-align: center;
	font-size: 12px;
	margin-top: 20px;
}
.social {
	display: inline-block;
	width: 100%;
	text-align: center;
	margin-top: 10px;
}
.social a {
  text-decoration: none;
}
.social a span {
  text-decoration: none;
  color: #000;
  margin-top: 16px;
  font-size: 16px;
  margin-left: 10px;
  transition: 0.6s;
}
.social a span:hover {
  color: #189703;
  transition: 0.6s;
}

.navigation {
  color: #fff;
  font-size: 14px;
  padding-top: 7px;
  padding-bottom: 7px;
  margin: auto;
}
.navigation a {
  color: #fff;
  font-size: 14px;
  padding-left: 10px;
  text-transform: uppercase;
  float: right;
}
.navigation span::after {
	font-family: 'icomoon';
	content: "\e314";
	padding-left: 10px;
	font-size: 18px;
	float: right;
}
.navigation a:hover {
  color: #eee;
}
.nav-bg {
	height: 30px;
	text-align: right;
	width: 100%;
	margin-top: 70px;
	background: #189703;
}

.content {
	padding: 70px 0px;
	min-height: 600px;
	background: #fafafa;
}
.content h1 {
	color: #000;
	font-size: 1.5rem;
	font-weight: 800;
	position: relative;
	display: inline-block;
	padding: 0px 6px;
	z-index: 1;
	font-family: 'Shabnam-Bold-FD';
	margin-bottom: 20px;
}
.content h1 span {
	background: #189703;
	width: 100%;
	height: 13px;
	display: inline-block;
	position: absolute;
	right: 0px;
	z-index: -1;
	bottom: 3px;
}
.content p {
	font-size: 14px;
	line-height: 28px;
}
.news-item-other {
	margin-bottom: 20px;
}

.news-item-other a h3 {
	color: #000;
	font-weight: 800;
	font-size: 18px;
  padding: 10px 10px 10px 0px;
}
.news-item-other a h3:hover {
  text-decoration: underline;
}
.news-item-other p {
	color: #000;
	font-size: 14px;
	padding: 0px 10px;
	line-height: 22px;
}
.img-wrapper {
	width: unset;
	height: 300px;
	overflow: hidden;
}

.inner-img {
  transition: 0.3s;
}

.inner-img:hover {
  transform: scale(1.1);
}
.example-image-link {
	margin-top: 15px;
	margin-bottom: 15px;
	display: block;
}
.separator {
	display: flex;
	align-items: center;
}
.separator h1 {
	padding: 0 2rem;
	padding-right: 0px;
}
.separator .line {
	height: 3px;
	flex: 1;
	background-color: #000;
}
.social-list {
	border-top: 2px solid #000000;
	margin: 10px 0px;
	display: inline-block;
	padding-top: 10px;
  width: 100%;
}
.social-list div {
	width: 50%;
	float: left;
	margin-bottom: 5px;
	margin-top: 5px;
}
.social-list div span{
	color: #fff;
	float: left;
	background: #189703;
	width: 25px;
	height: 25px;
	text-align: center;
	border-radius: 6px;
	padding-top: 3px;
	margin-right: 6px;
}
.social-list div a span {
	color: #000;
	font-size: 13px;
	text-align: left;
	float: left;
  width: auto !important;
  height:  auto !important;
  border-radius: 0px !important;
  background: transparent !important;
}

.parsley-required {
	font-size: 10px !important;
	padding-top: 2px;
	color: #cf1b76;
  }
  .parsley-length,
  .parsley-type {
	font-size: 10px !important;
	padding-top: 2px;
	color: #cf1b76;
  }
  
  #contact .form-group{
	margin: 0px;
  }
  #contact input[type="text"] {
	  color: #fff;
	  border-radius: 0px;
	  background: #414143;
	  border: 0px solid #6a6a6a;
	  border-bottom: 1px solid #6a6a6a;
	  margin-bottom: 5px;
  }
  
  #contact ::-webkit-input-placeholder {
	  color: #fff;
  }
  
  
  #contact ::-moz-placeholder {
	  color: #fff;
  }
  
  
  #contact :-ms-input-placeholder {
	  color: #fff;
  }
  textarea:focus {
	outline: none;
	box-shadow: none !important;
  }
  input:focus {
	outline: none;
	box-shadow: none !important;
  }
  #contact textarea {
	color: #fff;
	  border-radius: 0px;
	  background: #414143;
	  border: 0px !important;
	  border-bottom: 1px solid #6a6a6a;
	height: 120px;
	box-shadow: none !;
	outline: none !important;
	margin-bottom: 5px;
  }
  #contact {
	margin-top: 1rem;
  }
  #contact input[type="submit"] {
	  color: #fff;
	  border-radius: 0px;
	  background: #414143;
	  border: 0px;
	  font-size: 0.8rem;
	  padding: 0.6rem 1.2rem;
	transition: 0.6s;
	float: left;
  }
  #contact input[type="submit"]:hover {
	  color: #414143;
	  background: #ddd;
  }
  .items {
	color: #fff;
  }
  .items .item {
	width: 50%;
	float: left;
}
.items .item span {
	color: #189703;
	float: right;
	font-size: 28px;
	margin-left: 4px;
}
.items .item p {
	color: #fff;
	float: right;
	font-size: 16px;
	line-height: 33px;
}
.service-title {
	color: #fff;
	display: inline-block;
	width: 100%;
	margin: 30px 0px;
}
.service-title p {
	color: #189703;
	font-size: 23px;
	font-family: 'Shabnam-Bold-FD';
}
  .service-item {
	color: #fff;
  }
  .service-item .item {
	float: right;
	width: 27%;
	text-align: center;
}
  .service-item .item span {
	color: #189703;
	border: 2px solid #189703;
	width: 45px;
	height: 45px;
	border-radius: 50%;
	display: inline-block;
	text-align: center;
	font-size: 28px;
	padding-top: 7px;
	margin-bottom: 20px;
}
.service-item .item p {
	color: #fff;
	font-size: 14px;
	line-height: 25px;
}
.sideMenu {
	position: fixed;
	right: -350px;
	background: #fff;
	width: 350px;
	height: 100vh;
	transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	top: 0;
	z-index: 5;
  }
  .sideMenu.active {
	right: -12px;
	transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
  }
  .menuIcon {
	display: inline-block;
	background: #fff;
	padding: 3px 12px;
	cursor: pointer;
	position: fixed;
	left: 0;
	top: 0px;
  }
  .menuIcon span {
	display: block;
	width: 25px;
	height: 2px;
	margin: 20px 0;
	background: #000;
	position: relative;
	transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
  }
  .menuIcon span::before {
	position: absolute;
	content: "";
	left: 0;
	top: -7px;
	width: 25px;
	height: 2px;
	background: #000;
	transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
  }
  .menuIcon span::after {
	position: absolute;
	content: "";
	left: 0;
	bottom: -7px;
	width: 25px;
	height: 2px;
	background: #000;
	transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
  }
  .menuIcon.active span {
	background: #fff;
	transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
  }
  .menuIcon.active span:before {
	transform: rotate(45deg);
	top: 0;
	transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
  }
  .menuIcon.active span:after {
	transform: rotate(-45deg);
	bottom: 0;
	transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
  }
  .sidebar-navigation {
	width: 350px;
	height: 100vh;
	margin: 90px auto;
	overflow-y: scroll;
  }
  .sidebar-navigation .title {
	display: block;
	font-size: 1.2em;
	background-color: #1e1e1e;
	padding: 20px 25px;
	color: #fff;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.1em;
  }
  .sidebar-navigation > ul > li > a {
	text-transform: uppercase;
  }
  .sidebar-navigation ul {
	margin: 0;
	padding: 0;
  }
  .sidebar-navigation ul li {
	display: block;
  }
  .sidebar-navigation ul li a {
	position: relative;
	display: block;
	font-size: 0.85rem;
	font-weight: 400;
	padding: 10px 25px;
	text-decoration: none;
	color: #000;
	letter-spacing: 0.02em;
	border-bottom: 1px solid #eee;
	transition: all 0.3s linear;
  }
  .sidebar-navigation ul li a em {
	font-size: 1.5rem;
	position: absolute;
	right: 20px;
	top: 50%;
	transform: translateY(-50%);
	padding: 5px;
	border-radius: 50%;
  }
  .sidebar-navigation ul li.selected > a,
  .sidebar-navigation ul li:hover > a {
	background-color: transparent;
	color: #000;
	border-color: rgba(255, 255, 255, 0.1);
  }
  .sidebar-navigation ul li ul {
	display: none;
  }
  .sidebar-navigation ul li ul.open {
	display: block;
  }
  .sidebar-navigation ul li ul li a {
	color: #ed1c24;
	border-color: rgba(255, 255, 255, 0.1);
  }
  .sidebar-navigation ul li ul li a:before {
	content: "";
	width: 5px;
	height: 5px;
	margin-left: 5px;
	display: inline-block;
	vertical-align: middle;
	background-color: #000;
	transition: all 0.2s linear;
  }
  .sidebar-navigation ul li ul li.selected > a,
  .sidebar-navigation ul li ul li:hover > a {
	background-color: transparent;
  }
  .sidebar-navigation ul li ul li.selected > a:before,
  .sidebar-navigation ul li ul li:hover > a:before {
	margin-right: 10px;
  }
  .sidebar-navigation ul li ul li.selected.selected--last > a {
	background-color: transparent;
	color: #fff;
  }
  .sidebar-navigation ul li ul li.selected.selected--last > a:before {
	background-color: transparent;
  }
  .subMenuColor1 {
	background-color: transparent;
  }
  .subMenuColor2 {
	background-color: transparent;
  }
  .subMenuColor2 {
	background-color: transparent;
  }
  .subMenuColor2 {
	background-color: transparent;
  }
  .subMenuColor2 {
	background-color: transparent;
  }
  .subMenuColor2 {
	background-color: transparent;
  }
  .subMenuColor2 {
	background-color: transparent;
  }
  .subMenuColor2 {
	background-color: transparentwhite;
  }
  .subMenuColor2 {
	background-color: transparent;
  }
  .subMenuColor2 {
	background-color: transparent;
  }
  .othermenubgmobile {
	display: none;
  }
  .download {
	background: #189703;
	color: #fff !important;
	margin: 10px auto;
	display: inline-block;
	padding: 4px 10px;
	border-radius: 2px;
}
.floating_btn {
  position:fixed;
  bottom:20px;
  left:20px;
  width:100px;
  height:100px;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  z-index:1000
}
.floating_btn a {
  text-decoration:none
}
@-webkit-keyframes pulsing {
  to {
    box-shadow:0 0 0 30px rgba(232,76,61,0)
  }
}
@keyframes pulsing {
  to {
    box-shadow:0 0 0 30px rgba(232,76,61,0)
  }
}
.contact_icon {
  background-color:#42db87;
  color:#fff;
  width:60px;
  height:60px;
  font-size:30px;
  border-radius:50px;
  text-align:center;
  box-shadow:2px 2px 3px #999;
  display:flex;
  align-items:center;
  justify-content:center;
  transform:translatey(0);
  -webkit-animation:pulse 1.5s infinite;
  animation:pulse 1.5s infinite;
  box-shadow:0 0 0 0 #42db87;
  -webkit-animation:pulsing 1.25s infinite cubic-bezier(.66,0,0,1);
  animation:pulsing 1.25s infinite cubic-bezier(.66,0,0,1);
  font-weight:400;
  font-family:sans-serif;
  text-decoration:none!important;
  transition:all .3s ease-in-out
}
.text_icon {
  margin-top:8px;
  color:#707070;
  font-size:13px
}
@media only screen and (max-width: 767px) {
	.othermenubgmobile {
		display: block;
	}
    .items .item {
		width: 100%;
		float: unset;
	}
	.service-item .item {
		float: unset;
		width: 100%;
	}
	.bgheaderone {
		display: none;
	}
	.bgheadertwo {
		display: none;
	}
	.menu {
		display: none;
	}
	#service {
		height: auto;
	}
	.padding-res {
		padding: 0px;
	}
	.service-img img {
		height: auto;
		position: unset;
	}
	.service-content {
		height: auto;
	}
	.news-item {
		padding: 0px 10px;
	}
	.news-item img {
		width: auto;
		height: auto;
	}
	header {
		height: 90px;
		z-index: 1000;
	}
	.logo {
		position: unset;
	}
	.logo img {
		height: 90px;
	}
	.nav-bg {
		margin-top: 90px;
	}
}
