: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: 'icomoon';
  src:  url('https://www.porsooeng.com/asset/fonts/icomoon.eot?91hip4');
  src:  url('https://www.porsooeng.com/asset/fonts/icomoon.eot?91hip4#iefix') format('embedded-opentype'),
    url('https://www.porsooeng.com/asset/fonts/icomoon.ttf?91hip4') format('truetype'),
    url('https://www.porsooeng.com/asset/fonts/icomoon.woff?91hip4') format('woff'),
    url('https://www.porsooeng.com/asset/fonts/icomoon.svg?91hip4#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-global:before {
  content: "\e052";
}
.icon-keyboard_arrow_down:before {
  content: "\e313";
}
.icon-keyboard_arrow_left:before {
  content: "\e314";
}
.icon-keyboard_arrow_right:before {
  content: "\e315";
}
.icon-keyboard_arrow_up:before {
  content: "\e316";
}
.icon-search:before {
  content: "\e625";
}
.icon-shopping_cart:before {
  content: "\e8cc";
}
.icon-arrow-right:before {
  content: "\e900";
}
.icon-mail-envelope-closed:before {
  content: "\e901";
}
.icon-star:before {
  content: "\e902";
}
.icon-star-outline:before {
  content: "\e903";
}
.icon-shopping-bag1:before {
  content: "\e904";
}
.icon-phone2:before {
  content: "\e905";
}
.icon-arrow-left:before {
  content: "\e906";
}
.icon-star1:before {
  content: "\e907";
}
.icon-shopping_bag:before {
  content: "\e908";
}
.icon-shopping-cart:before {
  content: "\e909";
}
.icon-cart-plus:before {
  content: "\e90a";
}
.icon-shopping-cart1:before {
  content: "\e90b";
}
.icon-add_shopping_cart:before {
  content: "\e90c";
}
.icon-twitter:before {
  content: "\e90d";
}
.icon-local_grocery_store:before {
  content: "\e90e";
}
.icon-undo:before {
  content: "\e90f";
}
.icon-world:before {
  content: "\e910";
}
.icon-paper-plane:before {
  content: "\e912";
}
.icon-certificate:before {
  content: "\e913";
}
.icon-help-circle:before {
  content: "\e914";
}
.icon-instagram1:before {
  content: "\e915";
}
.icon-linkedin1:before {
  content: "\e916";
}
.icon-pinterest:before {
  content: "\e917";
}
.icon-document-certificate:before {
  content: "\e918";
}
.icon-clock:before {
  content: "\e919";
}
.icon-phone-outline:before {
  content: "\e91a";
}
.icon-phone21:before {
  content: "\e91b";
}
.icon-truck:before {
  content: "\e91c";
}
.icon-close1:before {
  content: "\e91e";
}
.icon-box:before {
  content: "\e924";
}
.icon-trash-2:before {
  content: "\e925";
}
.icon-instagram:before {
  content: "\e929";
}
.icon-credit-card:before {
  content: "\e93f";
}
.icon-phone1:before {
  content: "\e942";
}
.icon-spinner11:before {
  content: "\e984";
}
.icon-heart:before {
  content: "\f004";
}
.icon-user:before {
  content: "\f007";
}
.icon-heart-o:before {
  content: "\f08a";
}
.icon-linkedin:before {
  content: "\f0e1";
}
.icon-pinterest-p:before {
  content: "\f231";
}
.icon-whatsapp1:before {
  content: "\f235";
}
.icon-user-o:before {
  content: "\f2c0";
}
.icon-download:before {
  content: "\e602";
}
.icon-support_agent:before {
  content: "\e91d";
}
.icon-grid:before {
  content: "\e91f";
}
.icon-map:before {
  content: "\e920";
}
.icon-clipboard:before {
  content: "\e911";
}
.icon-download2:before {
  content: "\e9c5";
}
.icon-table2:before {
  content: "\ea71";
}
.icon-insert-template:before {
  content: "\ea72";
}


