/* AF 8.0 */

@font-face {
	font-family: IRANSans;
	font-style: normal;
	font-weight: normal;
	src: url('IRANSansWeb(FaNum).eot');
	src: url('IRANSansWeb(FaNum).eot?#iefix') format('embedded-opentype'),  /* IE6-8 */
		 url('IRANSansWeb(FaNum).woff2') format('woff2'),  /* FF39+,Chrome36+, Opera24+*/
		 url('IRANSansWeb(FaNum).woff') format('woff'),  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
		 url('IRANSansWeb(FaNum).ttf') format('truetype');
}

body {
    font-family: "IRANSans", Arial, sans-serif;
    font-size: 14px;
}

#header .header-nav-features .header-nav-features-dropdown {
    margin-top: 43px;
}
.flag {
    background: url(flags.png) no-repeat;
        background-position-x: 0%;
        background-position-y: 0%;
}
#header .header-nav-top .dropdown-menu.show {
    left: auto;
    right: 0;
    text-align: right;
}





#footer {
    font-size: 1em;
    margin-top: 0px;
}

#header .header-nav-top .nav > li + .nav-item-left-border {
	margin-top: 15px;
}
#header .header-top.header-top-borders {
	background-color: #29166f;
	color: #fff !important;
}
#header .header-top.header-top-borders a {
	color: #fff !important;
}
#header .header-nav-top .nav > li > a, #header .header-nav-top .nav > li > span {
	color: #fff !important;

}
#header .header-nav-top .dropdown .dropdown-item {
    color: #4A4453 !important;
}
#header .header-nav-top .dropdown-menu::before {
	right: 10px !important;

}
.login-container {
	width: 60% !important;
	margin: 0 auto !important;
}
.user_lost {
	margin-left: 15px !important;
}
@media (min-width: 992px) {
	#header .header-nav.header-nav-stripe nav > ul > li > a {
		transition: .4s;
	}

}
#header .header-container {
	width: 100%;
	margin: 0 auto;

}
.customover {
	overflow-y:scroll;
}


.custom_overlay_wrapper { position: relative; }

.custom_overlay {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	text-align: center;
	-webkit-transition: all 400ms ease-in-out;
	-moz-transition: all 400ms ease-in-out;
	-o-transition: all 400ms ease-in-out;
	transition: all 400ms ease-in-out;
}


.custom_overlay_inner {
	background-color: rgba(0,136,204,0.4);
	position: absolute;
	top: 50%;
	right: 60%;
	margin: 0 auto;
 	transform: translateY(-50%);
	width: 22%;
	height: auto;
	border-radius: 5px;
	background: linear-gradient (135deg, rgba(255,255,255,0.1),rgba(255,255,255,0));
	backdrop-filter:blur(10px);
	border: 1px solid rgba(255,255,255,0.18);
	box-shadow: 0 8px 32px 0 rgba(0,0,0,0.37);
	padding: 40px 25px 90px 25px;

}
@keyframes slide1 {
  0%,
  100% {
    transform: translate(0, 0); }
  50% {
    transform: translate(5px, 0);
    -webkit-transform: translate(5px, 0);
    -moz-transform: translate(5px, 0);
    -ms-transform: translate(5px, 0);
    -o-transform: translate(5px, 0); } }
.custom_overlay_inner::after {
    position: absolute;
    content: "";
    background-image: url(footer_arrow.png.webp);
    left: 0;
    right: 0;
    bottom: 0;
    height: 57px;
    background-repeat: no-repeat;
		animation: slide1 1s ease-in-out infinite;
    background-size: cover;
    margin-left: 0px;
		height: 20px;
}
.custom_overlay h1 {
	color: #fff;
}

.custom_overlay p {
	text-align: right;
	color: #fff;
	margin-bottom: 30px;
}

.custom_overlay h4:after {
	background-color: red;
	content: "";
	position: absolute;
	left: 35%;
	right: 35%;
	bottom: 0;
	height: 4px;
}
.owl-carousel.nav-inside .owl-nav button.owl-prev {
    right: 60px;
    width: 60px;
    height: 60px;
    border-radius: 15px;
}
.owl-carousel.nav-inside .owl-nav button.owl-next {
	left: 60px;
	width: 60px;
	height: 60px;
	border-radius: 15px;

}
.owl-carousel.owl-rtl {
	margin-bottom: 0;
}
.headbtn a {
	background-color: #29166F;
	padding: 15px 35px 15px 35px;
	border-radius: 12px;
	transition: .3s;
	text-decoration: none;
	color: #fff;
}
.headbtn a:hover {
	background-color: rgba(16.1,8.6,43.5,0.6);
	padding: 15px 45px 15px 45px;

}