body {
  font-family: 'Poppins';
  overflow-x: hidden;
  background: #fff;
}
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 {
	position: fixed;
	top: 10px;
	left: 0px;
	right: 0px;
	margin: auto;
  z-index: 10;
  height: 105px;
  transition: all .3s ease;
}
.social-list {
	color: #000;
  list-style: none;
}
.social-list li {
	color: #000;
	float: right;
}
.social-list li a {
	background: #fff;
	margin-left: 4px;
	padding: 5px;
	height: 25px;
	display: inline-block;
	border-radius: 2px;
  transition: 0.2s;
}
.social-list li a span {
	color: #000;
	font-size: 13px;
	float: right;
	text-transform: uppercase;
	line-height: 15px;
}
.social-list li a:hover{
  background: #000;;
}
.social-list li a:hover span {
  color: #fff;
}



header .bottom {
	height: 60px;
	width: 100%;
	position: relative;
}

.menu {
	margin-top: 2rem;
	display: block;
}
.menu	ul {
		list-style: none;
	}

  .menu	li {
		display: inline-block;
		margin-left: 0.5rem;
		padding-bottom: 1.2rem;
	}

	.menu ul li a {
		color: #fff;
		text-decoration: none;
		transition: all .3s ease;
		font-size: 0.9rem;
    background: transparent;
    padding: 4px 10px;
    border-radius: 2px;
	}
.activemenu ul li a {
  color: #000;
}
	.menu ul li a:hover {
		color: #000;
		transition: all .3s ease;
		text-decoration: none;
    background: #fff;
	}

	.menu ul li:hover>a {
		color: #000;
    background: #fff;
		transition: all .3s ease;
	}
  .mega-box {
    min-height: 140px;
    border-left: 1px solid #eee;
    margin-bottom: 10px;
  }
  .menu .mega {
    display: none;
    position: absolute;
    top: 56px;
    /* left: 0; */
    padding: 0;
    background: #fff;
    width: 100%;
    box-sizing: border-box;
    min-height: 14rem;
    z-index: 10;
    padding: 1.5rem;
    transition: all .3s ease;
    right: 15px;
    /* border-radius: 4px; */
  }
  .menu .mega ul {
			color: #000;
		}

    .menu .mega li {
			display: block;
			width: 100%;
			padding-bottom: 0.3rem;
		}

    .menu .mega ul li:first-child {
			color: #000;
			font-size: 1.1rem;
			-webkit-transition: all .3s ease;
			transition: all .3s ease;
			font-weight: 800;
		}
    .menu .mega ul li:first-child a {
			color: #000;
			font-size: 0.9rem;
			font-weight: normal;
		}

    .menu .mega ul li a {
			color: #000 ;
			font-size: 0.9rem;
			transition: all .3s ease;
      padding: 4px 0px;
		}

    .menu .mega li a:hover {
			color: #ed1c24 !important;
			transition: all .3s ease;
		}

    .menu .mega .mega_padding {
			padding-right: 0px;
		}


	.menu ul li:hover .mega {
		display: block;
		transition: all .3s ease;
	}



/* 
.menu {
  margin-top: 25px;
}
.menu ul {
  list-style: none;
}
.menu ul li {
  float: right;
  margin-left: 8px;
}
.menu ul li a {
  color: #083f88;
  font-size: 16px;
} */
.top-tel {
	color: #000;
	background: #fff;
	padding: 4px 10px;
	display: inline-block;
	border-radius: 2px;
	font-size: 14px;
	font-weight: 400;
}
.logo {
	margin-top: 20px;
}
.logo img {
	height: 50px;
	float: left;
}
.index-slider {
	padding-top: 180px;
	width: 100%;
  padding-bottom: 20px;
  background: rgb(100,115,144);
  /* background: linear-gradient(90deg, rgba(100,115,144,1) 0%, rgba(127,186,204,1) 100%);  */
  background: linear-gradient(90deg, rgb(166, 193, 201) 0%, rgba(100,115,144,1) 100%); 
}
.index-slider-color {
  background: rgb(124,135,146) !important;
background: linear-gradient(90deg, rgb(163, 173, 185) 0%, rgba(124,135,146,1) 100%) !important; 
}
.under-slider {
  height: 40px;
  background: #ed1c24;
  overflow: hidden;
}
.under-slider ul {
	list-style: none;
	text-align: center;
}
.under-slider ul li {
	display: inline-block;
	border-right: 1px solid #fd6268;
}
.btn-3 {
  color: #fff;
}
.btn-3:after {
  height: 0;
  width: 100%;
  top: 0;
  left: 0;
  background: #fff;
  z-index: -1;
}
.btn-3:hover {
  color: #000;
}
.btn-3:hover:after {
  height: 100%;
}
.profile {

}
.profile img{
    height: 250px;
    padding: 20px;
    margin: auto;
    display: block;
}
.profile tr td{
  padding: 10px;
}
.itemqr {
  color: #000;
}
.itemqr a {
	background: #083f88;
	display: block;
	text-align: center;
	margin-bottom: 5px;
	padding: 10px;
	color: #fff;
	font-size: 16px;
	border-radius: 6px;
}
.bg-unset {
	background: unset !important;
}
.itemqr a img {
	height: 48px;
	margin: auto;
	display: block;
	margin: 20px auto;
}
.btns {
	text-transform: uppercase;
	padding: 11px 50px;
	background: transparent;
	border: none;
	cursor: pointer;
	transition: 0.4s all cubic-bezier(0.25, 0.46, 0.45, 0.94);
	position: relative;
	z-index: 2;
}
.btns:after {
  content: "";
  position: absolute;
  transition: 0.4s all cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.under-slider ul li:last-child {
	border-right: 0px solid #fff;
}
.under-slider ul li a {
  color: #fff;
  font-size: 14px;
  position: relative;
  display: inline-block;
}
.under-slider ul li:hover a {
  color: #083f88;
}
.icon-collection {
	background: #f8fafc;
	width: 100%;
}
.icon-collection ul {
	list-style: none;
	text-align: center;
}
.icon-collection ul li {
	display: inline-block;
	padding: 20px;
	border-left: 1px solid #eaeaea;
}
.icon-collection ul li:last-child {
	border-left: 0px solid #eaeaea;
}
.icon-collection ul li img {
	height: 50px;
}

.icon-collection ul li a p {
	color: #000;
	font-size: 12px;
	font-family: Poppins;
	display: block;
	display: -webkit-box;
	max-width: 136px;
	line-height: 20px;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
  transition: 0.5s;
}
.icon-collection ul li:hover a p {
  color: #ed1c24;
}
.index-product {
    background: #fff;
    padding: 40px 0px;
    min-height: 600px;
}
.product-img {
  color: #000;
}
.product-img img {
  color: #000;
}
.product-content {
  padding-top: 35px;
}
.product-content h1 {
	color: #000;
	font-size: 22px;
	font-family: Poppins;
	margin-bottom: 10px;
}
.product-content h2 {
	color: #000;
	font-size: 22px;
	font-family: Poppins;
	margin-bottom: 10px;
}
.product-content p {
	color: #000;
	font-size: 14px;
	line-height: 24px;
}
.product-content ul {
  margin-right: 12px;
  margin-top: 20px;
  margin-bottom: 20px;
}
.product-content li {
  color: #000;
  font-size: 14px;
	line-height: 24px;
}

.product-button {
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.product-button > div {
  position: relative;
  width: 180px;
  height: 46px;
  margin: 0 10px;
  -webkit-perspective: 1000px;
  -moz-perspective: 1000px;
  perspective: 1000px;
}
.product-button > div > a {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: translateZ(-25px);
  -moz-transform: translateZ(-25px);
  -ms-transform: translateZ(-25px);
  -o-transform: translateZ(-25px);
  transform: translateZ(-25px);
  -webkit-transition: -webkit-transform 0.25s;
  -moz-transition: -moz-transform 0.25s;
  transition: transform 0.25s;
  font-family: Poppins;
  font-size: 12px;
}
.product-button > div > a::before, .product-button > div > a::after {
  justify-content: center;
  align-items: center;
  margin: 0;
  width: 180px;
  height: 50px;
  position: absolute;
  border: 5px solid #ed1c24;
  box-sizing: border-box;
  content: attr(title);
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
.product-button > div > a::before {
  background-color: #ed1c24;
  color: #fff;
  -webkit-transform: rotateY(0deg) translateZ(25px);
  -moz-transform: rotateY(0deg) translateZ(25px);
  -ms-transform: rotateY(0deg) translateZ(25px);
  -o-transform: rotateY(0deg) translateZ(25px);
  transform: rotateY(0deg) translateZ(25px);
}
.product-button > div > a::after {
  background-color: #fff;
  border-color: #ed1c24;
  color: #000;
  -webkit-transform: rotateX(90deg) translateZ(25px);
  -moz-transform: rotateX(90deg) translateZ(25px);
  -ms-transform: rotateX(90deg) translateZ(25px);
  -o-transform: rotateX(90deg) translateZ(25px);
  transform: rotateX(90deg) translateZ(25px);
}
.product-button > div > a:hover {
  -webkit-transform: translateZ(-25px) rotateX(-90deg);
  -moz-transform: translateZ(-25px) rotateX(-90deg);
  -ms-transform: translateZ(-25px) rotateX(-90deg);
  -o-transform: translateZ(-25px) rotateX(-90deg);
  transform: translateZ(-25px) rotateX(-90deg);
}




.product-button-two {
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.product-button-two > div {
  position: relative;
  width: 180px;
  height: 46px;
  margin: 0 10px;
  -webkit-perspective: 1000px;
  -moz-perspective: 1000px;
  perspective: 1000px;
}
.product-button-two > div > a {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: translateZ(-25px);
  -moz-transform: translateZ(-25px);
  -ms-transform: translateZ(-25px);
  -o-transform: translateZ(-25px);
  transform: translateZ(-25px);
  -webkit-transition: -webkit-transform 0.25s;
  -moz-transition: -moz-transform 0.25s;
  transition: transform 0.25s;
  font-family: Poppins;
  font-size: 12px;
}
.product-button-two > div > a::before, .product-button-two > div > a::after {
  justify-content: center;
  align-items: center;
  margin: 0;
  width: 180px;
  height: 50px;
  position: absolute;
  border: 5px solid #000;
  box-sizing: border-box;
  content: attr(title);
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
.product-button-two > div > a::before {
  background-color: #000;
  color: #fff;
  -webkit-transform: rotateY(0deg) translateZ(25px);
  -moz-transform: rotateY(0deg) translateZ(25px);
  -ms-transform: rotateY(0deg) translateZ(25px);
  -o-transform: rotateY(0deg) translateZ(25px);
  transform: rotateY(0deg) translateZ(25px);
}
.product-button-two > div > a::after {
  background-color: #fff;
  border-color: #000;
  color: #000;
  -webkit-transform: rotateX(90deg) translateZ(25px);
  -moz-transform: rotateX(90deg) translateZ(25px);
  -ms-transform: rotateX(90deg) translateZ(25px);
  -o-transform: rotateX(90deg) translateZ(25px);
  transform: rotateX(90deg) translateZ(25px);
}
.product-button-two > div > a:hover {
  -webkit-transform: translateZ(-25px) rotateX(-90deg);
  -moz-transform: translateZ(-25px) rotateX(-90deg);
  -ms-transform: translateZ(-25px) rotateX(-90deg);
  -o-transform: translateZ(-25px) rotateX(-90deg);
  transform: translateZ(-25px) rotateX(-90deg);
}


footer {
  background: #bfbfbf;
  padding: 40px 0px;
}
footer ul {
	color: #000;
	width: 22%;
	float: right;
	font-size: 18px;
	margin-right: 20px;
}
footer ul li {
  color:#000;
  font-size: 13px;
  transition: 0.4s;
  cursor: pointer;
  margin-bottom: 10px;
}
footer ul li a {
	color: #000;
	font-size: 13px;
  transition: 0.4s;
}
footer ul li:hover {
	color: #fff;
}
footer ul li a:hover {
	color: #fff;
}
.footer-social {
	float: left;
}
.footer-social ul {
	color: #000;
	list-style: none;
	width: unset;
}
.footer-social ul li {
	color: #000;
	float: left;
	margin-right: 9px;
}
.footer-social ul li a {
	color: #000;
	font-size: 16px;
  transition: 0.4s;
}
.footer-social ul li a:hover {
	color: #fff;
}
.newsletter {
	border-right: 1px solid #979797;
	padding-right: 15px;
	padding-bottom: 20px;
}
.newsletter form {
	margin-top: 15px;
	display: inline-block;
	width: 100%;
	position: relative;
}
.newsletter p {
	font-size: 13px;
  color:#000;
}
.newsletter input[type="text"] {
	width: 100%;
	border: 0;
	height: 35px;
	background: #fff;
	color: #000;
	font-size: 13px;
	border-bottom: 1px solid #fff;
	padding-left: 15px;
	float: left;
}
.newsletter button {
	border: 0;
	color: #000;
	border-bottom: 1px solid #fff;
	cursor: pointer;
	position: absolute;
	right: 10px;
	top: 4px;
	background: transparent;
	transition: 0.4s;
}
.newsletter button span{
  background: transparent !important;
}
.newsletter button:hover {
  color:#ed1c24;
}
.copyright {
	padding: 10px 0px;
	border-top: 1px solid #979797;
	margin-top: 10px;
}
.copyright p {
	font-size: 13px;
	float: right;
}
.carousel {
  direction: ltr;
}
.carousel-item {
  min-height: 560px;
  height: auto;
}
.carousel-inner {
	overflow: visible;
}
.carousel-item {
  color:#fff;
}
.carousel-item .img {
  color:#fff;
}
.carousel-item .content {
	text-align: right;
	direction: ltr;
}
.carousel-item  h2 {
  color:#fff;
  font-size: 22px;
  font-family: Poppins;
  margin-bottom: 10px;
}
.carousel-item .content p {
	color: #fff;
	font-size: 14px;
	text-align: left;
	line-height: 21px;
  direction: ltr;
}
.carousel-item .content ul {
  color:#fff;
  margin-right: 20px;
  margin-top: 20px;
}
.carousel-item .content ul li {
	font-size: 13px;
	margin-bottom: 6px;
	float: left;
	text-align: left;
	direction: ltr;
}
.slider-button {
	color: #fff;
	margin-top: 20px;
}
.slider-button  .item a div {
	color: #fff;
	float: right;
	height: 50px;
	width: 50px;
	border-radius: 50%;
	border: 2px solid #fff;
	margin-left: 10px;
	text-align: center;
	padding-top: 8px;
  background: transparent;
  transition: 0.4s;
}
.slider-button  .item a div:hover {
  background: #fff;
}
.slider-button  .item a div:hover span {
  color: #000;
}
.slider-button  .item a div span {
	color: #fff;
	font-size: 28px;
}
.slider-button .item a p {
	font-size: 11px !important;
	margin-top: 10px;
	text-align: unset;
	line-height: 14px;
}
.carousel-control-next, .carousel-control-prev {
	width: 5%;
}
.carousel-caption {
	left: 10%;
	right: 10%;
}
.content-page {
  padding: 25px 0px;
  min-height: 600px;
}
.content-page h1 {
  color: #000;
  font-size: 22px;
  font-family: Poppins;
  margin-bottom: 20px;
}
.content-page h2 {
  color: #ed1c24;
  font-size: 18px;
  font-family: Poppins;
  margin-bottom: 10px;
}
.bc {
	color: #ed1c24;
	font-size: 16px;
	font-family: Poppins;
	padding-bottom: 10px;
	padding-bottom: 10px !important;
	padding-right: 0px !important;
}
.content-page p {
	font-size: 14px;
	line-height: 30px;
}
.content-page strong {
  font-weight: 600;
  color: #ed1c24;
}
.content-page strong a{
  font-weight: 600;
  color: #ed1c24;
}
.content-page ul {
  color:#000;
  margin-right: 20px;
  margin-top: 20px;
}
.content-page ul li {
	font-size: 14px;
	margin-bottom: 10px;
}
.content-page form {
  margin-top: 20px;
}
.content-page input[type="text"] {
	color: #000;
	margin-bottom: 10px;
	box-shadow: none !important;
	outline: none !important;
	border: 1px solid #979797;
	font-size: 14px;
	padding: 5px;
	border-radius: 2px;
	background: #fff;
	height: 40px;
	width: 100%;
}
.content-page input[type="email"] {
	color: #000;
	margin-bottom: 10px;
	box-shadow: none !important;
	outline: none !important;
	border: 1px solid #979797;
	font-size: 14px;
	padding: 5px;
	border-radius: 2px;
	background: #fff;
	height: 40px;
	width: 100%;
}
.suc {
  color:#fff;
  background:green;
  padding:5px 10px;
}
.msg {
  color:#fff;
  background:green;
  /* padding:5px 10px; */
}
.content-page input[type='text']:focus {
  background: #eaeaea;
}
.content-page input[type="radio"] {
  float: right;
  margin-left: 4px;
}
.content-page select {
	color: #000;
	margin-bottom: 10px;
	box-shadow: none !important;
	outline: none !important;
	border: 1px solid #979797;
	font-size: 14px;
	padding: 5px;
	border-radius: 2px;
	background: #fff;
	height: 40px;
	width: 100%;
}
.content-page textarea {
  color: #000;
  box-shadow: none !important;
  outline: none !important;
  border: 1px solid #979797;
  font-size: 14px;
  padding: 5px;
  border-radius: 2px;
  background: #fff;
}
.content-page textarea:focus {
  background: #eaeaea;
}
.content-page input[type='submit'] {
  margin-top: 10px;
  background: #000;
  font-size: 14px;
  padding: 4px 10px;
  border: 0px;
  color: #fff;
  transition: 0.5s;
}
.content-page input[type='submit']:hover {
  background: #ed1c24;
}
#job td {
	padding: 0px 5px;
	font-size: 14px;
	padding-bottom: 2px;
  line-height: 22px;
}
#job input[type="radio"] {
	float: unset;
  margin-left: 4px;
	margin-right: 4px;
}
#job input[type="checkbox"] {
  margin-left: 4px;
}
.navigation {
  color: #000;
  font-size: 14px;
  padding-top: 7px;
  padding-bottom: 7px;
  text-transform: uppercase;
  width: 100%;
  max-width: 1440px;
  margin: auto;
}
.navigation a {
  color: #ed1c24;
  font-size: 14px;
  padding-right: 10px;
  text-transform: uppercase;
  float: left;
}
.navigation span::after {
	font-family: 'icomoon';
	content: "\e315";
	padding-right: 10px;
	font-size: 18px;
	float: left;
}
.navigation a:hover {
  color: #000;
}
.nav-bg {
  height: 30px;
  text-align: left;
  width: 100%;
}
.pro-item {
	border: 1px solid #ddd;
	border-radius: 10px;
	overflow: hidden;
	padding: 10px;
	height: 550px;
	position: relative;
  margin-bottom: 8px;
}
.pro-item-padding {
  padding: 0px 4px;
}
.pro-item .img-pro {
  text-align: center;
}
.pro-item .img-pro img {
	height: 250px;
	margin: auto;
	margin-top: 20px;
}
.pro-item a h3 {
  font-size: 20px;
  font-family: Poppins;
  color: #000;
  margin-bottom: 10px;
  transition: 0.5s;
}
.pro-item:hover a h3 {
  color: #ed1c24;
}
.pro-item p {
	color: #000;
	font-size: 12px;
	line-height: 25px;
}
.btn-product {
	position: absolute;
	bottom: 5px;
	left: 0px;
	right: 0px;
	margin: auto;
	text-align: center;
}
.btn-product a:first-child {
	color: #fff;
	background: #000;
	display: inline-block;
	padding: 6px 10px;
	border-radius: 3px;
	width: 180px;
	font-size: 14px;
  overflow: hidden;
}
.btn-product a:last-child {
  color: #fff;
	background: #ed1c24;
	display: inline-block;
	padding: 6px 10px;
	border-radius: 3px;
  width: 180px;
	font-size: 14px;
  overflow: hidden;
}

.btn-2 {
  color: #fff;
}
.btn-2:after {
  width: 0;
  height: 100%;
  background: #000;
  top: 0;
  left: 0;
  z-index: -1;
  transition: 0.4s all cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.btn-2:hover {
  color: whitesmoke;
}
.btn-2:hover:after {
  width: 100%;
}


.btn-4 {
  color: #fff;
}
.btn-4:after {
  width: 0;
  height: 100%;
  background: #ed1c24;
  top: 0;
  left: 0;
  z-index: -1;
  transition: 0.4s all cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.btn-4:hover {
  color: whitesmoke;
}
.btn-4:hover:after {
  width: 100%;
}
.news-item {
	color: #fff;
	margin-bottom: 20px;
}
.news-item img {
	height: 200px;
	width: 100%;
}
.news-item a h3 {
  font-family: Poppins;
	color: #000;
	font-size: 16px;
  margin-top: 10px;
}
.news-item a h3:hover {
  text-decoration: underline;
}
.news-item p {
  color: #4c4c4c;
  font-size: 13px;
  line-height: 24px;
}
.img-wrapper {
	width: unset;
	height: 200px;
	overflow: hidden;
}
.inner-img {
	transition: 0.3s;
}
.inner-img:hover {
  transform: scale(1.1);
}
.pagination > li:first-child > a, .pagination > li:first-child > span {
	box-shadow: none !important;
	outline: none !important;
}
.page-link {
	color: #000;
}
.example-image-link {
	margin-top: 15px;
	margin-bottom: 15px;
	display: block;
}
.example-image-link img {
  height: 200px;
}

#IranMap {
  display: block;
  position: relative;
  direction: rtl;
  text-align: right;
  padding: 0;
  font-size: 12px;
  width: 90%;
  margin: 50px auto;
}

#IranMap .show-title {
  display: none;
  position: absolute;
  background-color: #333;
  color: #fff;
  margin: 0 !important;
  padding: 0 5px;
  text-align: center;
  line-height: 26px;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  opacity: 0.8;
}

#IranMap .map {
  display: block;
  float: left;
  width: 100%;
  text-align: left;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
#IranMap .map svg {
  height: 100% !important;
  width: auto !important;
}
#IranMap ul {
  list-style: none;
}
#IranMap ul li::before {
  content: "";
}
#IranMap .map .border path,
#IranMap .map .island path {
  fill: #fff;
}
#IranMap .map .province path {
  fill: #999;
}
#IranMap .map .sea path,
#IranMap .map .lake path {
  fill: #6caed8;
}
#IranMap .map .province path:hover,
#IranMap .map .island path:hover,
#IranMap .map .province path.hover,
#IranMap .map .island path.hover {
  fill: #ed1c24 !important;
  cursor: pointer;
}