.owlimg1 {
	top: 0;
	left: 0;
	width: 100%;
	height: 85vh;
	background-image: url(h1_hero.jpg.webp);
	background-size: cover;
	background-repeat: no-repeat;
}
.owlimg2 {
	top: 0;
	left: 0;
	width: 100%;
	height: 85vh;
	background-image: url(h2_hero.jpg.webp);
	background-size: cover;
	background-repeat: no-repeat;
}
@media (min-width: 992px) {
#header .header-nav {
    justify-content: flex-start;
	}
}
#header .header-column {
    justify-content: end;
    margin-left: 50px;
}

footer::before {
    position: absolute;
    content: "";
    background-image: url(footer_arrow.png.webp);
    left: 0;
    right: 0;
    top: -20px;
    height: 57px;
    background-repeat: no-repeat;
		animation: slide1 1s ease-in-out infinite;
    background-size: cover;
    margin-left: 0px;
		height: 20px;
}
html .scroll-to-top {
    background: #0088cc;
}
html .scroll-to-top:hover {
	color: #212529;
}
html .scroll-to-top:focus {
	color: #fff;
}
.social-icons:not(.social-icons-clean):not(.social-icons-dark):not(.social-icons-dark-2) li a {
    background: #609fdf;
}
.padding0  {
	padding-left: 0 !important;
	padding-right: 0 !important;

}
/************ inside pages header *********/
#inside-bg {
	background-image: url(Industries_hero.jpg.webp);
}
.page__title {
  font-size: 70px;
  color: #fff;
  line-height: 62px;
  margin-bottom: 0;
}
@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px) {
  .page__title {
    font-size: 45px;
  }
}
.page__title-wrapper {
  position: relative;
  z-index: 1;
  text-align: center;
}
.page__title-wrapper .breadcrumb-menu ul li {
  display: inline-block;
  padding: 0 10px;
  position: relative;
}
.page__title-wrapper .breadcrumb-menu ul li::before {
  content: "";
  background: rgba(255, 255, 255, 0.5);
  height: 15px;
  width: 2px;
  position: absolute;
  right: -3px;
  top: 5px;
}
.page__title-wrapper .breadcrumb-menu ul li:first-child::before {
  display: none;
}
.page__title-wrapper .breadcrumb-menu ul li a {
  color: rgba(255, 255, 255, 0.5);
  text-transform: capitalize;
  font-weight: 600;
  font-size: 16px;
	text-decoration: none;
	transition: .3s;
}
.page__title-wrapper .breadcrumb-menu ul li a:hover {
  color: #0088cc;
}
.page__title-wrapper .breadcrumb-menu ul li span {
  color: #fff;
  text-transform: capitalize;
  font-weight: 600;
  font-size: 16px;
}
.page__title-height {
  min-height: 200px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .page__title-height {
    min-height: 500px;
  }
}
@media (max-width: 575px) {
  .page__title-height {
    min-height: 450px;
  }
}
.page__title-overlay {
  position: relative;
}
.page__title-overlay::after {
  background-image: -moz-linear-gradient(90deg, #343a40 0%, rgba(0, 0, 0, 0) 100%);
  background-image: -webkit-linear-gradient(90deg, #343a40 0%, rgba(0, 0, 0, 0) 100%);
  background-image: -ms-linear-gradient(90deg, #343a40 0%, rgba(0, 0, 0, 0) 100%);
  width: 100%;
  height: 100%;
  content: "";
  top: 0;
  position: absolute;
}
.page__title-overlay::before {
  background-image: -moz-linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, #343a40 100%);
  background-image: -webkit-linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, #343a40 100%);
  background-image: -ms-linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, #343a40 100%);
  width: 100%;
  height: 100%;
  content: "";
  bottom: 0;
  position: absolute;
}
.top-cards {
	display: flex;
	justify-content: center;
	flex-direction: column;
	padding: 40px 95px 40px 95px;
	background-color: #efeded;
	transition: .5s;
}
.top-cards:hover {
	background-color: #F7F7F7;
}
.top-cards img {
	margin-bottom: 25px;
}
.top-cards .col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
	padding-left: 0 !important;
	padding-right: 0 !important;
}
.top-cards a {
	background-color: rgb(0,136,204);
	color: #fff;
	text-align: center;
	padding: 20px 30px 20px 30px;
	width: 100px;
	border-radius: 10px;
	margin-right: 75%;
	transition: .3s;
	font-size: 30px;
}
.top-cards a:hover {
	background-color: rgba(0,136,204,0.85);

}
.aboutimg img {
	border-radius: 15px;
	margin-top: 50px;
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.aboutimg img:hover {
	-webkit-transform: scale(1.04);
	transform: scale(1.04);
	}

.abouttext p {
	padding-left: 100px ;
	text-align: justify !important;
}
.project-info {
	padding: 25px;
	margin-right: 20px;
	text-align: justify;
	font-size: 1rem;
	color: #fff;
}
.thumb-info-title i {
	background-color: rgb(0,136,204);
	color: #fff;
	text-align: center;
	padding: 20px 30px 20px 30px;
	width: 100px;
	border-radius: 10px;
	margin-right: 75%;
	transition: .3s;
	font-size: 30px;
}
.thumb-info-title i:hover {
	background-color: rgba(0,136,204,0.85);
}

.auctions {
	margin-top: 100px;
	margin-bottom: 100px;
}
.auctions p {
	text-align:  justify;
}
.secondaurow {
	margin-top: 40px;
}
.auctions-text a {
	padding: 15px 30px 15px 30px;
	color: #fff;
	text-decoration: none;
	text-align: center;
	background-color: rgb(0,136,204);
	transition: .3s;
	border-radius: 10px;
	margin-top: 25px;
}
.auctions-text a:hover {
	background-color: rgba(0,136,204,0.85);

}

.thumb-info.thumb-info-no-borders.thumb-info-no-borders-rounded, .thumb-info.thumb-info-no-borders.thumb-info-no-borders-rounded img, .thumb-info.thumb-info-no-borders.thumb-info-no-borders-rounded .thumb-info-wrapper, .thumb-info.thumb-info-no-borders.thumb-info-no-borders-rounded .thumb-info-wrapper:after {
    height: 450px;
}
.getpadl {
	padding-left: 35px !important;
}
.divide {
	width: 100%;
	padding: 0;
	height: 300px;
	position: relative;
	background-color: #021A47;
}
.divide::before {
	content: "";
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background-image: url(divider.webp);
	opacity: 0.5;
	background-attachment: fixed;

}
.news p {
	text-align: justify;
}
.news img {
	height: 250px;
}
.links {
	width: 100%;
	height: auto;
	padding-bottom: 100px;
	background-color: #021A47;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.links h1 {
	color: #fff;
	margin-top: 60px;
}
.links img {
	width: 180px;
	margin-left: 20px;
	margin-right: 20px;
}
	.paddinglf {
		padding-right: 10px !important;
		padding-left: 10px !important;
	}
	
	.py-5 {
	   text-align: justify;
	}
/* Responsive */
@media only screen and (max-width: 600px) {
	.abouttext {
		padding-left: 15px !important;
		padding-right: 15px !important;
	}
	.aboutimg  {
		padding-left: 20px !important;
		padding-right: 20px !important;
	}
	.custom_overlay_inner {
		top: 50%;
		right: 10%;
		margin: 0 auto;
		width: 80%;
		height: auto;
		border-radius: 15px;
		background: linear-gradient (135deg, rgba(255,255,255,0.1),rgba(255,255,255,0));
		backdrop-filter:blur(10px);
		border: 1px solid rgba(255,255,255,0.18);
		box-shadow: 0 8px 32px 0 rgba(0,0,0,0.37);
		padding: 40px 25px 40px 25px;
	}

	.owl-carousel.nav-inside .owl-nav button.owl-prev {
	    right: 20px;
	    width: 30px;
	    height: 30px;
	    border-radius: 15px;
	}
	.owl-carousel.nav-inside .owl-nav button.owl-next {
		left: 20px;
		width: 30px;
		height: 30px;
		border-radius: 15px;

	}
	.thumb-info.thumb-info-centered-info .thumb-info-title {
			opacity: 1;
	}
	.thumb-info .thumb-info-wrapper:after {
	    background: rgba(33, 37, 41, 0.5);
	    opacity: 1;
	}
	.top-cards .col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
		padding-left: 0 !important;
		padding-right: 0!important;
	}
	.abouttext h1 {
		padding-left: 20px !important;
		padding-right: 20px !important;

	}
	.abouttext p {
		padding-left: 20px !important;
		padding-right: 20px !important;

	}
	.aboutimg img {
		padding-left: 20px;
		padding-right: 20px;
	}
	.acture {
		margin-top: 40px !important;
	}
	.getpadl {
		margin-left: 20px !important;
		margin-right: 20px !important;

	}
	.news {
		padding-left: 10px;
		padding-right: 5px;
	}
	.paddinglf {
		padding-right: 10px !important;
		padding-left: 10px !important;
	}
	.links img {
		margin-left: 25%;
		margin-right: 25%;
		margin-top: 50px;
	}

}
@media only screen and (max-width: 999px) and  (min-width: 600px){
	.acture {
		margin-top: 40px !important;
	}
	.getpadl {
		margin-left: 20px !important;
		margin-right: 20px !important;

	}
	.links img {
		margin-left: 33.3%;
		margin-top: 50px;
		margin-right: 33.3%;
	}

}