#IranMap .list {
  display: block;
  float: right;
  width: 100%;
}
#IranMap .list ul {
  padding: 0;
}
#IranMap .list > ul {
  margin-left: 10px;
}
#IranMap .list li {
  list-style: none;
}
#IranMap .list span {
  background: #242424;
  color: #ecf0f1;
  display: block;
  margin: 0 2px;
  padding: 0 8px;
  line-height: 26px;
  margin-top: 10px;
  margin-bottom: 2px;
}
#IranMap .list li ul li {
  display: block;
  float: right;
  width: 33.33333333333333%;
  /* padding-right: 10px; */
  text-indent: unset !important;
  padding-left: 0px;
}
#IranMap .list li ul li a {
  background: #083f88;
  color: #ecf0f1;
  display: block;
  padding: 5px 8px;
  line-height: 26px;
  margin: 2px 2px;
  text-decoration: none;
  padding: 5px 16px;
  font-size: 12px;
}
#IranMap .active {
  background: #ed1c24 !important;
}
#IranMap .list li ul li a:hover,
#IranMap .list li ul li a.hover {
  background: #ed1c24;
}
#IranMap .list ul:before,
#IranMap .list ul:after {
  display: table;
  content: " ";
}
#IranMap .list ul,
#IranMap .list ul::after {
  clear: both;
  margin: 0px;
}

#IranMap .city {
  clear: both;
  padding: 10px 0;
}
.reseller {
  color: #ed1c24;
}
.reseller h2 {
  font-size: 14px;
  color: #1c1c1e;
  font-weight: 600;
  margin-bottom: 10px;
  margin-top: 10px;
}
.reseller p {
  color: #1c1c1e;
  font-size: 13px;
}
.reseller a span {
  color: #1c1c1e;
  font-size: 16px;
  margin-left: 5px;
  margin-top: 18px;
  display: inline-block;
  transition: 0.6s;
}
.reseller a span:hover {
  color: #ed1c24;
  transition: 0.6s;
}
.reseller strong {
  color: #1c1c1e;
  font-weight: 600;
}
.reseller table {
  width: 100%;
}
.reseller table td {
  border: 1px solid #e9e9e9;
  padding: 10px;
  font-size: 13px;
}

.reseller table tr:nth-child(even) {
  background: #fff;
}

.reseller table tr:nth-child(odd) {
  background: #eee;
  color: #1c1c1e;
  font-size: 12px;
}

.reseller table tr:nth-child(1) {
  background: #ed1c24;
  color: #fff;
}

.reseller table tr:nth-child(1):hover {
  background: #ed1c24;
}

.reseller table tr:hover {
  background: #fff8ee;
}
.form-group {
  color: #1c1c1e;
}
.form-group label {
	color: #000;
	display: block;
	margin-bottom: 5px;
	font-size: 14px;
	margin: 5px 0px;
}
.tab-content table {
  color: #000;
  width: 100%;
}
.tab-content table tr {
  margin: 0.3rem;
}
.tab-content table tr td {
  font-size: 0.8rem;
  padding: 0.2rem;
  border: 4px solid #f2f2f2;
}
.tab-content table tr td:nth-child(n) {
  color: #000;
  background: #fff;
}
.tab-content table tr td:nth-child(2n) {
  color: #fff;
  background: #000;
}
.tab-content table tr td:nth-child(3n) {
  color: #000;
}




.nav-pills {
  margin-right: 0px;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  color:#cf1b76;
  background-color:#fff
}
.nav-tabs .nav-link {
  border-radius:0;
  font-size:.875rem;
  color:#000;
  margin-right:2px;
  padding:5px 0
}

.tab-content p{
  font-size: 14;
  line-height: 28px;
}
.tab-content a{
  color: #ed1c24;
}
.mb-3,
.my-3 {
  margin-bottom:0!important
}
.nav-tabs .nav-item {
  margin-bottom:-1px;
  width:33%;
  text-align:center;
  border-left:1px solid #eee
}
.nav-tabs .nav-item:last-child {
  border-left:0 solid #eee
}
.activeicon {
  color:#cf1b76!important
}
.nav-tabs .nav-link {
  border:1px solid transparent!important;
  border-top-left-radius:0;
  border-top-right-radius:0
}
.nav-tabs {
  border-bottom:0
}
.nav-pills > li + li {
	margin-right: unset;
	margin-left: unset;
}
.tab_content_form select,
option {
  border-radius:1px;
  padding:7px;
  font-size:.75rem;
  border:2px solid #cbcbcb;
  transition:.6s;
  box-shadow:none
}
.tab_content_form select:focus,
option:focus {
  box-shadow:none;
  border:2px solid #4c7f26
}

.tab_content_form a {
  font-size:.75rem;
  color:#757373;
  transition:.6s
}
.tab_content_form a:hover {
  transition:.6s;
  color:#000;
}
.nav-pills .nav-link span {
	color: #000;
	font-size: 36px;
	margin: auto;
}
.nav-pills .nav-link p {
  color:#000;
}
.nav-pills > li {
	float: right;
	text-align: center;
	background: #ededed;
	margin-bottom: 0px !important;
}
.nav-pills .active span {
  color: #fff;
}
.nav-pills .active p {
  color: #fff;
}
.nav-pills .nav-link {
	border-radius: 0px;
}
.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
	color: #fff;
	background-color: #ed1c24;
}
.tab-content {
	border: 1px solid #e9e9e9;
  padding:20px;
  font-size: 14px;
}
.mb-3, .my-3 {
	margin-right: 0 !important;
	margin-bottom: 0px !important;
}
.panel-group {
  margin-top: 30px;
}
.table td {
  font-size: 14px;
  border: 1px solid #eee;
}
.table a {
  color: #ed1c24;
}
.table .btn {
  color: #fff;
  box-shadow: none !important;
  outline: none !important;
}
.certificate img {
  height: auto !important;
}
.desktop {
  display: none;
}
.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;
  right: 0;
  top: 45px;
}
.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;
}
.navbar-nav > li {
  float: right;
  margin-left: 20px;
  font-weight: 800;
}
.navbar {
  padding-top: 0.3rem;
}
.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;
}
.logo {
	margin-top: 10px;
}
  .menu {
    display: none;
  }
  .under-slider ul li a {
    font-size: 12px;
  }
  .btns {
    padding: 11px 10px;
  }
  .icon-collection ul li a p {
    font-size: 12px;
  }
  .icon-collection ul li img {
    height: 30px;
  }
  .icon-collection ul li {
    padding: 10px;
    border-left: 0px solid #eaeaea;
  }
  footer ul {
    width: 44%;
    font-size: 18px;
    margin-right: 10px;
    margin-bottom: 10px;
  }
  .newsletter {
    border-left: 0px solid #979797;
  }
  .newsletter p {
    font-size: 12px;
  }
  .mobile {
    display: none;
  }
  .carousel-item {
    min-height: 380px;
    height: auto;
  }
  .desktop {
    display: block;
  }
  .carousel-indicators {
    right: 0%;
    margin-right: 0%;
  }
  .nav-pills .nav-link span {
    font-size: 20px;
  }
  .nav-pills .nav-link p {
    font-size: 11px;
  }
  .content-page ul li {
    font-size: 14px;
    margin-bottom: 13px;
    line-height: 25px;
  }
  header {
    background: #fff !important;
    top: 0px !important;
  }
  .index-slider {
    padding-top: 280px;
  }
  .carousel-inner {
    overflow: visible;
  }
}
